Skip to content

ValdarT/D3DecisionTrees.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3DecisionTrees

Build status Build Status Coverage Status codecov

Uses D3Trees.jl to create an interactive visualization of a decision tree model trained with DecisionTree.jl.

Installation

This is not a registered package. To install it from this GitHub page, run:

] add https://github.com/ValdarT/D3DecisionTrees.jl

Usage example

using DecisionTree, D3DecisionTrees

# Fisher's Iris dataset as features and labels
features, labels = load_data("iris")

# build a classification model
model = build_tree(labels, features)

# create the D3Tree of the model
t = D3DecisionTree(model)

# show in Chrome browser
inchrome(t)

Note: D3Trees.jl currently requires internet connection to work.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages