The Science Part in Data Science
graph TD;
s1(An Idea)-->d1{Is this idea in the current literature?};
d1{Is this idea in the current literature?}-->|Yes|b1(Fail);
d1{Is this idea in the current literature?}-->|No|b2[Weeks of work];
b2[Weeks of work]-->b1(Fail);
Planted:
by LM;
L Ma (2020). 'The Science Part in Data Science', Datumorphism, 10 April. Available at: https://datumorphism.leima.is/blog/ruthless/science-part-in-data-science/.