Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add convenience methods over train_result from pipeline.train() #253

Open
FlorentinD opened this issue Jan 18, 2023 · 1 comment
Open

Add convenience methods over train_result from pipeline.train() #253

FlorentinD opened this issue Jan 18, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@FlorentinD
Copy link
Contributor

FlorentinD commented Jan 18, 2023

Is your feature request related to a problem? Please describe.

Training a pipeline returns a train_result which are nested dictionaries.
These are a bit hard to work with.

To make our lives a bit easier, we could add convenience methods around them, similar to how we lately added convenience methods to Model objects #119.

Ideally, this change does not break the API.

Additional context

Please drop a comment if you like to work on an example :)

@FlorentinD FlorentinD added the good first issue Good for newcomers label Jan 18, 2023
@FlorentinD
Copy link
Contributor Author

@adamnsch you mentioned a previous place where we did a similar change in a non-breaking way.
Which feature did you mean?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant