I'm trying to load a functional dataset about weather and run the MFPCA method on it.

This is my code:

from FDApy.misc.loader import read_csv

And the error is:

No module named 'sktime.utils.load_data'
0

There are 0 best solutions below