hfawaz / dl-4-tsc

Deep Learning for Time Series Classification
GNU General Public License v3.0
1.54k stars 566 forks source link

some error in utils.py #14

Closed Pauler99 closed 4 years ago

Pauler99 commented 4 years ago

In the viz_cam function,“unresolved reference ‘spline’” error occurred.

hfawaz commented 4 years ago

Yes thanks for pointing it out.

The spline is deprecated now.

I personally use pandas.Series.interpolate now.

Hope this helps.