A complete ML model development pipeline that produces a trained Random Forest model to predict songs genre
Anyone can use this pipeline at version 1.0.0 with mlflow and w&b:
command: >-
mlflow run -v 1.0.0 https://github.com/GusContini/genre_classification.git
NOTE: Conda, MLflow are required. Also, Weights & Biases (https://wandb.ai/home) account is needed and it has to be connected with the github account.