92d352eb861df852fbfc25bae2ca3215fbfcf45d,examples/example_pipeline.py,,,#,21

Before Change


axes[0].scatter(x[n_train:], test[:preds.shape[0]], alpha=0.4, marker="x")
axes[0].fill_between(x[n_train:], conf_int[:, 0], conf_int[:, 1],
                     alpha=0.1, color="b")
axes[0].set_title("Actual test samples vs. forecasts")
axes[0].set_xlim((0, data.shape[0]))

// We can also call `update` directly on the pipeline object, which will update
// the intermittent transformers, where necessary:

After Change


axes[0].scatter(x0, in_sample_preds, alpha=0.4, marker="x")
axes[0].fill_between(x0, in_sample_confint[:, 0], in_sample_confint[:, 1],
                     alpha=0.1, color="b")
axes[0].set_title("Actual train samples vs. in-sample predictions")
axes[0].set_xlim((0, x0.shape[0]))

// Visualize actual + predicted
x1 = np.arange(n_train + preds.shape[0])
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 9

Non-data size: 2

Instances


Project Name: tgsmith61591/pmdarima
Commit Name: 92d352eb861df852fbfc25bae2ca3215fbfcf45d
Time: 2019-10-28
Author: tgsmith61591@gmail.com
File Name: examples/example_pipeline.py
Class Name:
Method Name:


Project Name: scikit-image/scikit-image
Commit Name: 21339f4cbbe3988edfe24b28a91af2278b7a3382
Time: 2016-09-05
Author: multicolor.mood@gmail.com
File Name: doc/examples/xx_applications/plot_coins_segmentation.py
Class Name:
Method Name:


Project Name: matplotlib/matplotlib
Commit Name: fdaa72e1e48adcc4fed284b9fb720265626af3f3
Time: 2018-05-09
Author: elch.rz@ruetz-online.de
File Name: examples/color/color_demo.py
Class Name:
Method Name:


Project Name: matplotlib/matplotlib
Commit Name: 63b88ebb72e6acf8dacab6eddca95b3a78b9a157
Time: 2018-06-27
Author: jklymak@gmail.com
File Name: examples/color/color_demo.py
Class Name:
Method Name:


Project Name: richzhang/PerceptualSimilarity
Commit Name: 8658f6b4d3c50411339d34ae886d8b94d09e4683
Time: 2019-07-20
Author: rich.zhang@eecs.berkeley.edu
File Name: perceptual_loss.py
Class Name:
Method Name:


Project Name: scikit-image/scikit-image
Commit Name: 8cd11e8079f26fa7012240524f9b7bf1858ec276
Time: 2017-04-07
Author: multicolor.mood@gmail.com
File Name: doc/examples/transform/plot_rescale.py
Class Name:
Method Name:


Project Name: scikit-image/scikit-image
Commit Name: eed7c41c327ac4b83ac5d88d01129e56b6d9cb88
Time: 2016-06-21
Author: jni@janelia.hhmi.org
File Name: doc/examples/filters/plot_frangi.py
Class Name:
Method Name:


Project Name: geomstats/geomstats
Commit Name: 6fa78eebb531215d2fb5f5955a9ff353b6b8ddf7
Time: 2019-08-28
Author: ninamio78@gmail.com
File Name: examples/tangent_pca_so3.py
Class Name:
Method Name: main


Project Name: scikit-image/scikit-image
Commit Name: dfdd0fbf5a76afa7cd8bebb71edc5e3cb90d8234
Time: 2016-07-16
Author: me@scottsievert.com
File Name: doc/examples/filters/plot_denoise.py
Class Name:
Method Name: