Skip to content

Commit

Permalink
Merge pull request #6 from jonsedar/rework-glm-outlier-detection
Browse files Browse the repository at this point in the history
Rework glm outlier detection
  • Loading branch information
jonsedar committed Nov 8, 2019
2 parents d512bff + db76794 commit 5bd8406
Show file tree
Hide file tree
Showing 4 changed files with 1,885 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -51,21 +51,21 @@ $> brew cleanup

``` yaml
[user]
name = $YOUR_USERNAME
email = $YOUR_EMAIL
name = $YOUR_USERNAME
email = $YOUR_EMAIL
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
```


### 1.2.2 Theano config `~/.theanorc`

``` yaml
[global]
device=cpu
device=cpu
```


Expand Down Expand Up @@ -112,7 +112,7 @@ Cheat sheet of conda commands available
A quick and cheap way to confirm your binaries are good and the
installation works!

#### 1.3.3.1 BLAS / MKL config
#### 1.3.3.1 Test BLAS / MKL config

View the BLAS / MKL install

Expand Down Expand Up @@ -296,7 +296,7 @@ See `data/README_DATA.md`

# General Notes

Any project applicable notes should go in the 00_Overview.ipynb file.
AOB

---

Expand Down
2 changes: 2 additions & 0 deletions condaenv_pymc3_examples.yml
@@ -1,6 +1,7 @@
name: pymc3_examples
channels:
- defaults
- conda-forge
dependencies:
- python==3.6.*
- cython
Expand All @@ -24,4 +25,5 @@ dependencies:
- pytest
- nose
- parameterized
- python-graphviz
- pip

0 comments on commit 5bd8406

Please sign in to comment.