Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first version of Vega ROC plots #77

Merged
merged 12 commits into from
Feb 1, 2017
9 changes: 9 additions & 0 deletions explore/visualization/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# A directory for creating Vega based visualizations

In order to run these sample files, you should first start up a simple HTTP server such as:

```sh
python -m http.server 8000
```

Then navigate to that instance (http://localhost:8000/) and click on the file that you wish to view.
5 changes: 5 additions & 0 deletions explore/visualization/data/sample_auc.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
partition,feature_set,auc,legend_index
train,full features,0.76,0
test,full features,0.74,1
train,covariates only,0.72,2
test,covariates only,0.70,3
Loading