Now here's a framework that's super helpful for data science projects. Before applying the framework, we must set the goals and objectives of our project. Goals should always be smart. S - Specific M - Measurable A - Attainable R - Relevant T - Time bound example : Gain 1000 subscribers for a new service in 5 months. Once the goal is set, we should figure out a key performance indicator (KPI) that will help us monitor our growth with respect to our initial goal. example : New Subscribers per month One the goal and KPI are determined, we can start to look at the OSEMN framework to kick off our project. O - Obtain data S - Scrub data E - Explore data M - Model data N - Interpret data Let's look at this framework in some detail. Obtain data : We have to obtain data to analyze it. In our example we can look at previous sales data to figure things out. data can be of 3 types : First party, second party, and third party. data can come from 5 main formats : txt, xlm, csv, json, ...
Comments
Post a Comment