Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我构建了一个决策树并使用 smote 对少数类进行过采样。在此之后,第 2 类(来自第 0、1、2、3 类)被完全忽略(对于不平衡的测试集)。没有任何东西被正确或错误地归类为第 2 类。怎么会这样?
这不可能。Smote 基本上是用来平衡类的。使用 smote 后,所有类,即 0、1、2、3 将具有相同的行数。