AutoWoE library
This is the repository for AutoWoE library, developed by LightAutoML group. This library can be used for automatic creation of interpretable ML model based on feature binning, WoE features transformation, feature selection and Logistic Regression.
Authors: Vakhrushev Anton, Grigorii Penkin, Alexander Kirilin
Library setup can be done by one of three scenarios below:
- Installation from PyPI:
pip install autowoe
- Installation from source code
First of all you need to install git and poetry.
# Load WhiteBox source code
git clone https://github.com/AILab-MLTools/AutoMLWhitebox.git
cd AutoMLWhiteBox/
# !!!Choose only one item!!!
# 1. Recommended: Create virtual environment inside your project directory
poetry config virtualenvs.in-project true
# 2. Global installation: Don't create virtual environment
poetry config virtualenvs.create false --local
# For more information read poetry docs
# Install WhiteBox
poetry install
Usage tutorials are in Jupyter notebooks in the repository root. For parameters description take a look at parameters_info.md.
Bugs / Questions / Suggestions:
- Seek prompt advice in Telegram group.
- Open bug reports and feature requests on GitHub issues.
- Also follow our Telegram channel
Release files for AutoWoE 1.3.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| autowoe-1.3.4.tar.gz | 201.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autowoe-1.3.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 417.6 kB
Release files / autowoe-1.3.4.tar.gz
| Download URL | autowoe-1.3.4.tar.gz |
|---|---|
| Size | 201.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b360651ff9767a53e6805fb53d05f9bae734601846009a05a1d991c4f8136564
|
|
BLAKE2b-256 checksum How to use checksums |
dbf0688fe15403816d4e82c73dbcb300f39f1a0b022a42ebfaf9b0675b32f88c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.10.16 Linux/6.8.0-55-generic
|
Release files / autowoe-1.3.4-py3-none-any.whl
| Download URL | autowoe-1.3.4-py3-none-any.whl |
|---|---|
| Size | 216.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
736bfecd96084d492d58ad77b952db73a236b85c2282eeb98aee2f4a6c044738
|
|
BLAKE2b-256 checksum How to use checksums |
33531266665c1aeb88244969187821ee0c40306a9c03e9246b9d897b48bfd994
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.10.16 Linux/6.8.0-55-generic
|