You can use the sklearn library method train_test_split() to split your data into train and test sets. Snippet from collections import Counter ...
確定! 回上一頁