Instructions to use SharleyK/predictive-maintenance-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use SharleyK/predictive-maintenance-model with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("SharleyK/predictive-maintenance-model", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Upload metadata.json with huggingface_hub
Browse files- metadata.json +1 -1
metadata.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"test_f1": 0.7672506256703611,
|
| 12 |
"test_roc_auc": 0.6959420475671518
|
| 13 |
},
|
| 14 |
-
"training_date": "2026-02-
|
| 15 |
"feature_count": 17,
|
| 16 |
"training_samples": 15628,
|
| 17 |
"test_samples": 3907
|
|
|
|
| 11 |
"test_f1": 0.7672506256703611,
|
| 12 |
"test_roc_auc": 0.6959420475671518
|
| 13 |
},
|
| 14 |
+
"training_date": "2026-02-07 06:16:11",
|
| 15 |
"feature_count": 17,
|
| 16 |
"training_samples": 15628,
|
| 17 |
"test_samples": 3907
|