【发布时间】:2021-04-05 08:46:26
【问题描述】:
【问题讨论】:
-
你为什么不试试 y_test['label']
-
因为 y_test 是一个系列类型的数据框
-
如果我尝试它与我所做的会有什么不同
-
print(type(x_test.index))和print(type(y_test.index))一样吗? -
No type(x_test) =
和 type(y_test) = 都是各种