Kevin Mader
Kevin Mader
https://fivethirtyeight.com/features/not-even-scientists-can-easily-explain-p-values/
add reference to https://onlinelibrary.wiley.com/doi/book/10.1002/9780470723586 on statistical analysis for drug development
the new @sklearn version has broken all of the montage code since now `from skimage.util.montage import montage2d` need to be replaced with `from skimage.util import montage as montage2d`
adding new workbook for dags in tensorflow
https://github.com/jni/skan/blob/master/README.md
https://github.com/m2dsupsdlclass/lectures-labs
Add a mybinder link to run the notebook using `nbserverproxy` and `appmode` Link doesn't work until it is merged, temporary link at https://mybinder.org/v2/gh/kmader/dash-canvas/master?urlpath=apps%2Fbinder%2Fcorrect_segmentation.ipynb
adding requirements file for getting started with bleeding edge Theano and Lasagne
The confidence level seems to be set to a random value upon saving, this seems like odd behavior https://github.com/akeshavan/mindcontrol/blob/741dd720b2d09f29a9186b7ddc9be2c9ef40c213/imports/ui/qc.js#L1010-L1013