dunfrey / BCG-GAMMA-Challenge-2021

BCG GAMMA Challenge 2021 – Datathon - Virtual Event
MIT License
2 stars 1 forks source link

Create a python module for each data science step #1

Open fernandojunior opened 3 years ago

fernandojunior commented 3 years ago

For example, create modules based on each step of a CRISP-DM process:

src/
     __init__.py
     preprocess.py   # put functions you need to join, clean, transform and prepare features.
     modeling.py      # put functions you need to train the model and also perform predictions
     evaluate.py      # put functions you need to validate your model
dunfrey commented 3 years ago

https://github.com/dunfrey/BCG-GAMMA-Challenge-2021/tree/main/src