eurobios-mews-labs / palma

This library aims at providing tools for an automatic machine learning approach. As many tools already exist to establish one or the other component of an AutoML approach, the idea of this library is to provide a structure rather than to implement a complete service.
https://eurobios-mews-labs.github.io/palma/
Apache License 2.0
2 stars 5 forks source link

More consistent naming #40

Open mancellin opened 6 months ago

mancellin commented 6 months ago

To avoid giving different names to the same thing or the same name to different things

model = ModelEvaluation(estimator=ms.best_model_)

could be changed to something like

model_evaluation = ModelEvaluation(model=ms.best_model_)

Also for consistency, one might consider having either