spykesML icon indicating copy to clipboard operation
spykesML copied to clipboard

Error with GLM in MLencoding notebook

Open lachioma opened this issue 4 years ago • 3 comments

There is some error with the implementation of pyglmnet. See attached screenshot.

image

lachioma avatar May 08 '20 23:05 lachioma

Hi, thanks for the heads up! There were some recent changes to the pyglmnet API and it looks like this broke some things. I'll change this soon, within a few weeks, and keep this open until then. (if you need it fast it's probably best to jump right to pyglmnet for now)

aribenjamin avatar May 13 '20 17:05 aribenjamin

@aribenjamin, yeah, we no longer accept reg_lambda in the range here. It now looks something like this. Basically, you just need to create multiple GLM instances for each reg_lambda and that should solve this problem! (Also, you might have to edit here)

titipata avatar May 13 '20 17:05 titipata

thank you!

lachioma avatar May 13 '20 18:05 lachioma