predictive-maintenance-model / model_metadata.json
harikrishna1985's picture
Upload model_metadata.json with huggingface_hub
0e9cc01 verified
{
"best_model_name": "adaboost",
"best_model_score_f1": 0.7789849197340685,
"best_model_params": {
"learning_rate": 0.1,
"n_estimators": 50
},
"target_column": "engine_condition",
"feature_columns": [
"engine_rpm",
"lub_oil_pressure",
"fuel_pressure",
"coolant_pressure",
"lub_oil_temperature",
"coolant_temperature"
]
}