We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8c166 commit 72d4c9fCopy full SHA for 72d4c9f
1 file changed
lectures/mle.md
@@ -3,8 +3,10 @@ jupytext:
3
text_representation:
4
extension: .md
5
format_name: myst
6
+ format_version: 0.13
7
+ jupytext_version: 1.16.7
8
kernelspec:
- display_name: Python 3
9
+ display_name: Python 3 (ipykernel)
10
language: python
11
name: python3
12
translation:
@@ -40,6 +42,14 @@ translation:
40
42
:depth: 2
41
43
```
44
45
+除了 Anaconda 中已有的库之外,本讲座还需要以下库:
46
+
47
+```{code-cell} ipython3
48
+:tags: [hide-output]
49
50
+!pip install jax
51
+```
52
53
## 概述
54
55
在{doc}`之前的讲座 <ols>`中,我们使用线性回归估计了因变量和解释变量之间的关系。
0 commit comments