automl / amltk

A build-it-yourself AutoML Framework
https://automl.github.io/amltk/
BSD 3-Clause "New" or "Revised" License
56 stars 3 forks source link

fix(Trial): Give trials a created_at stamp #246

Closed eddiebergman closed 5 months ago

eddiebergman commented 5 months ago

When plotting, it's important to have some notion of a start. In this case, it's usually as soon as the first Trial is created. Otherwise, it would be up for the user to get a timestamp such as datetime.now().

With that, I also fixed up the histories to return the same types as themselves for a bit of consistency.