“Scikit-learn”的版本间差异
跳到导航
跳到搜索
(创建页面,内容为“*python中的机器学习软件库:[https://scikit-learn.org.cn/] *Installed package of scikit-learn can be accelerated using scikit-learn-intelex. More details a…”) |
无编辑摘要 |
||
第5行: | 第5行: | ||
$ conda install scikit-learn-intelex |
$ conda install scikit-learn-intelex |
||
$ python -m sklearnex my_application.py |
$ python -m sklearnex my_application.py |
||
==包== |
|||
*MLPRegressor回归,参考 http://www.weixueyuan.net/a/914.html |
2022年1月12日 (三) 14:02的版本
- python中的机器学习软件库:[1]
- Installed package of scikit-learn can be accelerated using scikit-learn-intelex. More details are available here: https://intel.github.io/scikit-learn-intelex. For example:
$ conda install scikit-learn-intelex $ python -m sklearnex my_application.py
包
- MLPRegressor回归,参考 http://www.weixueyuan.net/a/914.html