Scott Linderman

Results 9 comments of Scott Linderman

Thanks for clarifying these points, @matchings! This all makes sense now, and this description would be a great addition to the notebook. This is now obvious, but you could also...

Hi @thonic, thanks for reminding me about this. I changed the constructor signature last year and I never got around to backporting it to the BFGS/GD/SGD examples. It only required...

Thanks for raising this issue. Unfortunately I haven't done any testing on Windows. One of the first issues will be handling the GSL dependency. I'm going to work on cleaning...

Hi @Caijiawen, I've updated the PyHawkes installation procedure so that at least the default, single-threaded version should run on Windows. It does, however, still rely on Cython, so that may...

I've updated the code with the following changes: 1. `gslrandom` is an optional dependency. If it's installed, pyhawkes will automatically use it for resampling the discrete parent variables. If it's...

Hi @williamabrwolf, I’m traveling now but I’ll be back in NYC mid March. Happy to meet then if you’d like. I’ll have limited cycles between now and then but I’ll...

Hey Will, I'm around this week. Send me an email directly and we'll set up a time to meet. Best, Scott On Wed, Mar 21, 2018 at 2:18 PM, Will...

Looks like a duplicate of https://github.com/AllenInstitute/AllenSDK/issues/2687.

Not sure what to say about this one... I just installed on Big Sur with Clang (without OpenMP) and had no problem. ``` gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple...