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

  • Log In
  • Sign Up

harshiv
/
prediction

Tabular Classification
Scikit-learn
Model card Files Files and versions
xet
Community

Instructions to use harshiv/prediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use harshiv/prediction with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("harshiv/prediction", "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
prediction
389 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
harshiv's picture
harshiv
Update README.md
e4af2e0 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    116 Bytes
    Update README.md about 3 years ago
  • dataset.csv
    23.8 kB
    Upload dataset.csv about 3 years ago
  • placement.py
    2.08 kB
    Upload placement.py about 3 years ago
  • random_forest_model.pkl
    361 kB
    xet
    Upload random_forest_model.pkl about 3 years ago