Skip to content

A typo in figuring out max_length of reviews, just before padding. #18

Open
lastmaj wants to merge 4 commits intosusanli2016:masterfrom
lastmaj:master
Open

A typo in figuring out max_length of reviews, just before padding. #18
lastmaj wants to merge 4 commits intosusanli2016:masterfrom
lastmaj:master

Conversation

@lastmaj
Copy link

@lastmaj lastmaj commented Feb 9, 2020

When we are trying to figure out the max length of the reviews;
"len(min((X_train + X_test), key=len)))) instead of "len(min((X_test + X_test), key=len))))"

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

Successfully merging this pull request may close these issues.

2 participants