Grant McDermott
Grant McDermott
Without trying to deflect the specific request, does **ggiplot** handle your use-case? http://grantmcdermott.com/ggiplot/
I believe the OP means this: https://lightgbm.readthedocs.io/en/latest/Parameters.html#metric-parameters In the native LightGBM API, you can set your evaluation metric (MSE, MAE, etc.) alongside the main objective type (regression, classification etc.). E.g....
Ran into this today. A two step workaround is: 1) use `MAP_ENTRIES` to convert the dictionary mapping created by `HISTOGRAM` into a list and 2) then `UNNEST`. This let's you...
I haven't had time to add anything on the Python side—and there are a bunch of R package pages that I still need to write up—but I wanted to flag...
_tl;dr_ Install the [**rspm**](https://enchufa2.github.io/rspm/) package and then add `suppressMessages(rspm::enable())` to your `~/.Rprofile` file. Restart your R session and you should be able to install BGVAR without any issues. Details: Instead...
Was just about to file the same issue. E.g. ```r Error: '/usr/lib/R/library/datadrivencv/templates/cv_printing_functions.r' does not exist. ``` When the actual file is `**CV**_printing_functions.**R**`. The line [here](https://github.com/nstrayer/datadrivencv/blob/master/R/use_datadriven_cv.R#L69) coerces the relevant files to...
Thanks for the reply. I'll take a look `?pvalString` and tinker with it to get stars as needed. FWIW, I share your personal scepticism w.r.t. the use of stars in...
Excellent. Thanks!
Adding my support for this, since I think Rocker is the natural place ppl will look for R-based images. (Though, I would probably still maintain bspm as a separate image.)...
Thanks both. I'm still running in an error with that simple `devcontainer.json` file, but will file a separate issue. Again, very grateful for all the work you folks put in...