autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 268 forks source link

rename `Reporting()` to `Analyze()` #356

Closed mikkokotila closed 5 years ago

mikkokotila commented 5 years ago

Because the set of features contained with Reporting() already go beyond typical reporting features, and more so in the near-future, it seems to make sense to handle the renaming now. Particularly given that this will not affect the actual experiment pipeline in production codes etc.

mikkokotila commented 5 years ago

Backward compatibility would of course be retained for some time with allowing both talos.Reporting() and talos.Analyze() to be used.

mikkokotila commented 5 years ago

Both Reporting() and Analyze() can be used for now. Closing here.