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].
pip install meta-learn
[1] Pavel Brazdil, Jan N. van Rijn, Carlos Soares, Joaquin Vanschoren. Metalearning. Applications to Automated Machine Learning and Data Mining. Second Edition. Springer, 2022.