Skip to content
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

I think this is a typo #5

Open
MosMK opened this issue Apr 19, 2017 · 1 comment
Open

I think this is a typo #5

MosMK opened this issue Apr 19, 2017 · 1 comment

Comments

@MosMK
Copy link

MosMK commented Apr 19, 2017

I think there is a typo in line 107:
prepare_data = lambda data: (to_seq(data[0]), to_seq(data[1]), data[2])
as data[3] has the labels.

@Reyeselda95
Copy link

is not a typo, data[3] it will be the 4th column and you use only 3 data fields. The data[2] gets the labels from the get_data module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants