RektGBM
No-brainer model combining LightGBM and XGBoost with hyperparameter tuning using Optuna
File Explorer
- lint.yaml
- pypi_release.yaml
- test.yaml
- logo.png
- binary_classfication.py
- multiclass_classification.py
- basic_rank.py
- basic_regression.py
- gamma_regression.py
- huber_regression.py
- quantile_regression.py
- README.md
- __init__.py
- base.py
- cli.py
- dataset.py
- encoder.py
- engine.py
- gbm.py
- metric.py
- objective.py
- optimizer.py
- param.py
- task.py
- __init__.py
- test_base.py
- test_dataset.py
- test_encoder.py
- test_engine.py
- test_gbm.py
- test_metric.py
- test_objective.py
- test_optimizer.py
- test_param.py
- test_task.py
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- poetry.lock
- pyproject.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
