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

Create hyperparameters configs for pipelines and adapt pipelines to use configs #195

Open
ktagowski opened this issue Feb 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ktagowski
Copy link
Collaborator

We should provide more clearer way how to pass hyperparameters for pipeline (currently we use multiple kwargs).

Something like HPS ConfigSpace

class ClassificationConfig:
    max_epochs: int = 30
    learning_rate: float = 0.001
    ...

    def parse_params():
        pass

And then we should adapt it to our pipelines

@ktagowski ktagowski added this to the [Milestone 4] Stable release milestone Feb 2, 2022
@ktagowski ktagowski added the enhancement New feature or request label Feb 2, 2022
@deepception deepception self-assigned this Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants