Aaron Cooley

Results 7 issues of Aaron Cooley

``` Error in stats::optim(foo.vals, fn = fn1, gr = gr1, method = "L-BFGS-B", : non-finite value supplied by optim ``` Hard to post a reproducible example on here because the...

Trying to install this per the instructions in the README and it fails. Help troubleshooting? Running RStudio Server on CentOS. I followed the instructions to run `devtools::install_github("mb706/mlr", ref = "mb706_CPO")`...

This is probably the simplest fix in the world, I'm not sure that you didn't do it intentionally to keep newbies like me from making the game too "easy". When...

Trying to follow the tutorial at https://scicloj.github.io/clay/ on a native Windows (not WSL) build, and error indicates that it is requiring a certification path to run `clay/make!`. ``` (clay/make! {:single-form...

In FilterPermutation.R, the permutation importance algorithm performs a complete resampling (train and predict) for each permuted column. In Breiman’s original paper introducing the technique for random forests, he used a...

## Enhancement Description Other dataviz tools allow the user to specify an exact value between ticks. I do not see this option in Vega-lite, and I can't find a reasonable...

Enhancement :tada:

Very few of these functions have docstrings, and the source code is also not very helpful as most just refer to another function. The [cljdocs](https://cljdoc.org/d/scicloj/tablecloth/7.029.2/api/tablecloth.column.api.operators) page looks very bare. Even...