Bjarne C. Hiller
Bjarne C. Hiller
### Describe the bug **context** When toggling the primary sidebar... **expectation** ...I expected the sidebar to fold in and disappear... **bug** ...but instead, the sidebar becomes a weird overlay. **problem**...
`last_fit` expects the param `object` to be a finalized workflow without any tuning parameters, which is reasonable for `last_fit`: https://github.com/tidymodels/tune/blob/d62199a91337d003fbc31265aa87047ad3888b7f/R/last_fit.R#L7 However, I noticed that this param description is copy-pasted into...
## The problem I registered my own parsnip model for classification. In `set_pred`, I used a `post` function to post-process my results into the expected form like this: ```r post...
## The problem I have a weird problem, where I registered a new parsnip model, but on calling `tune_grid` it results in an error message. The issue might be my...
Hello, it's me again! 🥳 So, here is the scenario: I have a package that registers custom parsnip models `.onLoad`, and also exports a custom yardstick metric for evaluation as...
## The problem When registering a custom model which also returns a modified glmnet class object, it took me a while to notice that parsnip also exports the S3 Method...
## Feature In situations when you want to register a custom model, which has additional parameters, but which are not supposed to be tuned, it would be nice to have...
### Describe the bug If TabPFN's checkpoints are initially loaded across multiple parallel jobs, the jobs overwrite each others checkpoint files, causing TabPFN to fail in all jobs except one....
### 🐛 Describe the bug Trying to instantiate a new ModelNet10 Dataset object results in a HTTP Error 404. The issue seems to be, that the Dataset is not available...
### Please make sure these conditions are met - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on...