Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Baselines

Table2Charts is compared with DeepEye, Data2Vis, VizML and DracoLearn. Note that the scripts mentioned below are from their respective repositories unless otherwise noted.

DeepEye

DeepEye only provides inference APIs. We clone DeepEye repository, and use its test.py to evaluate each table in our corpora.

Data2Vis

We re-train and evaluate Data2Vis with Data2Vis repository. See details in Baselines/Data2Vis directory in this repository.

VizML

We re-train and evaluate VizML with their code at VizML repository.

Draco

We clone Draco repository and evaluate Draco with Baselines/test_draco.py in this repository (which is similar to tests/test_run.py in Draco repository). In Baselines/test_draco.py, you can know how we constrain the Draco model to generate charts.