Arturus / kaggle-web-traffic

1st place solution
MIT License
1.82k stars 667 forks source link

make_features.py #29

Closed Vaisili closed 5 years ago

Vaisili commented 5 years ago

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?

meerahshivn commented 2 years ago

Hi, have you able to resolve this error?