摘要:1.读取 2.数据预处理 数据预处理函数: 词性标记函数 3.数据划分—训练集和测试集数据划分 from sklearn.model_selection import train_test_split x_train,x_test, y_train, y_test = train_test_spli
阅读全文
posted @ 2020-05-23 03:16
posted @ 2020-05-23 03:16
posted @ 2020-05-17 16:03
posted @ 2020-05-13 20:41
posted @ 2020-05-04 15:34