-
-
so you can set env vars during publish/dev time
-
re:
EDIT: passing `mincriterion` and `testtype` does not fix the issue—made a mistake with RNG. Still troubleshooting here.
Reprex:
``` r
library(partykit)
#> Loading required package: gri…
-
Currently, `coat()` returns different objects for `ctree`-based models and `mob`-based models. It would be nice to avoid this or at least reduce the differences. This could be done by settling either …
-
Hi,
@BrandonMrBot and I have discussed the use of R in ClimMob and how we can minimize build problems.
The current line reads:
```
pkg
-
I encountered the following error when following instructions in README to run `remotes::install_github("blind-contours/CVtreeMLE@main")`:
```r
ERROR: package installation failed
Error: Failed to i…
-
We currently just use "test" lol. mustfix asap.
-
```ts
export type PartyKitServer = {
onConnect: (ws: WebSocket, room: PartyKitRoom) => void | Promise;
onBeforeConnect?: (req: Request) => Initial | Promise;
// this part is new
onRequest…
-
On windows platform the command `?details_boost_tree_lightgbm` returns
`No documentation for ‘details_boost_tree_lightgbm’ in specified packages and libraries:
you could try ‘??details_boost_tree_…
-
Hello,
so I was modelling some data with **ctree**.
And suddenly I had this error:
``
Error in { : task 5 failed - "error code 1 from Lapack routine 'dgesdd'"
``
Very weird, so I dig a little …