Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

post_fit_renderer for active learning ? #1

Open
remiadon opened this issue May 5, 2021 · 0 comments
Open

post_fit_renderer for active learning ? #1

remiadon opened this issue May 5, 2021 · 0 comments

Comments

@remiadon
Copy link
Owner

remiadon commented May 5, 2021

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

python aflow.active --post-fit-render=mymodule.render_function ....
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant