Py-Boost
Python based GBDT implementation on GPU. Efficient multioutput (multiclass/multilabel/multitask) training
File Explorer
- __init__.py
- callback.py
- __init__.py
- adaptive_es.py
- base.py
- cluster_tree.py
- __init__.py
- losses.py
- metrics.py
- multiclass_metrics.py
- __init__.py
- base.py
- boosting.py
- serialization.py
- sketch_boost.py
- tree.py
- utils.py
- __init__.py
- sketching.py
- target_splitter.py
- __init__.py
- base.py
- utils.py
- __init__.py
- bagging.py
- __init__.py
- logging.py
- onnx_wrapper.py
- tl_wrapper.py
- __init__.py
- Tutorial_1_Basics.ipynb
- Tutorial_2_Advanced_multioutput.ipynb
- Tutorial_3_Custom_features.ipynb
- Tutorial_4_Handle_null_targets.ipynb
- Tutorial_5_ONNX_inference.ipynb
- .gitignore
- build_package.sh
- LICENSE
- 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)
