Skip to content

Return hyper-optimization (GridSearch) results instead of only print #100

@jonas-eschle

Description

@jonas-eschle

Hey all,

I really like your well designed hyper-parameters grid-search functions. However, I miss the ability to extract the results in a suitable format to further use it in my code. Currently, I do have the following possibilities to do so:

  • access private internals inside the param_generator (which I don't really like to do... that's why they are privat)
  • re-convert the values from the printed string, which I can get by redirection of the stdoutput (don't like that one either ;) )

So is it possible to add such a method or even add that behavior to the existing "print_result"-method? The format of the returned values can be anything, as long as it stays the same over time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions