From bd54be02e9abec8bc4d6bb722d8699d8edb33737 Mon Sep 17 00:00:00 2001 From: tianxuzhang <987095891@qq.com> Date: Sat, 9 Dec 2023 18:03:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0numpy=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- "docs/\345\233\236\345\275\222/index.ipynb" | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59f3708..a25f8b2 100644 --- a/README.md +++ b/README.md @@ -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) diff --git "a/docs/\345\233\236\345\275\222/index.ipynb" "b/docs/\345\233\236\345\275\222/index.ipynb" index 435072a..851dcbd 100644 --- "a/docs/\345\233\236\345\275\222/index.ipynb" +++ "b/docs/\345\233\236\345\275\222/index.ipynb" @@ -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", diff --git a/requirements.txt b/requirements.txt index 7209e84..38cdd29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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