GithubHelp home page GithubHelp logo

dython's Introduction

Dython

A set of Data analysis tools in pYTHON 3.x.

Installation:

Clone this repository to your local machine anr run pip:

git clone https://github.com/shakedzy/dython.git
cd dython
pip install -e .

Dependencies: numpy, pandas, seaborn, scipy, matplotlib, sklearn

Nominal tools (nominal.py):

A set of functions to explore nominal (categorical) datasets and mixed (nominal and continuous) data-sets.

Coefficients and statistics:

  • Conditional entropy (conditional_entropy)
  • Cramer's V (cramers_v)
  • Theil's U (theils_u)
  • Correlation ratio (correlation_ratio)

Additional functions:

  • associations: Calculate correlation/strength-of-association of a data-set
  • numerical_encoding: Encode a mixed data-set to a numerical data-set (one-hot encoding)

Model utilities (model_utils.py)

A set of functions to gain more information over a model's performance.

  • roc_graph: compute and plot a ROC graph (and AUC score) for a model's predictions
  • random_forest_feature_importance: plot the feature importance of a trained sklearn RandomForestClassifier
  • associations: Calculate correlation/strength-of-association of a data-set (same as nominal.associations)

Examples:

See the examples.py module for roc_graph and associations examples.

License:

Apache License 2.0

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.