Spearmint VS higgs-logistic-regression

Compare Spearmint vs higgs-logistic-regression and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Spearmint higgs-logistic-regression
2 2
1,529 1
0.1% -
0.0 3.6
over 4 years ago over 3 years ago
Python Haskell
GNU General Public License v3.0 or later -
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.

Spearmint

Posts with mentions or reviews of Spearmint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-03.
  • Why do tree-based models still outperform deep learning on tabular data?
    5 projects | news.ycombinator.com | 3 Aug 2022
    It occurs to me that a system, trained on peer-reviewed applied-machine-learning literature and Kaggle winners, that generates candidates for structured feature-engineering specifications, based on plaintext descriptions of columns' real-world meaning, should be considered a requisite part of the "meta" here.

    Ah, and then you could iterate within the resulting feature-engineering-suggestion space as a hyper-parameter between experiments, which could be optimized with e.g. https://github.com/HIPS/Spearmint . The papers write themselves!

  • [D] What kind of Hyperparameter Optimisation do you use?
    3 projects | /r/MachineLearning | 30 Aug 2021
    This was some time ago but I had some promising results with Bayesian optimization using a Gaussian Process prior. The method was developed by the guys who wrote Spearmint. That library doesn't support parallelization but I implemented the same technique in Scala without too much difficulty.

higgs-logistic-regression

Posts with mentions or reviews of higgs-logistic-regression. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-03.
  • Why do tree-based models still outperform deep learning on tabular data?
    5 projects | news.ycombinator.com | 3 Aug 2022
    Oh, you touched my favorite topic of whole dataset training.

    Take a look at [1] and go straight to the page 8, figure 2(b).

    [1] http://proceedings.mlr.press/v48/taylor16.pdf

    The paper talks about whole dataset training and one of the datasets used is HIGGS [2]. The figure 2(b) shows two whole dataset training approaches (L-BFGS and ADMM) vs SGD. SGD tops at the accuracy with which both whole dataset approaches start, basically.

    [2] https://archive.ics.uci.edu/ml/datasets/HIGGS#

    HIGGS is strange dataset. It is narrow, having only 29 features. It is also relatively long, about 11M samples (10M to train, 0.5M to validate and last 0.5M to test). It is also hard to get right with SGD.

    But if you perform whole dataset optimization, even linear regression can get you good accuracy [3] (some experiments of mine).

    [3] https://github.com/thesz/higgs-logistic-regression

  • Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
    1 project | news.ycombinator.com | 17 Feb 2021
    I beg to disagree.

    [1] provides one with a whole-data-set training method (ADMM, one of such methods). Page 8 contains figure 2(b) - accuracy of training after specified amount of time. Note that ADMM start where stochastic gradient stops.

    [1] https://arxiv.org/pdf/1605.02026.pdf

    At [2] I tried to apply logistic regression trained using reweighted least squares algorithm on the same Higgs boson data set. I've got the same accuracy (64%) as mentioned in the ADMM paper with much less number of coefficients - basically, just the size of input vector + 1 instead of 300 such rows of coefficients and then 300x1 affine transformation. When I added squares of inputs (for the simplest approximation of polynomial regression) and used the same reweighted iterative least squares algorithm, I've got even better accuracy (66%) for double the number of coefficients.

    [2] https://github.com/thesz/higgs-logistic-regression

    There's a hypothesis [3] that SGD and ADAM are best optimizers because that everyone use and report on. Rarely if ever you get anything that differ.

    [3] https://parameterfree.com/2020/12/06/neural-network-maybe-ev...

    So, answering your question of "how do you know" - researchers at Google cannot do IRLS (search provides IRLS only for logistic regression in Tensorflow), they cannot do Hessian-free optimization ([4], closed due lack of activity - notice the "we can't support RNN due to the WHILE loop" bonanza), etc. All due to the fact they have to use Tensorflow - it just does not support these things.

    https://github.com/tensorflow/tensorflow/issues/2682

    I haven't seen anything about whole-data-set optimization from Google at all. That's why I (and only me - due to standing I take and experiments I did) conclude that they do not quite care about parameter efficiency.

What are some alternatives?

When comparing Spearmint and higgs-logistic-regression you can also consider the following projects:

optuna - A hyperparameter optimization framework

yggdrasil-decision-forests - A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.

srbench - A living benchmark framework for symbolic regression

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

axe-testcafe - The helper for using Axe in TestCafe tests

youtube-react - A Youtube clone built in React, Redux, Redux-saga

spaceopt - Hyperparameter optimization via gradient boosting regression