N!P
N!P
This can be done using `splines::ns()`. See https://rdrr.io/r/splines/ns.html Maybe there are other alternatives.
Quick question. Are parameters from functions used in "mutate pipeop" tuneable? For example, `df` parameter in `splines::ns()`. ``` po("mutate", id="mutate1", param_vals = list( mutation = list( var1 = ~ splines::ns(var1,...
Hello! It would be useful split tokens, using `mlr_pipeops_textvectorizer`, not only on `" "` (space), but also on a custom pattern like `", "` (comma + space). E.G. `"Point to...
Hello! I'm new to ompr. The following suggestion might be already implemented. I think it would be better if once the indexes for a variable were stablished with `add_variable` they...
When using `predict_proba(newdata)` with a `BayesianGMMClassifier` model, I get 2 col vectors one filled with 1 and the other filled with 0. However, when using `predict_proba(train_X)` where "train_X" is the...
The Crossair displays a black background that doesn't go away even after pressing `ctrl+shift+alt+x`.  I'm using Linux Mint 21.2
Could anyone, please, confirm whether this software works on Linux Mint 21? I'm having issues. Am I the only case? Thanks.
Hello! How can I use `breusch_godfrey()`? I'm using a TSLM model as follows without success. ``` mod % model( LM = TSLM("formula here") ) mod %>% breusch_godfrey() ```
Is there a map/list with all `fable` extensions, tools, engines, or other packages linked/related to it? For example `fable.prophet`.
Hello! Question: Will "Neural prophet" be available within `fable` workflow?