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

adityasuyal
/
auto-mpg-random-forest

Tabular Regression
Scikit-learn
English
random-forest
regression
auto-mpg
Model card Files Files and versions
xet
Community

Instructions to use adityasuyal/auto-mpg-random-forest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use adityasuyal/auto-mpg-random-forest with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("adityasuyal/auto-mpg-random-forest", "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
auto-mpg-random-forest
19.8 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
adityasuyal's picture
adityasuyal
Upload EXPLANATION OF HUGGINGFACE’S CODE TO PUSH YOUR MODEL AND FILES TO YOUR HF ACCOUNT.pdf
7d25c95 verified about 5 hours ago
  • .gitattributes
    1.77 kB
    Upload EXPLANATION OF HUGGINGFACE’S CODE TO PUSH YOUR MODEL AND FILES TO YOUR HF ACCOUNT.pdf about 5 hours ago
  • EXPLANATION OF HUGGINGFACE’S CODE TO PUSH YOUR MODEL AND FILES TO YOUR HF ACCOUNT.pdf
    288 kB
    xet
    Upload EXPLANATION OF HUGGINGFACE’S CODE TO PUSH YOUR MODEL AND FILES TO YOUR HF ACCOUNT.pdf about 5 hours ago
  • README.md
    3.86 kB
    Upload README.md with huggingface_hub 8 days ago
  • cleaned_data.csv
    13.5 kB
    Upload cleaned_data.csv with huggingface_hub 9 days ago
  • random_forest_tuning_results.csv
    24.3 kB
    Upload random_forest_tuning_results.csv with huggingface_hub 9 days ago
  • tune.py
    8.84 kB
    Upload tune.py with huggingface_hub 9 days ago
  • tuned_random_forest.pkl

    Detected Pickle imports (8)

    • "sklearn.ensemble._forest.RandomForestRegressor",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "numpy._core.multiarray._reconstruct",
    • "sklearn.tree._tree.Tree",
    • "sklearn.tree._classes.DecisionTreeRegressor",
    • "None.dtype",
    • "numpy.dtype",
    • "numpy.ndarray"

    How to fix it?

    19.5 MB
    xet
    Upload tuned_random_forest.pkl with huggingface_hub 9 days ago