You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
Would be great to have a post_fit renderer, i.e a method called after each fit on a batch
to render stats like scoring
Would be instanciated by default to a print, but user could pass it as an arg, eg
python aflow.active --post-fit-render="lambda estimator, X, y: print(estimator.score(X, y))" ...
or
The text was updated successfully, but these errors were encountered: