Linfa release 0.3.0 - Elasticnet, approximated DBSCAN and Gaussian Naive Bayes + improvements

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • linfa

    A Rust machine learning framework.

  • recently I had looked at the linfa decision trees code. in linfa, the decision tree is made up of nodes with left/right child as an Option> reference to its children nodes:

  • gbdt-rs

    MesaTEE GBDT-RS : a fast and secure GBDT library, supporting TEEs such as Intel SGX and ARM TrustZone

  • however, I was trying to avoid the "linked list"-style tree, and ended up finding something in the gbdt crate that suited my purposes:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts