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

  • Log In
  • Sign Up

Asma-Abid
/
Decision-Tree

Tabular Classification
Scikit-learn
English
decision-tree
machine-learning
classification
auto-ml
streamlit
python
scikit-learn
student-project
csv-model
tree-based-model
iterpretable-ai
Model card Files Files and versions
xet
Community

Instructions to use Asma-Abid/Decision-Tree with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use Asma-Abid/Decision-Tree with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("Asma-Abid/Decision-Tree", "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
Decision-Tree
2.38 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Asma-Abid's picture
Asma-Abid
Update README.md
9ef2d40 verified 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    857 Bytes
    Update README.md 10 days ago