forester
forester copied to clipboard
Trees are all you need
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...
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...
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.
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...
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...