Open lastmaj opened 4 years ago
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))))"
"len(min((X_train + X_test), key=len))))
"len(min((X_test + X_test), key=len))))"
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))))"