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

  • Log In
  • Sign Up

Ashpgsem
/
rdmai_v2

Scikit-learn
linear-regression
example
Model card Files Files and versions
xet
Community

Instructions to use Ashpgsem/rdmai_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use Ashpgsem/rdmai_v2 with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("Ashpgsem/rdmai_v2", "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
rdmai_v2
9.34 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Ashpgsem's picture
Ashpgsem
Add model card
0f073c3 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.48 kB
    Add model card 7 months ago
  • linear_regression_model.skops
    6.34 kB
    Add initial linear regression model 7 months ago