dataiku/dss-plugin-decision-tree-builder
Dataiku DSS plugin to manually build decision trees and use them to score and evaluate datasets
This tool helps business analysts, data scientists, and operations managers manually build and visualize decision trees to understand complex datasets and implement specific business rules. You input a dataset and define a target outcome, then interactively create rules to segment your data. The output is a decision tree that can then be used to score or evaluate other datasets, providing insights into predictions or classifications.
Use this if you need to perform exploratory data analysis, understand the driving factors behind a classification, implement specific business logic through rules, or interactively group data.
Not ideal if your primary goal is regression analysis, as this tool currently only supports binary or multiclass classification.
Stars
8
Forks
3
Language
JavaScript
License
Apache-2.0
Category
Last pushed
Dec 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dataiku/dss-plugin-decision-tree-builder"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
google/yggdrasil-decision-forests
A library to train, evaluate, interpret, and productionize decision forest models such as Random...
parrt/dtreeviz
A python library for decision tree visualization and model interpretation.
tensorflow/decision-forests
A collection of state-of-the-art algorithms for the training, serving and interpretation of...
neurodata/treeple
Scikit-learn compatible decision trees beyond those offered in scikit-learn
winkjs/wink-regression-tree
Decision Tree to predict the value of a continuous target variable