Giter Site home page Giter Site logo

rebate's Introduction

Relief Based Algorithms

This suite includes stand-alone Python code to run any of the included/available Relief-Based algorithms designed for attribute filtering/ranking. These algorithms are a quick way to identify attributes in the dataset that may be most important to predicting some phenotypic endpoint. These scripts output an ordered set of attribute names, along with respective scores (uniquely determined by the particular algorithm selected). Certain algorithms require key run parameters to be specified.

MDR

This code is largely based on the Relief-Based algorithms implemented in the Multifactor Dimensionality Reduction (MDR) software. However these implementations have been expanded to accomodate continuous attributes (and continuous attributes mixed with discrete attributes) as well as a continuous endpoint. This code also accomodates missing data points. Built into this code, is a strategy to automatically detect from the loaded data, these relevant characteristics.

Cython

Portions of this code has been optimized with Cython routines.

How to run

  1. Compile cython file(s) ./make.sh
  2. Run rebate.py -h for all the available options
  3. No Windows support as yet.

To Do

  1. Make this an installable package
  2. Convert to Classes
  3. Create GUI Interface

rebate's People

Contributors

pschmitt52 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.