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

  • Log In
  • Sign Up

Dc-4nderson
/
cic-skillbridge-models

Scikit-learn
Joblib
English
xgboost
kmeans
education
skill-recommendation
Model card Files Files and versions
xet
Community

Instructions to use Dc-4nderson/cic-skillbridge-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use Dc-4nderson/cic-skillbridge-models with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("Dc-4nderson/cic-skillbridge-models", "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
cic-skillbridge-models / model2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Dc-4nderson's picture
Dc-4nderson
Update engagement model
44e7176 verified about 1 month ago
  • engagement_model.joblib

    Detected Pickle imports (3)

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

    How to fix it?

    81.8 kB
    xet
    Update engagement model about 1 month ago
  • engagement_model.json
    158 kB
    Upload model2/engagement_model.json with huggingface_hub about 1 month ago
  • feature_names.joblib

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    191 Bytes
    xet
    Upload model2/feature_names.joblib with huggingface_hub about 1 month ago