Alimiji's picture
Upload models/random_forest/Production/model_info.json with huggingface_hub
4e90005 verified
raw
history blame contribute delete
527 Bytes
{
"run_id": "8780ce417f8f44c4a7e9269c59995dee",
"experiment_name": "weather_mean_temp_models",
"model_type": "RandomForestRegressor",
"features_dir": "/home/alimijileking/Documents/ml_projects/mlops_alimiji1/data/features/random_forest",
"model_path": "/home/alimijileking/Documents/ml_projects/mlops_alimiji1/models/random_forest/Production/model.pkl",
"params": {
"n_estimators": 300,
"max_depth": null,
"min_samples_split": 2,
"min_samples_leaf": 1,
"random_state": 42,
"n_jobs": -1
}
}