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

MohammadMurtuza
/
enhanced-gradient-boosting-research

Tabular Regression
Scikit-learn
PyTorch
custom
gradient-boosting
machine-learning
research-paper
lightgbm
benchmark
Model card Files Files and versions
xet
Community

Instructions to use MohammadMurtuza/enhanced-gradient-boosting-research with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use MohammadMurtuza/enhanced-gradient-boosting-research with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("MohammadMurtuza/enhanced-gradient-boosting-research", "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
enhanced-gradient-boosting-research
179 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
MohammadMurtuza's picture
MohammadMurtuza
Update README.md
dff7083 verified 8 months ago
  • .gitattributes
    1.58 kB
    Upload Research_Summary.pdf 8 months ago
  • Abstract.txt
    820 Bytes
    Create Abstract.txt 8 months ago
  • README.md
    1.86 kB
    Update README.md 8 months ago
  • Research_Summary.pdf
    168 kB
    xet
    Upload Research_Summary.pdf 8 months ago
  • benchmark_results
    400 Bytes
    Create benchmark_results 8 months ago
  • config.json
    142 Bytes
    Create config.json 8 months ago
  • dataset_generator.py
    5.78 kB
    Create dataset_generator.py 8 months ago
  • example_usage.py
    264 Bytes
    Create example_usage.py 8 months ago
  • pytorch_model.bin
    80 Bytes
    Create pytorch_model.bin 8 months ago
  • requirements.txt
    13 Bytes
    Create requirements.txt 8 months ago