-
VIF's are not reported. Also, please cross check the values in fornell-lacker in smartpls.
``` r
library(readr)
#> Warning: package 'readr' was built under R version 4.0.5
demo_1 Rows: 243 Column…
-
Following a recommendation from Dan during our last meeting, we're doing a one-off check of the smc-mallows branch on R-hub using [Valgrind](https://en.wikipedia.org/wiki/Valgrind) to check some extra…
-
This was reported initially as an apparent error in `qvcalc`: https://github.com/DavidFirth/qvcalc/issues/7. But actually the error occurs in `vcov.PlackettLuce`.
The original error report points …
-
I'm trying to use obs_freq to speed up the process but I'm getting an error "obs_freq must be of same length as the number of rows in rankings" and indeed the number of rows is different, not sure why…
-
As a user, I want to be able to find the linear regression score of a set of data so that I can see how accurately a linear model fits the given data.
-Given a set of data assumed to be linear, writ…
-
#### Code Sample
```python
from sklearn.datasets import load_iris
from sklearn.ensemble import RandomForestClassifier
from ml_tooling import BaseClassModel
class IrisModel(BaseClassModel):
…
-
There's tons of deprecation warnings in the examples for the change in iid and train_size/test_size. Should we do something about that?
-
`ols_best_subset()` returns an error when the formula in the model contains inline functions or interaction variables.
```r
> library(caret)
> data("Sacramento")
> lm_fit2 ols_best_subset(lm_fi…
-
`ols_all_subset()` returns an error when the formula in the model contains inline functions or interaction variables.
```r
library(caret)
data("Sacramento")
> lm_fit2 ols_all_subset(lm_fit2)
E…
-
`ols_step_forward()` returns an error when the model formula contains inline functions or interaction variables.
```r
> library(caret)
> data("Sacramento")
> lm_fit2 ols_step_forward(lm_fit2)
…