GithubHelp home page GithubHelp logo

sergiocalde94 / pydrift Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 9.0 6.46 MB

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.

License: MIT License

Makefile 0.01% Python 0.75% Jupyter Notebook 99.25%

pydrift's People

Contributors

peque avatar sai-krishna-msk avatar sergiocalde94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pydrift's Issues

Problems with the packages versions

Hi, I'm trying to run the notebooks provided in the repo and I'm not being able to. I've created a new conda virtual environment with Python 3.7

conda create -n pydrift python=3.7
conda activate pydrift
conda install -c conda-forge pydrift

When I try to run a simple import, I get an error:

>>> import pandas as pd
>>> from sklearn.model_selection import train_test_split
>>> from pydrift import DataDriftChecker
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/ubuntu/anaconda3/envs/pydrift/lib/python3.7/site-packages/pydrift/__init__.py", line 1, in <module>
    from .core.drift_checker import (DriftChecker,
  File "/home/ubuntu/anaconda3/envs/pydrift/lib/python3.7/site-packages/pydrift/core/drift_checker.py", line 16, in <module>
    from .interpretable_drift import InterpretableDrift
  File "/home/ubuntu/anaconda3/envs/pydrift/lib/python3.7/site-packages/pydrift/core/interpretable_drift.py", line 19, in <module>
    from shap.common import SHAPError
ModuleNotFoundError: No module named 'shap.common'

What am I doing wrong?

Thanks

// M.A. Monjas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.