daniel servén
daniel servén
@tetraptych this is great! thanks a lot! However, we have recently changed the license to Apache 2.0 to allow proprietary use of the library, which means downstream users would NOT...
@tetraptych Great. The license was just updated a few days ago! WRT the decrease in coverage: That makes total sense. This will not affect our desire to merge your contribution....
perhaps this should actually be the default behavior for the `prediction_interval()` method on all GAMs besides the `LinearGAM`
@zhangxz1123 wow you read my mind! i was just thinking about this yesterday! no. currently pygam does not support multiclass classification. however you can quickly extend pygam to do so....
@jolespin oh wow, i forgot about that class! right, does that work? i havent tried it out.
blah, well thats annoying. @jolespin thank you for trying!
this PR (https://github.com/dswah/pyGAM/pull/213) appears to do the trick
@jolespin do you mean that pygam should import scikit-learn? i think pygam should NOT import sklearn because it is such a big library with its various dependencies.... but then perhaps...
some more posts https://stats.stackexchange.com/questions/110472/how-exactly-is-the-sum-or-mean-centering-constraint-for-splines-also-w-r-t-g?rq=1 https://stats.stackexchange.com/questions/33366/centering-constraints-in-mgcv-gam?rq=1
@jmuhlenkamp hmm i see the difference. I think the way to do that in pyGAM would be to create a tensor that interacts the 4-D spline term on feature 0,...