Yoav Ram

Results 69 comments of Yoav Ram

So you imagine something like: ``` try: import cPickle except ImportError: import pickle as cPickle ```

I did an `pip install ipycache`: ``` (X) ~  pip install ipycache Collecting ipycache Installing collected packages: ipycache Successfully installed ipycache-0.1.4 (X) ~  python Python 3.5.2 | packaged...

Works: ``` (X) ~  python Python 3.5.2 | packaged by conda-forge | (default, Jul 26 2016, 01:37:38) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)] on darwin Type "help", "copyright",...

I found a solution for fcntl on [SoF](http://stackoverflow.com/a/25471508/1063612).

I don't see a `windows` branch up there.

OK, I checked out the `revamp` branch, opened MinGW shell, went to the git-crypto folder, and ran `make`. I get: ``` c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../mingw32/bin/ld.exe: cannot find -lcrypto collect2.exe: error: ld returned 1...

OK, I installed OpenSSL from http://gnuwin32.sourceforge.net/packages/openssl.htm. Opened MingW shell, added the folder with the OpenSSL files to the library path: ``` > export LIBRARY_PATH > LIBRARY_PATH="C:/Program Files (x86)/GnuWin32/lib;LIBRARY_PATH" ``` then...

I think it’s the MAPPCA algorithm in appendix E of “Ilin and Raiko, 2010, J Machine Learning Res.”

How about the coverage property? See Prangle D, Blum MGBB, Popovic G, Sisson SA. Diagnostic tools for approximate Bayesian computation using the coverage property. Aust N Z J Stat. 2014;56:...