Skip to main content

How do we measure the degradation of a machine learning process? Why does the performance of our predictive models decrease? Maybe it is that a data source has changed (one or more variables) or maybe what changes is the relationship of these variables with the target we want to predict. `pydrift` tries to facilitate this task to the data scientist, performing this kind of checks and somehow measuring that degradation.

Project description

Welcome to pydrift 0.1.8

How do we measure the degradation of a machine learning process? Why does the performance of our predictive models decrease? Maybe it is that a data source has changed (one or more variables) or maybe what changes is the relationship of these variables with the target we want to predict. pydrift tries to facilitate this task to the data scientist, performing this kind of checks and somehow measuring that degradation.

Install pydrift :v:

pip install pydrift

Structure :triangular_ruler:

This is intended to be user-friendly. pydrift is divided into DataDriftChecker and ModelDriftChecker:

  • DataDriftChecker: searches for drift in the variables, check if their distributions have changed
  • ModelDriftChecker: searches for drift in the relationship of the variables with the target, checks that the model behaves the same way for both data sets

Both can use a discriminative model (defined by parent class DriftChecker), where the target would be binary in belonging to one of the two sets, 1 if it is the left one and 0 on the contrary. If the model is not able to differentiate given the two sets, there is no difference!

Class inheritance

It also exists InterpretableDrift and DriftCheckerEstimator:

  • InterpretableDrift: manages all of the stuff related to interpretability of drifting. It can show us the features distribution or the most important features when we are training a discriminative model or our predictive one
  • DriftCheckerEstimator: allows pydrift to be used as a sklearn estimator, it works lonely or in a pipeline, like any sklearn estimator

Usage :book:

You can take a look to the notebooks folder where you can find one example for generic DriftChecker, one for DataDriftCheckerand other one forModelDriftChecker`.

Correct Notebooks Render :bulb:

Because pydrift uses plotly and GitHub performs a static render of the notebooks figures do not show correctly. For a rich view of the notebook, you can visit nbviewer and paste the link to the notebook you want to show, for example if you want to render 1-Titanic-Drift-Demo.ipynb you have to paste https://github.com/sergiocalde94/Data-And-Model-Drift-Checker/blob/master/notebooks/1-Titanic-Drift-Demo.ipynb into nbviewer.

More Info :information_source:

For more info check the docs available here

More demos and code improvements will coming, if you want to contribute you can contact me (sergiocalde94@gmail.com), in the future I will upload a file to explain how this would work.

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

pydrift-0.1.8.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

pydrift-0.1.8-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file pydrift-0.1.8.tar.gz.

File metadata

  • Download URL: pydrift-0.1.8.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.6.8 Linux/4.15.0-1052-aws

File hashes

Hashes for pydrift-0.1.8.tar.gz
Algorithm Hash digest
SHA256 572a5f5ee3cfde052ee858cc2ed741fbb5c3df9fbcd44a70fe1d208b751a163e
MD5 7637b20f474273819de5572f84172868
BLAKE2b-256 cccf8d7799c72c3500e0497a85edadb93e29a74ccfccd7b187881188b980a778

See more details on using hashes here.

File details

Details for the file pydrift-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: pydrift-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.6.8 Linux/4.15.0-1052-aws

File hashes

Hashes for pydrift-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 bd0ec552055e607e43d2b5f699d4a36c1fd26ab4adbd2306c26db7242fa387ab
MD5 cb3eb1e8a1b726098ac24f53d06de55c
BLAKE2b-256 46132229912bca5dd816fc93d4326b8604b1f8a856a75830968c559ae8500678

See more details on using hashes here.

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