forester icon indicating copy to clipboard operation
forester copied to clipboard

Trees are all you need

Results 5 forester issues
Sort by recently updated
recently updated
newest added

Hello, The installation somewhat does not work. By running devtools::install_github("ModelOriented/forester") or remotes::install_github("ModelOriented/forester"), it appears: Error: Failed to install 'unknown package' from GitHub: Line starting 'VignetteBuild ...' is malformed! I am...

bug 💣

Instead of overriding the `base::save()` function, could you just give yours a new name like `forester_save()` or something like that? Otherwise you break the user's ability to save R objects...

improvement

The `metric_function` can't be used as a loss function in hyperparameter optimization - it would be useful to be able to use this function in this process as well.

improvement

Related to #65 I found information that Spearman correlation coefficient is used for numerical variables and Cramer's V for categorical ones. It would be nice to be able to set...

feature 💡

The output of the `train()` function should have its own class in addition to `list` and the `print.___output_class__()` function should be overloaded to print some kind of summary (a few...

feature 💡