-
## Interface to Multinomial Naive Bayes function
Parsnip already offers interfaces to several packages that perform [Naive Bayes](https://parsnip.tidymodels.org/reference/naive_Bayes.html). However…
-
Not sure that this was the original intent of the test:
https://github.com/tidymodels/parsnip/blob/45624583a7c6c4cfc7839c8dad3752f9ac5ff1ce/tests/testthat/_snaps/boost_tree_xgboost.md?plain=1#L3-L7…
-
Now that tossr is printing out errors properly (#11), it can still be hard to debug because they look like this:
```
Unhandled promise rejection:
TypeError: Cannot read property 'dispatchEvent' o…
-
Not sure if already available easily, but when having a multi-class classification problem, then it would be good to automatically get the performance on several metrics separately for each class, not…
-
How long do we want to have `surv_reg()` sit in the warning stage of the deprecation? It's been warning on CRAN since *Apr 12, 2023*, so over a year now. Do we typically give people longer than that?
…
-
In #321 we added tables to show which parsnip arguments correspond to which engine arguments, but they have since been removed. Now, [our details pages like these](https://parsnip.tidymodels.org/refer…
-
- [ ] tidymodels/parsnip#106
- [ ] tidymodels/parsnip#107
- [ ] tidymodels/parsnip#108
-
Like `renv:::dependencies()`
Features:
- [ ] UI about auto-scanning and the dependencies found.
Discovery in R code:
- [x] methods
- [x] xfun
- [x] library, require
- [x] requireNamespace, …
-
Dear all,
I followed all the installation instructions and I succesfully installed the program (and dependencies). but when I run the command:
`R --vanilla < scripts/PaRSnIP.R data/Seq_solo.fasta…
-
Tried to check_model using a very simple glmnet classification task.
Code from here:
https://stackoverflow.com/questions/65969913/extract-plain-model-from-tidymodel-object
```
library(magrit…