Giter Site home page Giter Site logo

multiversepy's Introduction

multiversePy

Setup

  1. Install requirements: pip install -r requirements.txt
  2. Download datasets into respective folders in /data/
  3. Run preprocessing script: python preprocess.py for downloaded datasets
  4. Run main program: python main.py

Todo

  • Clean the datasets
  • Save clean versions of datasets
  • Look into Compute Canada
  • UCI data downloading
  • Scale features if too big
  • Create configs for datasets (start with Huseyin's 18 datasets)
  • Run two level RF analysis on the datasets
  • Record entropy for major poisoning levels
  • Record performance (AUC, Bias, LogLoss) of the first level RF trained on test data
  • Use the fewest neurons and the fewest neural network layers to reach RF performance (or use the same number of neurons and layers for all datasets and compare performance results?)
  • Based on RF breaking point and NN simplicity, explain data in global terms (global explanations) or in terms of salient data points (local explanations). Both are open research problems.
  • Global explanations can be managed by using functional data depth on entropy lines? Reporting breaking points in performance wrt. the poisoning rate?
  • Local explanations (which data points' removal cause the biggest drop in datasets)

Dataset Info

Dataset Links

Ignored Datasets

Dataset Reason
haberman too few features
temp of major cities not classification
wisconsin cancer duplicate

Other Links

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.