Skip to content
#

hyperparameter-tuning

Here are 387 public repositories matching this topic...

eddiebergman
eddiebergman commented Jul 29, 2021

Building the doc fails for example 40_advanced/example_single_configurations on the current development branch

Logs here

...
generating gallery for examples/40_advanced... [ 50%] example_debug_logging.py

Warning, treated as error:
/home/runner/work/auto-sklearn/auto-sklearn/examples/40_advanced/example_single_configu

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 Sep 18, 2021
  • Jupyter Notebook
Neuraxle
evalml
ParthivNaresh
ParthivNaresh commented Sep 23, 2021

Currently if a list is passed as a component_graph to a pipeline, the component_dict outputs the class object as the first item in the value of the list within _make_component_dict_from_component_list

class LinearRegressionPipeline(RegressionPipeline):
        """Linear Regression Pipeline for regression problems."""

        component_graph = [
            "One Hot Encoder",
    

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