Open Casyfill opened 6 years ago
I’d recommend taking a look at our Experiments API docs (https://github.com/hyperdashio/hyperdash-sdk-py#experiment-instrumentation). It will give you more fine-grained control over the start and end of your experiments.
Thanks, but it is not immediately clear how to use Experiment - neither with GridSearchCV, nor with a simple loop. trying to override parameter in experiment raises an exception - how should I use different sets of params within the same experiment?
how should I "weave" hyperdash Experiment object with cross-validation param dictionary/list ?
For now I have this cell, but I'd love to throw "clean" parameters to hyperdash
(resembles example from sklearn readme)