hyperparameter-tuning
Here are 394 public repositories matching this topic...
-
Updated
Oct 19, 2021 - Python
-
Updated
Aug 25, 2021 - Python
-
Updated
Oct 27, 2021 - Python
-
Updated
Oct 26, 2021 - Python
-
Updated
Feb 6, 2021 - Python
-
Updated
Aug 19, 2021 - Jupyter Notebook
-
Updated
Jan 20, 2021 - Python
-
Updated
Oct 26, 2021 - Jupyter Notebook
-
Updated
Oct 21, 2021 - Python
-
Updated
Aug 15, 2018 - Python
-
Updated
Oct 26, 2021 - Go
Describe the bug
Code could be more conform to pep8 and so forth.
Expected behavior
Less code st
Right now, component_graph.get_component expects a string which is the unique name used to find a component in the graph (ex: "My Label Encoder", and not "Label Encoder"). This makes it difficult to find components of a specific class, ex LabelEncoder instances. We should add a method to help with this!
API should take into consideration what happens if we have multiple of the same component
-
Updated
Oct 23, 2021 - Python
-
Updated
Oct 22, 2021 - Jupyter Notebook
-
Updated
Jun 4, 2017 - JavaScript
-
Updated
Oct 18, 2021 - Python
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Oct 19, 2021 - Jupyter Notebook
-
Updated
Sep 29, 2021 - Python
-
Updated
Jul 17, 2020 - Python
-
Updated
Oct 27, 2021 - Python
-
Updated
Aug 25, 2021 - Python
-
Updated
Aug 25, 2021 - Python
-
Updated
Jan 31, 2018 - Python
-
Updated
Mar 7, 2021 - Python
-
Updated
Nov 7, 2018 - Python
-
Updated
Nov 1, 2018 - Python
-
Updated
Sep 16, 2021 - Jupyter Notebook
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?