nodejs-decision-tree
Classification tree
A Node.js implementation of a decision tree using the ID3 algorithm for classification
NodeJS Implementation of Decision Tree using ID3 Algorithm
210 stars
7 watching
81 forks
Language: JavaScript
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
igrigorik/decisiontree | An implementation of the ID3 algorithm for building decision trees | 1,439 |
johnstonskj/rml-decisiontrees | An implementation of decision trees for classification in Racket machine learning. | 4 |
pzuh/decisiontree | An implementation of a binary decision tree using ActionScript 3.0 for AI bot/agent in video games. | 3 |
bensadeghi/decisiontree.jl | A Julia package implementing popular machine learning algorithms | 8 |
serengil/chefboost | A Python library providing a lightweight framework for building decision trees with categorical feature support | 460 |
vanbantruong/faht | A Java implementation of a fairness-aware decision tree classifier for online stream-based classification | 8 |
greenfish77/gaenari | A C++ library implementing incremental decision tree learning with support for concept drift and online learning to improve model accuracy over time. | 25 |
aws-samples/aws-nodejs-sample | Demonstrates usage of the AWS SDK for Node.js to interact with Amazon S3 | 303 |
florentavellaneda/inferdt | This C++ project provides an implementation of decision tree algorithms for classification tasks | 7 |
fredkschott/the-node-way | A comprehensive resource on best practices and design patterns for building scalable, maintainable Node.js applications. | 1,492 |
1inus/ng.tree | A CSS-based tree component with customization options and event handlers. | 11 |
sgrodriguez/ddt | A Go-based decision tree library allowing custom rule-based decision making | 37 |
syntax-tree/unist-util-select | Tool for finding nodes in a tree using CSS-like selectors | 61 |
danielstjules/pjs | A tool for filtering, mapping, and reducing data in JavaScript from the command line. | 419 |
syntax-tree/unist-util-map | Utility to create a new tree by mapping all nodes with a given function | 35 |