lakshya-moka commited on
Commit
f8ab64a
·
verified ·
1 Parent(s): fcc126d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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.