Skip to main content

Visualize the relation between a dependent variable and a predictor in a meaningful way

Project description

PyPI version Build Status Code cov

This library allows you to visually inspect the relation between a dependent variable (the target) and a predictor in a meaningful way. This library is particularly convenient when the target and/or the predictor are categorical, ie when it is difficult to compute a traditionnal correlation coefficient. And by the way, Tprojection stands for target projection.

Installation

pip install tprojection

Basic usage

from tprojection import Tprojection

tproj = Tprojection(df, "target", "predictor")
tproj.plot()

Advanced usage

You can find several examples depicting more advanced functionalities in examples/examples.ipynb

Documentation

Please find a light documentation [here](https://tprojection.readthedocs.io/en/latest/?)

Credits

This package was created with Cookiecutter and the cookiecutter-pypackage project template.

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

tprojection-0.2.4.tar.gz (211.4 kB view hashes)

Uploaded Source

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