PacktPublishing / Modern-Time-Series-Forecasting-with-Python

Modern Time Series Forecasting with Python, published by Packt
MIT License
435 stars 219 forks source link

ML forecasting notebook 1 chapter 8 breaks #46

Open giambascientist86 opened 2 months ago

giambascientist86 commented 2 months ago

get_X_y breaks in this notebook beacuse of this error; passing a set instead of list ; I have modified the code by passing a list(set---) but it breaks..

error ML forecasting
giambascientist86 commented 1 month ago

solved.

sumantabasak commented 1 month ago

Same problem I'm getting. How did you solve? Can you share the resolved code? @giambascientist86

manujosephv commented 1 month ago

doesnt the below solve the issue:

df.loc[:, list(set(feature_list + self.index_cols))]
sumantabasak commented 1 month ago

No, It's not. It'll be good if you can check and resolve "Github" repo code. @manujosephv

image image