Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhamilton723/meta

A model selection toolkit written in python. Requires sklearn and pybrain
https://github.com/mhamilton723/meta

Last synced: about 14 hours ago
JSON representation

A model selection toolkit written in python. Requires sklearn and pybrain

Awesome Lists containing this project

README

        

# META
Meta Estimation Toolkit for Algorithms (META) is a model selection tool that interfaces with sklearn objects.
It adds Meta Estimators to sklearn allowing one to perform grid search over algorithms as well as parameters.
It also adds the functionality of searching over the parameter space of your entire pipeline without manually creating the parameter space.
The system also incorporates bagging and plotting of the best algorithms found.

The NueralNetwork module is a wrapper for PyBrain's Feedforward Nueral Network