hyperparameter-tuning
Here are 361 public repositories matching this topic...
-
Updated
May 21, 2021 - Python
-
Updated
Jul 26, 2021 - Python
-
Updated
Jul 22, 2021 - Python
-
Updated
Feb 6, 2021 - Python
-
Updated
Jun 21, 2021 - Jupyter Notebook
-
Updated
Jan 20, 2021 - Python
-
Updated
Jul 26, 2021 - Python
-
Updated
Aug 15, 2018 - Python
-
Updated
Jul 22, 2021 - Go
-
Updated
Jul 3, 2021 - Jupyter Notebook
Describe the bug
Code could be more conform to pep8 and so forth.
Expected behavior
Less code st
I just noticed that test_make_pipeline_*
doesn't actually assert the pipeline is correct! These tests could fail and we wouldn't know. Let's add the assert
back in.
https://github.com/alteryx/evalml/blob/main/evalml/tests/pipeline_tests/test_pipeline_utils.py#L149
https://github.com/alteryx/evalml/blob/main/evalml/tests/pipeline_tests/test_pipeline_utils.py#L206
https://github.com/alteryx
-
Updated
Jun 4, 2017 - JavaScript
-
Updated
Jul 23, 2021 - Jupyter Notebook
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Jul 6, 2021 - Python
-
Updated
Jul 20, 2021 - Python
-
Updated
Aug 23, 2020 - Jupyter Notebook
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 26, 2021 - Python
-
Updated
Jul 26, 2021 - Python
-
Updated
May 21, 2021 - Python
-
Updated
May 21, 2021 - Python
-
Updated
Jan 31, 2018 - Python
-
Updated
Nov 7, 2018 - Python
-
Updated
Mar 7, 2021 - Python
-
Updated
Nov 1, 2018 - Python
-
Updated
Jul 5, 2021 - Jupyter Notebook
-
Updated
May 6, 2018 - Python
Improve this page
Add a description, image, and links to the hyperparameter-tuning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hyperparameter-tuning topic, visit your repo's landing page and select "manage topics."
The problem I want to use auto-sklearn on is a time-series. Can we modify sklearn to include cv with time series?