Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

jskswamy
/
predictive-maintenance-model

Tabular Classification
Scikit-learn
Joblib
predictive-maintenance
adaboost
Model card Files Files and versions
xet
Community

Instructions to use jskswamy/predictive-maintenance-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use jskswamy/predictive-maintenance-model with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("jskswamy/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
predictive-maintenance-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
jskswamy's picture
jskswamy
Upload best_model.joblib with huggingface_hub
7183ca3 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    1.38 kB
    Upload README.md with huggingface_hub 3 months ago
  • best_model.joblib
    589 kB
    xet
    Upload best_model.joblib with huggingface_hub 3 months ago
  • model_metadata.json
    1.15 kB
    Upload model_metadata.json with huggingface_hub 3 months ago