ronvoluted / kaggle-nba

Team repository for the NBA Career Prediction Kaggle Competition from UTS Advanced Data Science for Innovation
https://kaggle.com/c/uts-advdsi-nba-career-prediction
MIT License
0 stars 0 forks source link

Add MLflow Guide/Demo notebook #15

Closed ronvoluted closed 3 years ago

ronvoluted commented 3 years ago

Main thing is the notebook with MLflow demo. All you have to do is run pipenv install mlflow then pipenv run mlflow ui, and you'll be able to run the notebook as is to understand how MLflow works, then adapt it to your own notebook.

rudecat commented 3 years ago

Well done @ronvoluted in including the MLFlow. This will be super helpful!! :)