I'm trying to run a line of code that imports the function to read a csv file as a functional dataframe but i'm getting an error

86 Views Asked by At

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