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

Gridding params grid search #47

Closed
chenyangkang opened this issue May 9, 2024 · 0 comments
Closed

Gridding params grid search #47

chenyangkang opened this issue May 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chenyangkang
Copy link
Owner

Add functions and docs to show how to do grid search for best gridding params. Probably using the sklearn.model_selection.GridSearchCV. Or some faster way: https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html.

@chenyangkang chenyangkang self-assigned this May 9, 2024
@chenyangkang chenyangkang added the enhancement New feature or request label May 9, 2024
@chenyangkang chenyangkang removed their assignment May 9, 2024
chenyangkang added a commit that referenced this issue Sep 20, 2024
…he KFold class in sklearn.model_selection, and it only generates indixes instead of data splits. As part of #47
chenyangkang added a commit that referenced this issue Sep 21, 2024
#46 Solved
#47 There is still no automatic one, and the experiment shows that grid search is not providing large improvement for the model performance. Still, users can follow the grid search tutorial here: https://chenyangkang.github.io/stemflow/Examples/07.Optimizing_stixel_size.html
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

1 participant