KyrieHe 2020-06-25
|
![tensorflow ](https://img-blog.csdnimg.cn/20190825125400589.png##pic_center =40x)TensorFlow|
![keras](https://img-blog.csdnimg.cn/20190804140154168.png##pic_center =40x)Keras |
python & mathematics
随机森林是集成学习中的一种方法。
随机森林采用的方法为bagging(样本不放回)
from sklearn.ensemble import RandomForestClassifier