ML
code_tailor
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
R2 MSE Linear Regression
g = 0g = g + xx = 0y = 0。原创 2022-10-01 11:13:00 · 544 阅读 · 1 评论 -
jupyter notebook 添加 conda 虚拟环境
激活conda环境 source activate cym 安装ipykernel conda install ipykernel 将环境写入notebook的kernel中 python -m ipykernel install --user --name 环境名 --display-name “python 环境名” python -m ipykernel install --user --name cym --display-name “python cym” 打开notebook j.原创 2022-01-18 22:00:39 · 964 阅读 · 0 评论 -
conda 升级 sklearn
pip install --user --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple --ignore-installed scikit-learn原创 2021-12-20 15:04:18 · 681 阅读 · 0 评论
分享