Skip to content

Commit

Permalink
chore: 更新numpy版本
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxuzhang committed Dec 9, 2023
1 parent 9cc51dc commit bd54be0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
* 正交匹配追踪法(OMP)

* [贝叶斯方法](https://tianxuzhang.github.io/introduction-to-machine-learning/docs/回归/贝叶斯方法.html)
* 贝叶斯回归
* 贝叶斯岭回归
* 主动相关决策理论 - ARD

* 广义线性模型
* [逻辑回归](https://tianxuzhang.github.io/introduction-to-machine-learning/docs/回归/逻辑回归.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/回归/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
" * 正交匹配追踪法(OMP)\n",
"\n",
"* [贝叶斯方法](https://tianxuzhang.github.io/introduction-to-machine-learning/docs/回归/贝叶斯方法.html)\n",
" * 贝叶斯回归\n",
" * 贝叶斯岭回归\n",
" * 主动相关决策理论 - ARD\n",
"\n",
"* 广义线性模型\n",
" * [逻辑回归](https://tianxuzhang.github.io/introduction-to-machine-learning/docs/回归/逻辑回归.html)\n",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jupyterlab==3.4.4
jupyter-book==0.15.1
matplotlib==3.7.2
numpy==1.24.3
numpy==1.22.0
pandas==2.0.1
scikit-learn==1.3.2
scipy==1.11.4
Expand Down

0 comments on commit bd54be0

Please sign in to comment.