Skip to content
#

hyperparameter-tuning

Here are 323 public repositories matching this topic...

onepanel

The open and extensible integrated development environment (IDE) for computer vision with built-in modules for model building, automated labeling, data processing, model training, hyperparameter tuning and workflow orchestration.

  • Updated Apr 29, 2021
  • Go
Neuraxle
guillaume-chevalier
guillaume-chevalier commented May 10, 2021

Is your feature request related to a problem? Please describe.
We may want to apply operations recursively on the context and its services using recursive dict keys such as "context__logger" when doing pipeline.apply(...) to apply things in the context as well. This also allows for nesting services one into another.

Describe the solution you'd like

  • `class BaseService(... some mix

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 Apr 3, 2021
  • Jupyter Notebook
evalml
dsherry
dsherry commented May 13, 2021

Background
In #2222 @jeremyliweishih updated the highly null data check to warn if individual rows exceed a threshold percentage of nulls. Currently that threshold is the same as the one used for checking columns in the same manner.

Proposal
Let's have separate thresholds for pct null rows vs pct null columns. That'll make it easy to tinker with the behavior on real data, in case we decid

Improve this page

Add a description, image, and links to the hyperparameter-tuning 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-tuning topic, visit your repo's landing page and select "manage topics."

Learn more