CloudForest

Ensembles of decision trees in go/golang. (by ryanbressler)

CloudForest Alternatives

Similar projects and alternatives to CloudForest

  1. gago

    :four_leaf_clover: Evolutionary optimization library for Go (genetic algorithm, partical swarm optimization, differential evolution)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. tfgo

    Tensorflow + Go, the gopher way

  4. nodevectors

    Fastest network node embeddings in the west

  5. gobrain

    Neural Networks written in go

  6. libsvm

    libsvm go version (by datastream)

  7. shield

    Bayesian text classifier with flexible tokenizers and storage backends for Go (by eaigner)

  8. go-galib

    Genetic Algorithms library written in Go / golang

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. goga

    Golang Genetic Algorithm

  11. regommend

    Recommendation engine for Go

  12. mlgo

    Automatically exported from code.google.com/p/mlgo

  13. Gorgonia

    Gorgonia is a library that helps facilitate machine learning in Go.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better CloudForest alternative or higher similarity.

CloudForest discussion

Log in or Post with

CloudForest reviews and mentions

Posts with mentions or reviews of CloudForest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-12.
  • Trinary Decision Trees for missing value handling
    2 projects | news.ycombinator.com | 12 Sep 2023
    I implemented something like this in a [pre xgboost boosting framework](https://github.com/ryanbressler/CloudForest) ~10 years ago and it worked well.

    It isn't even that much of a speed hit using the classical sorting CART implementation. However xgboost and ligthgbm use histogram based approximate sorting which might be harder to adapt in a performant way. And certainly the code will be a lot messier.

  • Future of Golang
    1 project | /r/golang | 22 Sep 2022
    Personally, my Go-to ML tool for tabular data is here: https://github.com/ryanbressler/CloudForest
  • [D] Best methods for imbalanced multi-class classification with high dimensional, sparse predictors
    2 projects | /r/MachineLearning | 19 Jul 2021
    The best method i've seen for dealing with this bias is to create "artificial contrasts" by including possibly many permutated copies of each feature and then doing a statistical test of the random forest importance values for each feature vs its shuffled contrasts. This method is described here: https://www.jmlr.org/papers/volume10/tuv09a/tuv09a.pdf and there is an implementation here: https://github.com/ryanbressler/CloudForest
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 25 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic CloudForest repo stats
4
740
0.0
about 3 years ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?