-
When the articles tagged with a specific package don't fit on a single page, the second page shows the same list of articles.
For example:
https://www.tidymodels.org/tags/parsnip/
and
https://w…
-
You convert `mtry` to a proportion. You might consider changing:
```r
parsnip::set_model_arg(
model = "boost_tree",
eng = "catboost",
parsnip = "mtry",
original = "rsm",
func = lis…
-
Do you think this would be hard to make into a transform stream?
so, you could use it like this:
``` js
net.createServer(function (stream) {
var req = parsnip.createResponseStream()
var res = pa…
-
Currently, the `expand.grid` method to inject hyperparameters into tune-enabled base learner does not accommodate for multiple hidden layers. For example, when setting hyperparameters, the `hidden_uni…
-
The `package` column is rather squished, so you can't read the entire package name. You can scroll sideways on the bottom to see the entire column content but that does not help you with the drop-down…
-
I think it would be cool to build an isolation kernel for {maize}. It would fall under specialty kernels, but needs implemented and then provide bindings to parsnip.
I think this would be a multis…
-
python solution using sklearn and inheritance of classes.
https://github.com/Polkas/py-cat2cat/blob/main/src/cat2cat/cat2cat.py
https://github.com/Polkas/py-cat2cat/blob/4b5f0c1099732cba9a65fc14ec03…
-
Suppose we want to tweak `arx_forecaster()`. We probably can't just preprocess the inputs or postprocess the outputs; we want to modify the `epi_workflow` involved. It seems natural to want to copy-…
-
Similar to tidymodels/parsnip#483
``` r
library(tidymodels)
#> Registered S3 method overwritten by 'tune':
#> method from
#> required_pkgs.model_spec parsnip
library(p…
-
Would it be possible to add support for case weights in TabNet?
This would help with a class imbalance and make it easier to compare (and blend) the results of TabNet and XGBoost.
(I will prob…
cgoo4 updated
3 months ago