Raymond

Results 8 comments of Raymond

If anyone is still wondering, after sorting through the code for a bit, I realized the solution is incredibly simple (This is with XGBoost. For LightGBM, `shap_values` must be `shap_values[1]`...

I'm having the exact same issue. My setup is: 1. Operating System (Linux, MacOS, Windows): Debian GNU/Linux 12 (bookworm) 2. Hardware type (x86, ARM..) and RAM: x86_64, 62.7GB 3. Python...

@sneakers-the-rat oops, sorry. Forgot that I did have to change one parameter because the default value was throwing me an `IncompleteRead Error` (#1414). The parameter is `move_ind` in cell 5...

There's about 100 GB of storage remaining, so I doubt that's the issue. It also fails pretty fast - within a minute.

Sorry about the delay @pgunn. yes, running `wget https://caiman.flatironinstitute.org/~neuro/caiman_downloadables/blood_vessel_10Hz.mat` does indeed work. I actually had already tried running the same code on multiple wifis (home wifi, office wifi, etc.), and...

I have just successfully run ```sh wget https://caiman.flatironinstitute.org/~neuro/caiman_downloadables/msCam13.avi ``` to download the same video file that the `demo_online_cnmfE.ipynb` attempts to download and fails. Just to double check, I've also confirmed...

Yeah, those were my expectations, as well. I haven't tried `wget` from different networks, but I *have* tried and confirmed that the `download_demos` function fails with the same error trace...