Skip to main content

Library to easily run Null Importances.

Project description

Test with pytest Format with black

nullpom

Library to easily run Null Importances.

About Null Importances

Null Importances is feature selection process using target permutation tests actual importance significance against the distribution of feature importances when fitted to noise (shuffled target).

Detail

Output

output

Basic usage

from nullpom import run_null_importance

result = run_null_importance(
    {"objective": "binary", "seed": 42},
     X_train=X_train,
    X_valid=X_valid,
    y_train=y_train,
    y_valid=y_valid,
)

Install

pip install nullpom

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

nullpom-0.1.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

nullpom-0.1.0-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page