Maximilian Pichler

Results 83 comments of Maximilian Pichler
trafficstars

I thought about it but I think that the ternary plot is difficult to read/understand and I would avoid the ternary plot whenever possible.

Hi, yes, this looks overall fine but here a few small errors/questions: Regularization: - Is this intended that you tune only lambda and alpha for space and the associations? If...

Oh damn, this issue is actually on my to-do list...it is caused by the creation of the hyper-parameter tuning space: I naively create it with grid.expand(lambda_coef, lambda_cov, lambda_spatial, alpha_cov, alpha_cov,...

Hi, how do you run R in google colab? I thought they only supported python?

Hi, devtools::install doesn't work for me either, I then cloned the repository via git (!git clone ...) and was finally able to install the package via install.package("s-jSDM/sjSDM", repos=NULL). However, the...

Question from a user about install instructions for a kaggle R notebook: 1) turn on the internet connection of the kaggle notebook (which means that you have to verify your...

- [ ] for categorical predictors and embeddings - [ ] multi-output distributions aka multinomial, clogit, mvp etc

> A possible remedy (to be checked) would be to calculate the importance under CV. > > This is analogue to adjusted / unadjusted R2 in ANOVA. > > We...

Hi @Enchufa2, Sounds interesting, I will put it on the feature list for the next major release!