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

  • Log In
  • Sign Up

codealchemist01
/
ecologia-water-model

Tabular Regression
Scikit-learn
Joblib
energy-consumption
regression
random-forest
xgboost
building-energy
sustainability
carbon-footprint
Model card Files Files and versions
xet
Community

Instructions to use codealchemist01/ecologia-water-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use codealchemist01/ecologia-water-model with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("codealchemist01/ecologia-water-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
ecologia-water-model
9.72 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
codealchemist01's picture
codealchemist01
Upload README.md with huggingface_hub
1e0b06f verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    4.75 kB
    Upload README.md with huggingface_hub 6 months ago
  • water_features.joblib

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    274 Bytes
    xet
    Upload water_features.joblib with huggingface_hub 6 months ago
  • water_model.joblib

    Detected Pickle imports (3)

    • "xgboost.core.Booster",
    • "xgboost.sklearn.XGBRegressor",
    • "builtins.bytearray"

    How to fix it?

    9.72 MB
    xet
    Upload water_model.joblib with huggingface_hub 6 months ago