SimonBlanke / Meta-Learn

Metalearning for Hyperparameter Optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meta-Learn


Collection and utilization of meta data from machine learning models and problems.


Collect and use meta-data of machine learning datasets to reduce search time for hyperparameter. Meta-Learn collects data about model- and dataset-properties to train a regressor (the score of the model being the target).

Installation

pip install meta-learn

About

Metalearning for Hyperparameter Optimization

License:MIT License


Languages

Language:Python 98.6%Language:Dockerfile 1.0%Language:Makefile 0.5%