The LogitBoost algorithm
Project description
This is a Python implementation of the LogitBoost classification algorithm [1] built on top of scikit-learn. It supports both binary and multiclass classification; see the examples.
This package provides a single class, LogitBoost, which can be used out-of-the-box like any sciki-learn estimator.
Documentation website: https://logitboost.readthedocs.io
Installation
The latest version of LogitBoost can be installed directly after cloning from GitHub.
git clone https://github.com/artemmavrin/logitboost.git
cd logitboost
make install
Moreover, LogitBoost is on the Python Package Index (PyPI), so a recent version of it can be installed with the pip tool.
python -m pip install logitboost
This project was developed in Python 3.7, and it is tested to also work with Python 3.6.
References
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file logitboost-0.7.tar.gz
.
File metadata
- Download URL: logitboost-0.7.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6d388dec81e0dfce366129969a89d8ebf571808ac14cf5150251d9b6ed76632 |
|
MD5 | c67d6bf150900c9491b22168baff7ac1 |
|
BLAKE2b-256 | e1463123fdcb894398e8f916f5045409ab496bb623e7c8d4de948b33281f3482 |
File details
Details for the file logitboost-0.7-py3-none-any.whl
.
File metadata
- Download URL: logitboost-0.7-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f61f4892e7153d638152f1ffddc4bf451fe5cc3d93b28616950bdf81f91d793 |
|
MD5 | 4b295884790cbb1aa6a5a2df76ced9c7 |
|
BLAKE2b-256 | 76d8e0606b2ec488ccafbcf0a3d008ad709609ba8ce026aeafa115f513e54611 |