-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpython-setup.txt
More file actions
36 lines (24 loc) · 796 Bytes
/
Copy pathpython-setup.txt
File metadata and controls
36 lines (24 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
python3.14 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install jupyter matplotlib pandas statsmodels
# for pandas.df.to_markdown
pip install tabulate
# for Chapter 10, forecasting using Facebook Prophet
pip install pystan prophet plotly
# for Chapter 10, LSTM
pip install scikit-learn torch
# if using keras; but we currently only use pytorch
# pip install tensorflow
# for calling R when needed
pip install rpy2
# for POMP models in the second half of the course
pip install pypomp
# this will install jax, but if working on a gpu we need jax with cuda
# pip install jax[cuda12]
# for Chapter 17, stochastic volatility
pip install arch
# convenient for accessing quarto on greatlakes
pip install quarto-cli
# for SBIED measles
pip install geopandas cartopy