pybaselines icon indicating copy to clipboard operation
pybaselines copied to clipboard

where is example_helpers?

Open Firestar-Reimu opened this issue 8 months ago • 0 comments

In https://pybaselines.readthedocs.io/en/latest/generated/examples/whittaker/plot_lam_vs_data_size.html you write a line:

# local import with setup code
from example_helpers import make_data, optimize_lam

but I run on my computer says error:

ModuleNotFoundError: No module named 'example_helpers'

and I cannot found example_helpers or example-helpers in pypi or conda

Firestar-Reimu avatar May 14 '25 02:05 Firestar-Reimu