How to create minimum viable product for machine learning projects - Weather prediction

preview_player
Показать описание
Creating MVP for ML projects is an interesting topic because of quick feedback it provides for engaged partners (managers, clients, etc.) and can catch problems early in the process of product development. These feedbacks can also be used in improving next versions of product. In this video, I will show how a sample project can be analysed and then converted to a MVPs. I have kept it simple to focus on the main idea of starting with Jupyter notebook (data science side) and convert it to python (engineering side). There are many steps that can be added to this project and I will list some of the in the Jupyter notebook for you reference but if you think there is an important missing step in the process, please comment in the section below.

Codes:

🕒 VIDEO SECTIONS 🕒
0:00 - Intro
0:19 - Problem Definition
2:14 - Importing Data
4:46 - Changing data types - to_datetime
5:48 - Changing data types - LabelEncoder
8:28 - Reindexing - set_index
9:47 - Converting time series to conventional ML problem by shifting dataframe
18:55 - Model training
23:28 - Model evaluation
28:00 - Creating python files for MVP
Рекомендации по теме
Комментарии
Автор

Timecodes
0:00 - Intro
0:19 - Problem Definition
2:14 - Importing Data
4:46 - Changing data types - to_datetime
5:48 - Changing data types - LabelEncoder
8:28 - Reindexing - set_index
9:47 - Converting time series to conventional ML problem by shifting dataframe
18:55 - Model training
23:28 - Model evaluation
28:00 - Creating python files for MVP
29:32 - train.py
36:51 - predict.py

AIwithDrMo
Автор

Step stone of DS projects ... Plz make video on it to work with this step with customisable pipelines for different usecases .

SP-dbsh
Автор

Thank you for the video. I found it very informative

Can you please show how to run .py files for example where do we need to give filepath name and filter city name and can you also please show how the results looks like that are generated from .py file

Thank you!

kamakshishinde
Автор

I have very important questions regarding the CDEGS. Please reply if you are existed.

peterpham