Skip to content

rdouyere/taukari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taukari

Rustic data mining toolbox.

It features

  • an interactive shell to manipulate CSV files
  • a static HTML/D3 visualization (only scatter plot view for now)

CSV files represents sets of samples which have a set of numeric variables.

Other data manipulation and visualizations to come later :)

How to launch the shell

mvn clean package
cd target
java -jar taukari-1.0-SNAPSHOT.jar

Wanna see a visualization sample ?

Go here