Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
lakshya-moka
/
hdd-failure-model
like
0
Joblib
Model card
Files
Files and versions
xet
Community
main
hdd-failure-model
/
README.md
lakshya-moka
Upload README.md with huggingface_hub
f8ab64a
verified
6 months ago
preview
code
|
raw
Copy download link
history
blame
contribute
delete
210 Bytes
HDD Failure Prediction Model
This is a simple demo model trained in Colab. Usage:
Load model using joblib
Use preprocess.make_features() on your input data
Call model.predict_proba() for risk score.