lolo
lolo copied to clipboard
A random forest
Gradient boosted trees can outperform random forests, given proper selection of hyperparameters. In lolo, gradient boosting could be a general component in learner composition, e.g. boosting two linear models against...
Right now, hyperparameter optimization is supported only with the bagged learner, which implements `getLoss` with out of bag estimates. A cross validation learner could give any learner a reasonable `getLoss`...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.2 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
Issues with sbt ci-release. Investigating using sbt-sonatype plugin instead
Recent Java versions seem to be incompatible with lolo but maximum versions aren't stated in the docs. I don't know what the limiting versions are but I've confirmed the following....