-
A regression with the SPLINE type happened between versions 2.0.10 and 2.0.11, possibly around the point when non-uniform knot support was added: https://github.com/LibreCAD/LibreCAD/commit/765ee0e3c…
-
I'm following the notes from the prediction section fairly closely as I write tests for `modeltests`.
Recommendations I think we should add:
- The `newdata` argument should default to `NULL`
-…
-
I've found a possible bug when using the `ranger` method in regression mode AND some of the predictors are factors:
First, we add a random factor to `mtcars`:
```
data(mtcars)
mtcars$rand_fact…
-
The ml_survival_regression function generates a java lang error. I've included the expected output from the survival `survreg` function.
See also: https://spark.apache.org/docs/latest/ml-classif…
-
Great package and a fantastic solution for creating tables! Have found success with using sjt.lm but when I attempt to use sjt.lmer, I receive the following error following the code (using R 3.4.3):
…
-
This is a weird error I ran into:
```r
ggplot(diamonds, aes(x = carat, y = price)) + geom_smooth()
#> `geom_smooth()` using method = 'gam' and formula 'y ~ mgcv::s(x, bs = "cs")'
#> Warning mess…
-
When using animate_process to render a static process map with `mode = "off"`, i get the error `Failed to render the graph. It is probably too large. Original error: TypeError: Cannot read property '…
-
**Submitting author:** @joonro (Joon Ro)
**Repository:** https://github.com/joonro/Org-Coursepack
**Version:** v1.0.1
**Editor:** @csev
**Reviewers:** @pschloss, @gregcaporaso
**Author instructions*…
-
Hi,
I'm trying to use caret for a special application in genetics. Thus I need to handle different input formats, that's why I can't provide you a reproducing example.
To do that, I coded a custom …
-
I have a reproducibile segmentation fault on my machine (running debian) when I use the R bindings to xgboost..
Please find the script at the end of the issue.
The test and train data are taken from t…