hyperparameter-tuning
Here are 287 public repositories matching this topic...
-
Updated
Nov 13, 2020 - Python
-
Updated
Mar 10, 2021 - Go
-
Updated
Feb 6, 2021 - Python
-
Updated
Jan 20, 2021 - Python
-
Updated
Feb 24, 2021 - Python
-
Updated
Aug 15, 2018 - Python
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Mar 8, 2021 - Go
Is your feature request related to a problem? Please describe.
With the current implementation, the _fit_transform_data_container function calls _fit_data_container() and then _transform_data_container(). With the right parameter, each of them can execute its handle_fit/handle_transform call in a parallel fashion.
Describe the solution you'd like
We should have an implementation of _f
-
Updated
Jun 4, 2017 - JavaScript
-
Updated
Oct 18, 2020 - JavaScript
-
Updated
Mar 5, 2021 - Jupyter Notebook
-
Updated
Aug 23, 2020 - Jupyter Notebook
-
Updated
Mar 9, 2021 - Python
-
Updated
Jul 17, 2020 - Python
Our lale.lib.lale package has a BaselineClassifier that simply predicts the majority class. Scikit-learn has a DummyClassifier that does the same, with a few additional useful configuration options. We should add the DummyClassifi
-
Updated
Jan 13, 2021 - Jupyter Notebook
-
Updated
Feb 10, 2021 - Python
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 9, 2021 - Python
Repro:
from evalml.demos import load_breast_cancer
from evalml.automl import AutoMLSearch
X, y = load_breast_cancer()
automl = AutoMLSearch(X, y, problem_type="binary", max_batches=1)
automl.search()Output:
The purpose of the warning is to warn us
-
Updated
Nov 7, 2018 - Python
-
Updated
Jan 31, 2018 - Python
-
Updated
Mar 7, 2021 - Python
-
Updated
Nov 1, 2018 - Python
-
Updated
May 6, 2018 - Python
-
Updated
Feb 23, 2021 - Jupyter Notebook
-
Updated
Mar 4, 2021 - Python
-
Updated
Jan 5, 2021 - Scala
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?