openml-labs / gama

An automated machine learning tool aimed to facilitate AutoML research.
https://openml-labs.github.io/gama/master/
Apache License 2.0
92 stars 30 forks source link

Make it easier to access model evaluation results #178

Open PGijsbers opened 2 years ago

PGijsbers commented 2 years ago

Currently you can access them from evaluations.log or with gamaobject._evaluation_library.n_best(n, with_pipelines). The first is a little cumbersome if you still have access to the gama object, the second is unintuitive when you use BestFitProcessing as you then have to set with_pipelines=False explicitly. It would be great to have: