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

  • Log In
  • Sign Up

1amkaizen
/
freelance_project_classification

Scikit-learn
Indonesian
code
Model card Files Files and versions
xet
Community

Instructions to use 1amkaizen/freelance_project_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use 1amkaizen/freelance_project_classification with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("1amkaizen/freelance_project_classification", "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
freelance_project_classification
1.64 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
1amkaizen's picture
1amkaizen
Create README.md
186aa6e verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    123 Bytes
    Create README.md almost 2 years ago