pipeline_search_plots

Module Contents

Classes Summary

PipelineSearchPlots

Plots for the AutoMLSearch class.

SearchIterationPlot

Contents

class evalml.automl.pipeline_search_plots.PipelineSearchPlots(results, objective)[source]

Plots for the AutoMLSearch class.

Methods

search_iteration_plot

Shows a plot of the best score at each iteration using data gathered during training.

search_iteration_plot(self, interactive_plot=False)[source]

Shows a plot of the best score at each iteration using data gathered during training.

Returns

plot

class evalml.automl.pipeline_search_plots.SearchIterationPlot(results, objective)[source]

Methods

update

update(self, results, objective)[source]