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

post_fit_renderer for active learning ? #1

@remiadon

Description

@remiadon

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 ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions