Coder Social home page Coder Social logo

ml-lab / lowrank-automl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from udellgroup/oboe

0.0 3.0 0.0 4.06 MB

A framework for automated machine learning based on low rank structure of error across datasets.

License: MIT License

Python 95.54% Shell 4.46%

lowrank-automl's Introduction

lowrank-automl

lowrank-automl is a data-driven approach to automated machine learning based on matrix factorization and Bayesian optimization. It is written in Python and distributed under the MIT license.

Installation

Dependencies

lowrank-automl requires:

  • Python (>= 3.5)
  • NumPy (>= 1.8.2)
  • SciPy (>= 0.13.3)
  • Scikit-Learn (>= 0.18)
  • SMAC
  • Pathos

User Installation

lowrank-automl currently only supports building from source:

git clone https://github.com/udellgroup/lowrank-automl.git
cd lowrank-automl
python setup.py install

Framework

lowrank-automl conducts automated model selection and hyperparameter tuning in two phases:

Offline Phase

Error Matrix Generation

To make use of similarities across datasets, we construct an error matrix E that records the performance of various models (each column corresponds to an algorithm & hyperparameter combination) on training datasets (each row corresponds to a dataset).

Low Rank Approximation

We summarize this error matrix by a low rank approximation E โ‰ˆ XY using PCA.

Online Phase

Performance Sampling & Prediction

Given a new dataset, we sample the performance of several models that are indicative of the performance of others. We then use our low rank approximation to predict the performance of other models in this dataset.

Hyperparameter Optimization

Once we have identified several model configurations that we predict will perform well, we perform fine-grained hyperparameter optimization using Bayesian optimization.

Ensemble Construction

The final machine learning model is an ensemble of the best performing models.

lowrank-automl's People

Contributors

yujiakimoto avatar chengrunyang avatar

Watchers

Noon van der Silk avatar James Cloos avatar  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.