Skip to content

A quick demo to show how MLflow works using the Titanic dataset.

Notifications You must be signed in to change notification settings

harupy/mlflow-titanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLflow Titanic

A quick demo to show how MLflow works using the Titanic dataset.

demo

Getting Started

# create environment and activate it
conda env create -f environment.yml
conda activate mlflow-titanic

# preprocess data
python src/preprocess.py

# train model
python src/train.py

# predict with test data
python src/predict.py

Export Environment

conda env export | grep -v "^prefix: " > environment.yml

About

A quick demo to show how MLflow works using the Titanic dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published