braindynamicslab / dyneusr

Dynamical Neuroimaging Spatiotemporal Representations (DyNeuSR)
https://braindynamicslab.github.io/dyneusr
BSD 3-Clause Clear License
43 stars 15 forks source link

Bunch import error #14

Closed jodahoney closed 3 years ago

jodahoney commented 3 years ago

Hello, I was trying to implement the Dyneusr library in my analysis but I was coming across an error having to do with the Bunch data type import from scikit-learn. It seemed to be using a deprecated library call, so I updated it to the current documentation version as of scikit-learn 0.24.1. Also, I added my name to the contributors list.

calebgeniesse commented 3 years ago

thanks for the pull request, @jodahoney!

let me do a quick check to make sure we aren't using the deprecated call anywhere else, but then i think we can go ahead and merge

calebgeniesse commented 3 years ago

pushed a few more changes directly to the bunch-error branch on jodahoney/dyneusr