def train_random_forest():
# Selecting the model
return mp.ModelProperties(), RandomForestClassifier(n_estimators=100) # Default estimators is 10
# http://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
scikit_classification_learners.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录