Giter Club home page Giter Club logo

maatpy's Introduction

MaatPy

The MaatPy toolbox is written using Python programming language and is deployed as a package. The MaatPy package collects several algorithms that together support an analysis pipeline for imbalanced datasets. It includes novel implementations for:

  • SMOTEBoost
  • SMOTEBagging
  • AdaBoost cost sensitive variants AdaCost, AdaC1, AdaC2 and AdaC3
  • Balanced Random Forest Classifier.

as well as modifications for the imblearn combination samplers:

  • SMOTEENN
  • SMOTETomek

Installation


Dependencies

scikit-learn requires:

  • imbalanced-learn>=0.3.3
  • joblib>=0.12.2
  • matplotlib>=2.2.2
  • numpy>=1.15.0
  • pandas>=0.23.4
  • scikit-learn>=0.19.2
  • scipy>=1.1.0

User installation

The easiest way to install this package is clone this repository:

git clone https://github.com/gkapatai/MaatPy/new/master?readme=1

and then run:

python setup.py install

This will install the package and all it's dependencies.

Testing

After installation you can launch the test suite by running the following command from within the root directory of this repository:

nosetests tests

This requires prior installation of the nose python module:

pip install nose

maatpy's People

Contributors

gkapatai avatar

Stargazers

 avatar

Watchers

 avatar

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.