# to see contents of create_data function, look at the top-most algorithm's code
baseline, params = baseline_fitter.rolling_ball(y, half_window=(8, 5), smooth_half_window=3)
create_plots(y, baseline)