-
Notifications
You must be signed in to change notification settings - Fork 57
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
Data input format? #31
Comments
The same issue here, please. |
@sgtporkchops, |
Does the package only take pickle file as an input? How is a pickle file created from movie lens dataset? |
It looks like that input must be a dictionary that contains pandas dataframes, however there are some issues with source code because methods like ix are depreciated |
From what I have been able to tell, I needed to first convert my column data into a boolean form using This made it LOOK like their data and what the docs describe, however the package still complained for me. What I then discovered is that the Package specifically wants a Either way, I am not closing this issue as it is in fact a request for better documentation to explain this aspect of the package. |
That is too bad, won't lose my time figuring out what should be the data format. This issue has been around from 2 years. It is unfortunate, this looked nice. I am back to R. |
Can you please include in your readme.md how to structure incoming data? I can't see anywhere what format my data frame needs to be in, in order to render a graph. The only solution is to grab and unpickle your test data which defeats the point of your readme.md instructions.
The text was updated successfully, but these errors were encountered: