An open API service indexing awesome lists of open source software.

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

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/`.