Skip to content

Commit 72d4c9f

Browse files
committed
Update translation: lectures/mle.md
1 parent 0e8c166 commit 72d4c9f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

lectures/mle.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ jupytext:
33
text_representation:
44
extension: .md
55
format_name: myst
6+
format_version: 0.13
7+
jupytext_version: 1.16.7
68
kernelspec:
7-
display_name: Python 3
9+
display_name: Python 3 (ipykernel)
810
language: python
911
name: python3
1012
translation:
@@ -40,6 +42,14 @@ translation:
4042
:depth: 2
4143
```
4244

45+
除了 Anaconda 中已有的库之外,本讲座还需要以下库:
46+
47+
```{code-cell} ipython3
48+
:tags: [hide-output]
49+
50+
!pip install jax
51+
```
52+
4353
## 概述
4454

4555
在{doc}`之前的讲座 <ols>`中,我们使用线性回归估计了因变量和解释变量之间的关系。

0 commit comments

Comments
 (0)