PathologyDataScience / glimr

A simplified wrapper for hyperparameter search with Ray Tune.
Apache License 2.0
1 stars 0 forks source link

issue-30-Support_metric_and_loss_kwargs #31

Closed cooperlab closed 1 year ago

cooperlab commented 1 year ago

Replaces the loss/metric mapping approach by passing class definitions or callables instead. This enables use of kwargs to customize loss/metric behavior.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

cooperlab commented 1 year ago

This works but breaks the experiment restoration. See Issue #33.