The Wayback Machine - https://web.archive.org/web/20211222200412/https://github.com/topics/hyperparameter-optimization
Skip to content
#

hyperparameter-optimization

Here are 534 public repositories matching this topic...

nni
eddiebergman
eddiebergman commented Dec 20, 2021

The components part of our codebase was written sometime ago, with older sklearn versions and before python typing was production ready.

In general, some of these files need to be cleaned up. Mostly typing of parameters and functions, adding documentation a bout these parameters and finally double checking with scikit learn that there aren't some new or deprecated parameters we still use.

To

Innixma
Innixma commented Dec 19, 2021

Related: #1433

In AutoGluon when datetime features are detected, they are simply converted to an int.

Instead, we could generate a variety of additional features, such as:

  1. Year, Month, Day, Hour, Minute, Second
  2. Is Weekend
  3. Is Holiday / Near Holiday
  4. Is Start of Month / End of Month
  5. Day of Week / Day of Year

If you are interested in contributing this functionality, ple

mljar-supervised
Gradient-Free-Optimizers

Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models

  • Updated Nov 2, 2021
  • Jupyter Notebook

A list of high-quality (newest) AutoML works and lightweight models including 1.) Neural Architecture Search, 2.) Lightweight Structures, 3.) Model Compression, Quantization and Acceleration, 4.) Hyperparameter Optimization, 5.) Automated Feature Engineering.

  • Updated Jun 19, 2021
bcyphers
bcyphers commented Jan 31, 2018

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

Neuraxle

Improve this page

Add a description, image, and links to the hyperparameter-optimization topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more