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 README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ This model predicts engine failures for automotive predictive maintenance using
|
|
| 41 |
- **Training Samples:** 15,628
|
| 42 |
- **Test Samples:** 3,907
|
| 43 |
- **Features:** 17
|
| 44 |
-
- **Training Date:** 2026-02-
|
| 45 |
|
| 46 |
## Features
|
| 47 |
|
|
|
|
| 41 |
- **Training Samples:** 15,628
|
| 42 |
- **Test Samples:** 3,907
|
| 43 |
- **Features:** 17
|
| 44 |
+
- **Training Date:** 2026-02-06 07:56:55
|
| 45 |
|
| 46 |
## Features
|
| 47 |
|