-
Hi,
I am currently using this library to fit some scientific data with a P-Spline. I am having some problems with "Zero values" where the spline is too flexible and fits the zero values in my data …
exook updated
7 years ago
-
Sorry to abuse the issue-tracker for questions: You mention "conversion between regularization parameter λ and degrees of freedom". How would I do that? Is there a way to get the knots where the ind…
-
I'm currently testing out new performance criterion and some of the variables I need cannot currently be accessed by my custom summary functions since `evalSummaryFunction()` does not allow `...`.
…
-
Hi, I am trying to fit a regression model using boosted GAM ('gamboost'). Two days ago this model worked fine, and I cannot figure out why it stopped working or how to fix it. I am also running other …
-
I was following your Survival Analysis Basics Tutorial and while trying to execute the plotting under the visualizing survival curves section
### Expected behavior
![image](https://cloud.githubuser…
-
Full log message:
> File "scipy/interpolate/_bspl.pyx", line 90, in scipy.interpolate._bspl.evaluate_spline (scipy\interpolate\_bspl.c:3017)
ValueError: Buffer dtype mismatch, expected 'double' but…
-
#### Expected behaviour
`4.1.6` Points and areas are stacked correctly.
![screen shot 2017-02-20 at 13 09 17](https://cloud.githubusercontent.com/assets/12442415/23122907/e711cab6-f76e-11e6-8621…
-
I am attempting to port the code that identifies linear dependent columns to Java/Scala. More specifically I am coding the function `internalEnumLC` found in [findLinearCombos.R](https://github.com/t…
-
I'm trying to create a binary classifier, modelling with caret to optimize RMSE. The method I was attempting was gbm .I use the data in packages e1071,and try to train a regression model with gbm.the …
-
Dear Max,
I trained a series of regression models with the same settings using caret.
For some (__glmnet, lasso, gbm__), I always got the same error:
#### Minimal, runnable error code:
This:…