GithubHelp home page GithubHelp logo

decisions_with_ml's Introduction

Decisions with Machine learning

Machine learning models are used everywhere these days and it has become very easy to interpret some of these machine learning models. We will be looking at a few specific tools which help us interpret these models and better understand the results these models provide. Here are those libraries

  1. InterpretML
  2. DiCE ML
  3. SHAP

There are a few files here which talk about different things.

  • preprocessing.ipynb talks about preprocessing the data and performing steps needed to build a machine learning model. Not the most important for now
  • Decision Trees Interpretation.ipynb talks about building decision trees, a machine learning model and how to interpret them
  • Counterfactuals.ipynb talks about generating what-if scenarios based on the current data and identifying what it would take for a point to get classified in the other class

decisions_with_ml's People

Contributors

dodgy719 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

decisions_with_ml's Issues

Suggestions for DTI.ipynb

https://github.com/dodgy719/Decisions_with_ML/blob/master/Decision%20Trees%20Interpretation.ipynb

Add # notes in script

  • In 1: Needed to execute pip install dice-ml (ModuleNotFoundError: No module named 'dice_ml')
  • In 1: Needed to execute pip install pydotplus (ModuleNotFoundError: No module named 'pydotplus)
  • In 12: Needed to execute brew install graphviz (FileNotFoundError: [Errno 2] No such file or directory: 'dot')
  • In 14: Needed to execute pip install interpret_text (ModuleNotFoundError: No module named 'interpret')
  • In 17: Needed to execute pip install plotly (ModuleNotFoundError: No module named 'plotly')
  • In 17: Needed to execute pip install dash-cytoscape (ModuleNotFoundError: No module named 'dash_cytoscape')
  • In 20: Exception: Model type not yet supported by TreeExplainer: <class 'sklearn.tree._classes.DecisionTreeClassifier'>
    *unsure how to interpret and address

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.