PipeGraph
0.2
  • API Documentation
  • General examples
    • First example: A simple linear workflow
    • Second example: GridSearchCV demonstration
    • Eighth Example: # Dynamically built component using input signal values during the fit stage
    • Seventh Example: Dynamically built component using initialization parameters
    • Tenth Example: # Alternative solution to example number 9
    • Fifth Example: Demultiplexor - multiplexor
    • Fourth Example: Combination of classifiers
    • Ninth Example: # GridSearch on dynamically built component using input signal values
    • Third Example: Injecting varying sample_weight vectors to a linear regression model for GridSearchCV
    • Sixth Example: Encapsulating several blocks into a PipeGraph and reusing it
    • Finding number of clusters
PipeGraph
  • Docs »
  • General examples
  • View page source

General examplesΒΆ

Introductory examples.

../_images/sphx_glr_plot_1_example_two_nodes_in_linear_sequence_thumb.png

First example: A simple linear workflow

../_images/sphx_glr_plot_2_example_added_gridsearchcv_thumb.png

Second example: GridSearchCV demonstration

../_images/sphx_glr_plot_8_example_DemuxModelsMux_thumb.png

Eighth Example: # Dynamically built component using input signal values during the fit stage

../_images/sphx_glr_plot_7_example_DemuxModelsMux_thumb.png

Seventh Example: Dynamically built component using initialization parameters

../_images/sphx_glr_plot_10_example_DemuxModelsMux_thumb.png

Tenth Example: # Alternative solution to example number 9

../_images/sphx_glr_plot_5_example_Demultiplexer_Multiplexer_thumb.png

Fifth Example: Demultiplexor - multiplexor

../_images/sphx_glr_plot_4_example_combination_of_classifiers_thumb.png

Fourth Example: Combination of classifiers

../_images/sphx_glr_plot_9_example_DemuxModelsMux_thumb.png

Ninth Example: # GridSearch on dynamically built component using input signal values

../_images/sphx_glr_plot_3_example_varying_sample_weights_thumb.png

Third Example: Injecting varying sample_weight vectors to a linear regression model for GridSearchCV

../_images/sphx_glr_plot_6_example_DemuxModelsMux_thumb.png

Sixth Example: Encapsulating several blocks into a PipeGraph and reusing it

../_images/sphx_glr_plot_Finding_Number_of_clusters_thumb.png

Finding number of clusters

Download all examples in Python source code: auto_examples_python.zip
Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

Next Previous

© Copyright 2018, The authors

Built with Sphinx using a theme provided by Read the Docs.