srbench VS yggdrasil-decision-forests

Compare srbench vs yggdrasil-decision-forests and see what are their differences.

srbench

A living benchmark framework for symbolic regression (by cavalab)

yggdrasil-decision-forests

A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees. (by google)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
srbench yggdrasil-decision-forests
2 4
194 429
3.1% 3.3%
9.1 9.5
3 months ago 6 days ago
Python C++
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

srbench

Posts with mentions or reviews of srbench. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-03.
  • Ask HN: Is genetic programming still actively researched?
    1 project | news.ycombinator.com | 6 Aug 2023
    NEAT and neuroevolution in general are interesting approaches. I also suggest to check techniques like DENSER [1] that can be used to evolve deep networks (by using the evolutionary part on the network structure and not on the weights).

    Genetic Programming (GP), however, has not evolved to NEAT (which itself is not very recent, being published in 2002) but simply neuroevolution has become one of the topics that are part of evolutionary computation (EC). For example, one of the largest yearly conferences on evolutionary computation (GECCO) [2] was just last month with both neuroevolution and GP tracks. It is however true that the success of neural techniques had an effect on the community, some effects are the discussion of the role of EC and, for example, more space given to hybrid works (see, for example, the joint track on evolutionary machine learning [3] inside the evostar event).

    Related to the original post, a place where some recent research on GP can be found are the proceedings of GECCO (GP track), EuroGP (part of evostar), PPSN (Parallel Problem Solving from Nature), and IEEE CEC (IEEE Congress on Evolutionary Computation) and journals like Genetic Programming and Evolvable Machine (GPEM), Swarm and Evolutionary Computation (SWEVO), and IEEE Transactions on Evolutionary Computation (IEEE TEVC). The list is not exhaustive, but those are some well-known venues.

    For a less "daunting" starting point, some recent techniques are being added to the SRBench benchmark suite [4], with links to both the code and the paper describing the technique.

    [1] Assunção, F., Lourenço, N., Machado, P., & Ribeiro, B. (2019, March). Fast denser: Efficient deep neuroevolution. In european conference on genetic programming (pp. 197-212). Cham: Springer International Publishing.

    [2] https://gecco-2023.sigevo.org/HomePage

    [3] https://www.evostar.org/2024/eml/

    [4] https://github.com/cavalab/srbench

  • Why do tree-based models still outperform deep learning on tabular data?
    5 projects | news.ycombinator.com | 3 Aug 2022
    A great paper and an important result.

    However, it omits to cite the highly relevant SRBench paper from 2021, which also carefully curates a suitable set of regression benchmarks and shows that Genetic Programming approaches also tend to be better than deep learning.

    https://github.com/cavalab/srbench

    cc u/optimalsolver

yggdrasil-decision-forests

Posts with mentions or reviews of yggdrasil-decision-forests. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-05.

What are some alternatives?

When comparing srbench and yggdrasil-decision-forests you can also consider the following projects:

Spearmint - Spearmint Bayesian optimization codebase

LightGBM - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.

decision-forests - A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.

tensorflow - An Open Source Machine Learning Framework for Everyone

decision-tree-classifier - Decision Tree Classifier and Boosted Random Forest

flashlight - A C++ standalone library for machine learning [Moved to: https://github.com/flashlight/flashlight]

interpret - Fit interpretable models. Explain blackbox machine learning.

higgs-logistic-regression

MLBenchmarks.jl - ML models benchmarks on public dataset