Library for automatic interpretable model building (Whitebox AutoML)
Project description
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
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autowoe-1.3.4.tar.gz.
File metadata
- Download URL: autowoe-1.3.4.tar.gz
- Upload date:
- Size: 201.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.16 Linux/6.8.0-55-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b360651ff9767a53e6805fb53d05f9bae734601846009a05a1d991c4f8136564
|
|
| MD5 |
b5da95f0dafcd7264ca26e35eddb5759
|
|
| BLAKE2b-256 |
dbf0688fe15403816d4e82c73dbcb300f39f1a0b022a42ebfaf9b0675b32f88c
|
File details
Details for the file autowoe-1.3.4-py3-none-any.whl.
File metadata
- Download URL: autowoe-1.3.4-py3-none-any.whl
- Upload date:
- Size: 216.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.16 Linux/6.8.0-55-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
736bfecd96084d492d58ad77b952db73a236b85c2282eeb98aee2f4a6c044738
|
|
| MD5 |
e0c140a797bee588a8b4f20de4da8aed
|
|
| BLAKE2b-256 |
33531266665c1aeb88244969187821ee0c40306a9c03e9246b9d897b48bfd994
|