Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

gusdelact
/
pastelerias-linear-regression

Tabular Regression
Scikit-learn
Joblib
linear-regression
tabular
regression
pastelerias
ventas
Model card Files Files and versions
xet
Community

Instructions to use gusdelact/pastelerias-linear-regression with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use gusdelact/pastelerias-linear-regression with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("gusdelact/pastelerias-linear-regression", "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
pastelerias-linear-regression
6.36 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
gusdelact's picture
gusdelact
Modelo LinearRegression v0.1.0
161b5db verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    2.33 kB
    Modelo LinearRegression v0.1.0 3 months ago
  • metrics.json
    279 Bytes
    Modelo LinearRegression v0.1.0 3 months ago
  • model.joblib

    Detected Pickle imports (6)

    • "numpy._core.multiarray._reconstruct",
    • "None.dtype",
    • "numpy.dtype",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "sklearn.linear_model._base.LinearRegression",
    • "numpy.ndarray"

    How to fix it?

    951 Bytes
    xet
    Modelo LinearRegression v0.1.0 3 months ago
  • model_info.json
    674 Bytes
    Modelo LinearRegression v0.1.0 3 months ago
  • train_metadata.json
    603 Bytes
    Modelo LinearRegression v0.1.0 3 months ago