N!P

Results 29 issues of N!P

This can be done using `splines::ns()`. See https://rdrr.io/r/splines/ns.html Maybe there are other alternatives.

Type: New PipeOp
Status: Contrib (prepared)

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,...

Type: Question

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...

Type: Enhancement
Status: Contrib (unprepared)

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...

bug

The Crossair displays a black background that doesn't go away even after pressing `ctrl+shift+alt+x`. ![erty](https://github.com/lacymorrow/crossover/assets/36553373/c59688a5-5c4e-4ac4-babb-ace972ae84f1) I'm using Linux Mint 21.2

bug

Could anyone, please, confirm whether this software works on Linux Mint 21? I'm having issues. Am I the only case? Thanks.

Linux

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?