hyperparameter-optimization
Here are 500 public repositories matching this topic...
Discussed in microsoft/nni#4070
Originally posted by ZhiyuanChen August 14, 2021
[2021-08-14 10:13:41] INFO (NNIDataStore) Datastore initialization done
[2021-08-14 10:13:41] INFO (RestServer) RestServer start
[2021-08-14 10:13:41] INFO (RestServer) RestServer base port is 8080
[2021-08-14 10:13:41] I
-
Updated
Jul 1, 2021 - Python
TimeSeries Split
The problem I want to use auto-sklearn on is a time-series. Can we modify sklearn to include cv with time series?
Motivation
Since scikit-learn 1.0.0, the Boston housing prices dataset has been deprecated due to the ethical problem. The dataset will be removed at scikit-learn 1.2.0. Please see also the scikit-learn's page.
The scikit-learn documentation suggesting using [California housing dataset](https://scikit-l
When running TabularPredictor.fit(), I encounter a BrokenPipeError for some reason.
What is causing this?
Could it be due to OOM error?
Fitting model: XGBoost ...
-34.1179 = Validation root_mean_squared_error score
10.58s = Training runtime
0.03s = Validation runtime
Fitting model: NeuralNetMXNet ...
-34.2849 = Validation root_mean_squared_error score
43.63s =
-
Updated
Sep 10, 2021
-
Updated
Dec 22, 2020 - Python
Details in discussion mljar/mljar-supervised#421
-
Updated
Feb 10, 2021 - Python
-
Updated
Oct 6, 2021 - Python
Is it possible to set a splitter or a iterable when fitting?
-
Updated
May 27, 2021 - Python
-
Updated
Jun 6, 2018 - Python
-
Updated
Oct 3, 2021 - Python
-
Updated
Feb 6, 2021 - Python
Grid search variant
I think it would be useful to have a grid search optimizer in this package. But its implementation would probably be quite different from other ones (sklearn, ...).
The requirements are:
- The grid search has to stop after n_iter instead of searching the entire search space
- The positions should not be precalculated at the beginning of the optimization (i have concerns about memory load).
-
Updated
Jun 19, 2021
-
Updated
Aug 19, 2021 - Jupyter Notebook
-
Updated
Jan 17, 2021 - JavaScript
-
Updated
Jan 20, 2021 - Python
-
Updated
Sep 29, 2021 - Python
-
Updated
Sep 18, 2021 - Jupyter Notebook
-
Updated
Aug 15, 2018 - Python
If enter_data() is called with the same train_path twice in a row and the data itself hasn't changed, a new Dataset does not need to be created.
We should add a column which stores some kind of hash of the actual data. When a Dataset would be created, if the metadata and data hash are exactly the same as an existing Dataset, nothing should be added to the ModelHub database and the existing
-
Updated
Jan 31, 2021 - Python
-
Updated
Jan 29, 2018 - Python
Describe the bug
Code could be more conform to pep8 and so forth.
Expected behavior
Less code st
-
Updated
Jun 7, 2018 - Python
-
Updated
Oct 4, 2021 - Python
Improve this page
Add a description, image, and links to the hyperparameter-optimization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hyperparameter-optimization topic, visit your repo's landing page and select "manage topics."
Search before asking
Ray Component
Ray Serve
What happened + What you expected to happen
See repro script, a fix would be avoid reconfiguring when there are inflight queries. Additionally, we should consider not accepting new queries when reconfigure is being called.
Reprod