EthanRosenthal / skits

scikit-learn-inspired time series
https://www.ethanrosenthal.com/2018/03/22/time-series-for-scikit-learn-people-part2/
MIT License
197 stars 17 forks source link

do you have mentioned code example for complicated multidimensional time series? #20

Open Sandy4321 opened 4 years ago

Sandy4321 commented 4 years ago

great talk thanks https://www.youtube.com/watch?v=x6_id26u3xk&list=PLGVZCDnMOq0pwoOqsaA87cAoNM4MWr51M&index=52&t=0s Ethan Rosenthal: Time series for scikit-learn people | PyData New York 2019

do you have mentioned code example for complicated multidimensional time series? for example F1 F2 F3 F4 t1: red, 0.4 , big, 87 t2: green , -0.1, big , 44 t3: red, 0.9 , small, -78 etc or code others of this kind of data?