Will May
Will May
There seems to be an overhead associated with calling Java from the `system` function, at least for me on Ubuntu. For `get_fields`, I was able to call some of the...
`find_schema` looks in `package_root/sql` to find sql source files. But when running unit tests the files are in `package_root/inst/sql`. This makes it impossible (as far as I can tell) for...
# Expected behavior When making a stacked area chart, the ordering of the legend values follows the ordering of the `legendrank` argument. # Actual behavior When making a stacked area...
Some of the code uses `project-root` from project.el. Even though project.el comes with Emacs, apparently the built-in version is a bit outdated and does not include `project-root`. Installing the ELPA...
This is an ambitious and longer-term goal, but it would have a big payoff. Having DW-NOMINATE written in R (or at least mostly in R) would: - make package maintenance...
**Describe the bug** The purpose of KerasTuner is hyperparameter selection. However the default implementation suffers from a known data leakage problem. For each set of hyperparameter values, the best epoch...
I'm running ipython within emacs. When I run `%matplotlib`, I get the output ``` Cannot install event loop hook for "tk" when running with `--simple-prompt`. NOTE: Tk is supported natively;...
The [mlr3 book](https://mlr3book.mlr-org.com/chapters/chapter15/predsets_valid_inttune.html#sec-validation) shows how to set the `internal_valid_task` property of a task for internal validation, including with graph learners. But the code breaks when using `PipeOpTargetMutate`. It looks like...
Running `Prediction$filter(row_ids)` filters the truth and response values, but doesn't filter the distributions when doing distributional regression. Looks like the distributions are just ignored in `filter_prediction_data.PredictionDataRegr`.