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

https://github.com/simonblanke/meta-learn

Metalearning for Hyperparameter Optimization
https://github.com/simonblanke/meta-learn

data-science hyperparameter-optimization machine-learning meta-learning metadata model-selection scikit-learn

Last synced: 2 months ago
JSON representation

Metalearning for Hyperparameter Optimization

Awesome Lists containing this project

README

          


Meta-Learn


Metalearning for Hyperparameter Optimization


This package implements a type of Meta-Learning, which aims at optimizing the hyperparameters of a given model, based on previous model evaluations. This approach is described in chapter 6 of the book "Metalearning"[[1]](#1).


## Definitions

### Meta-Learning

### Meta-Regressor

### Meta-Data


## Installation
```console
pip install meta-learn
```


## References

[1]
Pavel Brazdil, Jan N. van Rijn, Carlos Soares, Joaquin Vanschoren.
*Metalearning.
Applications to Automated Machine Learning and Data Mining.*
Second Edition.
Springer, 2022.