“Scikit-learn”的版本间差异

来自Shiyin's note
跳到导航 跳到搜索
第11行: 第11行:
===随机森林===
===随机森林===
* 参考 [https://zhuanlan.zhihu.com/p/51165358] [https://towardsdatascience.com/an-implementation-and-explanation-of-the-random-forest-in-python-77bf308a9b76]
* 参考 [https://zhuanlan.zhihu.com/p/51165358] [https://towardsdatascience.com/an-implementation-and-explanation-of-the-random-forest-in-python-77bf308a9b76]
*n_estimators
*超参:
*max_features
*min_samples_split

2022年1月16日 (日) 12:51的版本

  • python中的机器学习软件库:[1]
       $ conda install scikit-learn-intelex
       $ python -m sklearnex my_application.py


随机森林

  • 参考 [2] [3]
  • n_estimators
  • max_features
  • min_samples_split