# to see contents of create_plots function, look at the top-most algorithm's code
baseline, params = baseline_fitter.arpls(y, lam=(1e4, 1e2))
create_plots(y, baseline)