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

  • Log In
  • Sign Up

scikit-learn
/
xgboost-example

Tabular Regression
Scikit-learn
skops
Model card Files Files and versions
xet
Community

Instructions to use scikit-learn/xgboost-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use scikit-learn/xgboost-example with Scikit-learn:

    import joblib
    from skops.hub_utils import download
    download("scikit-learn/xgboost-example", "path_to_folder")
    model = joblib.load(
    	"model.pkl"
    )
    # 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
xgboost-example
215 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
merve's picture
merve HF Staff
Update README.md
84e5f4b over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    22.4 kB
    Update README.md over 3 years ago
  • config.json
    4.27 kB
    Upload . with huggingface_hub over 3 years ago
  • model.pkl
    187 kB
    xet
    Upload . with huggingface_hub over 3 years ago