Dear Arturus:
I just run "python make_features.py data/vars --add_days=63" but come cross that error:
File "make_features.py", line 310, in run
dow_norm = features_days.dayofweek.values / week_period
AttributeError: 'numpy.ndarray' object has no attribute 'values'
Dear Arturus: I just run "python make_features.py data/vars --add_days=63" but come cross that error:
File "make_features.py", line 310, in run dow_norm = features_days.dayofweek.values / week_period AttributeError: 'numpy.ndarray' object has no attribute 'values'
How can i solve it?