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

  • Log In
  • Sign Up

DarwinDanish
/
exoplanet-classifier-stacking

Tabular Classification
Scikit-learn
exoplanets
astronomy
stacking
lightgbm
xgboost
catboost
physics
Model card Files Files and versions
xet
Community

Instructions to use DarwinDanish/exoplanet-classifier-stacking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use DarwinDanish/exoplanet-classifier-stacking with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("DarwinDanish/exoplanet-classifier-stacking", "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
exoplanet-classifier-stacking
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
DarwinDanish's picture
DarwinDanish
Update README.md
59750f9 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    5.81 kB
    Update README.md 6 months ago
  • exo_label_encoder.pkl

    Detected Pickle imports (4)

    • "sklearn.preprocessing._label.LabelEncoder",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "numpy.ndarray",
    • "numpy.dtype"

    How to fix it?

    351 Bytes
    xet
    Rename exo_label_encoder (2).pkl to exo_label_encoder.pkl 6 months ago
  • exo_stacking_pipeline.pkl
    16.5 MB
    xet
    Upload 2 files 6 months ago