/genre_classification

A complete ML pipeline that produces a trained Random Forest model to predict songs genre

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

genre_classification

A complete ML model development pipeline that produces a trained Random Forest model to predict songs genre

Release 1.0.0 notes:

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.