
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
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:
pip install autowoe
First of all you need to install git and poetry.
# Load LAMA 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::
FAQs
Library for automatic interpretable model building (Whitebox AutoML)
We found that AutoWoE demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.