Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HDD Failure Prediction Model
|
| 2 |
+
This is a simple demo model trained in Colab.
|
| 3 |
+
Usage:
|
| 4 |
+
1. Load model using joblib
|
| 5 |
+
2. Use preprocess.make_features() on your input data
|
| 6 |
+
3. Call model.predict_proba() for risk score.
|