Ross ROSS = Recommend OSS · open-source software intelligence for agents

igrigorik/decisiontree

ID3-based implementation of the ML Decision Tree algorithm observed · 2026-08-28

github.com/igrigorik/decisiontree · Ruby observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6400
  • days_rel: n/a
  • days_push: 2863
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1490 stars · 130 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Ruby library implementing the ID3 decision tree learning algorithm for both continuous and discrete datasets, with rule pruning (C4.5-style) and bagging support. It includes a Graphviz component for visualizing learned trees.

Use cases

  • train a decision tree classifier in ruby
  • classify records with id3 algorithm
  • learn from continuous and discrete datasets
  • visualize a decision tree as a png with graphviz
  • build a bagging ensemble of decision trees
  • convert a trained tree into pruned rules

When to choose

  • you're working in Ruby and need a simple, lightweight decision tree classifier
  • you want interpretable models with tree visualization via Graphviz
  • your dataset is small to medium and you need ID3/C4.5-style learning

When to avoid

  • you need modern ML features like gradient boosting, deep learning, or GPU acceleration
  • you need actively maintained software with recent updates and security patches
  • you're not working in Ruby
  • you need scalable training on very large datasets

Facets

library · maturity maintenance

machine-learning machine-learning data-science ruby decision-tree id3 c45 bagging graphviz-visualization classification

1 source

Member repositories

RepositoryRoleHealth v2
igrigorik/decisiontreemain32

For agents

markdown · JSON · MCP: product_card(name="igrigorik/decisiontree")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem