Arturus/kaggle-web-traffic

make_features.py

Vaisili opened this issue · 1 comments

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?

Hi, have you able to resolve this error?