Results 5 issues of David Broockman

**Is your feature request related to a problem? Please describe.** Students using R Notebooks write answers to free response questions, then use `ottr::export()` to download .zip files, which they then...

enhancement

**Is your feature request related to a problem? Please describe.** When students run `ottr::export()`, it creates a Zip file of the last saved version of the notebook, which might be...

enhancement

I'm getting an error when I try to install using `pip install clarify` (same error when running `pip install git+git://github.com/openelections/clarify.git`): ``` Collecting clarify Using cached https://files.pythonhosted.org/packages/ba/c0/8ccd65549a17ca116acdcd93a8279743cb88649dbe1b41eb6d4d6e12e374/Clarify-0.4.0.tar.gz Complete output from command...

It looks like X_BART doesn't ever use the `nthread` argument. https://github.com/soerenkuenzel/hte/blob/ddaa132dc84439880c806b6c12cf4bbe0a8c77e9/R/XBART.R#L37 I ran this line of code on a 36 core machine: ``` EstimateCate(X_BART(feat = X.train, tr = data.train$treat, yobs...