KyrieHe 2020-06-25
|
TensorFlow|
Keras |
python & mathematics
随机森林是集成学习中的一种方法。
随机森林采用的方法为bagging(样本不放回)
from sklearn.ensemble import RandomForestClassifier