Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/chapter08.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In this chapter, we use the Python package *statsmodels* for classical statistic
## Python code
```{python chapter08install-python}
#| eval: false
!pip3 install pandas statsmodels sklearn
!pip3 install pandas statsmodels scikit-learn #sklearn PyPI package deprecated, though still valid for importing
```
## R code
```{r chapter08install-r}
Expand Down