Skip to content

Python Framework/Library that chooses the best ML algorithm for your training and testing data. Made for UC Santa Barbara Hacks - Winner: Lockheed-Martin Aerospace Prize

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Modelrithm

Python Framework that compares 7 different Machine Learning algorithms' accuracy, precision, and F-Beta scores efficiently (~0.15 second runtime) for a given user's training and testing data, and returns the highest scoring of each, along with automated hyperparameter optimization.

Installation

pip install Modelrithm

Requirements

  • sklearn
  • matplotlib
  • numpy

Usage

from Modelrithm import Modelrithm

model = Modelrithm(X_test, Y_train, X_test, Y_train)
model.Classification()

Examples

  • Aided in increasing accuracy, precision, and f-beta score of a classification problem using satellite pictures of the earth and moon.

    • This application is included under the 'Examples' folder

Accolades

Winner, Lockheed Martin Aerospace Challenge - SBHacks 2017

TODO

  • Hyperparameter optimization by Random Search (not Grid Search, takes too long).

About

Python Framework/Library that chooses the best ML algorithm for your training and testing data. Made for UC Santa Barbara Hacks - Winner: Lockheed-Martin Aerospace Prize

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.