https://github.com/camdavidsonpilon/pydatany_2019_tutorial
Repo for PyData 2019 Tutorial - New Trends in Estimation and Inference
https://github.com/camdavidsonpilon/pydatany_2019_tutorial
Last synced: 3 months ago
JSON representation
Repo for PyData 2019 Tutorial - New Trends in Estimation and Inference
- Host: GitHub
- URL: https://github.com/camdavidsonpilon/pydatany_2019_tutorial
- Owner: CamDavidsonPilon
- Created: 2019-10-25T15:26:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T19:39:15.000Z (over 6 years ago)
- Last Synced: 2025-04-08T17:15:24.719Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 187 KB
- Stars: 25
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### PyData NY 2019 Tutorial - New Trends in Estimation and Inference
#### Installation
```
git clone https://github.com/CamDavidsonPilon/PyDataNY_2019_tutorial.git
```
To pip install the requirements:
```
pip install -r requirements.txt
```
You may need to update the local repo too (I've added recent commits!)
```
git pull origin master
```
#### Usage
For people attending the tutorial, we will use the `tutorial_notebooks/` folder. Complete notebooks (for reference and checking) are in `full_notebooks/`.