我有文本数据,Pandas Dataframe ,其中,我转换成tf-idf向量比使用ML算法预测done.so,如何合并xtest的索引与xtestPandas Dataframe 的结果.我已经执行了train_test_split后,对词嵌入,而不是对Pandas Dataframe .当我检查:
array.index()
Numpy array has no attribute index
字符串
数组的形状是(3480,5000),当我尝试下面的代码:
len(array.indices)
10480
型
1条答案
按热度按时间iq0todco1#
假设pred是你的预测
它是numpy数组,然后你可以df。将preds作为Series合并到main df
字符串