VisualisationΒΆ

Plotting utlities for time series.

ShapeletVisualizer(values[, normalize, ...])

A Shapelet object to use for ploting operations.

ShapeletTransformerVisualizer(estimator)

A class to visualize the result from a fitted shapelet transformer.

ShapeletClassifierVisualizer(estimator)

A class to visualize the result from a fitted shapelet classifier.

plot_series(*series[, labels, markers, ...])

Plot one or more time series.

plot_lags(series[, lags, suptitle])

Plot one or more lagged versions of a time series.

plot_correlations(series[, lags, alpha, ...])

Plot series and its ACF and PACF values.

plot_critical_difference(scores, labels[, ...])

Plot the average ranks and cliques based on the method described in [Rbf00f587966d-1].

plot_boxplot(results, labels[, relative, ...])

Plot a box plot.

plot_scatter_predictions(y, y_pred[, title])

Plot a scatter that compares actual and predicted values for a given dataset.

plot_cluster_algorithm(model, X, k)

Plot the results from a univariate partitioning algorithm.