THE 10 COMMANDMENTS OF DATA SCIENCE PROJECT
Let’s get straight to the point:
1. Post Analysis — There is no point just communicating a number. You have to analyse the numbers your algorithm throws out. Tie it back to the domain. Work with the domain experts as to what the results mean.
E.g. What prices is your algorithm recommending? What does the curve (fitment) for these products look like? The algorithm recommends something, does it make sense? Does it raise any eyebrows on the results? (This can be both good if you have discovered something new.. Or it could mean you need to re-check your analysis). Can you as a human immediately put a finger on the graph as to where the price range should be?
How have you verified your results? Do you know what products your algorithm is able to recommend prices for (fish? Canned goods? Wine? chocolate?)? Does it intuitively make sense for those products?