smote算法

解决样本不平衡问题主要有以下几种方法,但是由于时间紧迫,大概浏览了一下,决定使用smote算法
https://zhuanlan.zhihu.com/p/78508502

smote算法原理和流程
https://blog.csdn.net/niutingbaby/article/details/96104814
http://sofasofa.io/forum_main_post.php?postid=1000817

smote python包实现
https://pypi.org/project/imbalanced-learn/#id27
https://blog.csdn.net/liweibin1994/article/details/78380841?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task

你可能感兴趣的:(机器学习)