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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pfizer-project-team
/
binary-segA-vs-segBC

Tabular Classification
Scikit-learn
Joblib
binary-classification
healthcare
physician-segmentation
Model card Files Files and versions
xet
Community

Instructions to use pfizer-project-team/binary-segA-vs-segBC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use pfizer-project-team/binary-segA-vs-segBC with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("pfizer-project-team/binary-segA-vs-segBC", "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
binary-segA-vs-segBC
2.96 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
DavidBazaldua's picture
DavidBazaldua
Update README.md
b8fabd3 verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    1.24 kB
    Update README.md 3 days ago
  • binary_model_threshold_comparison_validation.csv
    12.4 kB
    Upload binary SEG_A vs SEG_BC classifier 4 days ago
  • model_metadata.json
    726 Bytes
    Upload binary SEG_A vs SEG_BC classifier 4 days ago
  • sklearn_model.joblib

    Detected Pickle imports (4)

    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "sklearn.ensemble._hist_gradient_boosting.gradient_boosting.HistGradientBoostingClassifier",
    • "numpy.dtype",
    • "numpy.ndarray"

    How to fix it?

    2.68 MB
    xet
    Rename best_binary_segA_vs_segBC.joblib to sklearn_model.joblib 3 days ago
  • test_predictions_binary_segA_vs_segBC_with_hcp_id.csv
    265 kB
    Upload binary SEG_A vs SEG_BC classifier 4 days ago