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 logistic regression with grid search #171

Open
roman807 opened this issue Feb 27, 2024 · 1 comment
Open

Add logistic regression with grid search #171

roman807 opened this issue Feb 27, 2024 · 1 comment
Labels

Comments

@roman807
Copy link
Collaborator

As an alternative to MLP, we want to allow using a logistic regression head (+ grid search to find the best hyperparameters C1 & C2). TBD, but likely it would make sense to keep the dataset train/val splits and not introduce CV (since some datasets don't allow for different train/val splits due to data leakage).

@ioangatop
Copy link
Collaborator

interesting repo: cuml

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

No branches or pull requests

2 participants