daniel servén

Results 78 comments of daniel servén

@xi2pi that looks awesome!! it is easy to add distributions to pyGAM, but unfortunately this one cannot be be solved with pyGAM since it requires making smooths for the mean,...

hmm it might not be possible to add the Laplace distribution as it is not a member of the exponential family... we'll see.

@xi2pi im not familiar at all with this algorithm... but from running your code, it looks like the estimate for `L` (lambda?) diverges. it grows larger at every iteration. have...

@echo66 good catch! i didnt expect that o happen... we could update the links with new ones, but this will probably keep happening. we could add copies of the papers...

forgiveness > permission :)

@jjlevinemusic The statistical tests in pygam are group-wise. This makes it possible to test if an entire feature is significant. However it means that we cannot say anything about individual...

@thequackdaddy @njsmith how is this PR looking?

very excited about this. @brunoalano whats the status of this tensorflow PR?

Im not actively maintaining this project :/ i would love to figure out a way for the community to maintain it! the question of maintenance was also asked here: https://github.com/dswah/pyGAM/pull/328

~~I finally got it running by installing hnswlib with conda: `conda install -c conda-forge hnswlib`~~ Scratch that! Using conda-forge installed the wrong version of hnswlib (0.6.2) which is incompatible with...