-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
but only binder gives error 07_KNN.ipynb #7
Comments
Hi @Sandy4321 , have tried to uncomment the line the unzips the dataset in the previous cell?
|
great now I do have this
aggregated = groups['item_id'].agg({'sequence': lambda x: list(map(str, x))}) |
That looks right. As for the warning above, it might be due to the newest versions of pandas, but it should be easy to fix. |
really great code
but only binder gives error for 07_KNN.ipynb
""
/srv/conda/envs/notebook/lib/python3.7/site-packages/pandas/io/parsers.py in init(self, src, **kwds)
1706 kwds['usecols'] = self.usecols
1707
-> 1708 self._reader = parsers.TextReader(src, **kwds)
1709
1710 passed_names = self.names is None
pandas/_libs/parsers.pyx in pandas._libs.parsers.TextReader.cinit()
pandas/_libs/parsers.pyx in pandas._libs.parsers.TextReader._setup_parser_source()
FileNotFoundError: File b'datasets/sessions_sample_10.csv' does not exist
''''
The text was updated successfully, but these errors were encountered: