Skip to content
Gregory Kanevsky edited this page Dec 15, 2015 · 13 revisions

Baseball dataset

To run baseball examples please download zip here and extract data and scripts it contains into a directory on your machine; then run commmand:

load_baseball_data.sh -h your_host_name -p port -d your_db_name -U username -w password

where Aster database your_db_name is hosted on your_host_name:port and accessed using username and password.

Dallas Open Data dataset

To run Dallas examples please download zip here, extract and run:

load_dallas_data.sh -h your_host_name -p port -d your_db_name -U username -w password

Now you can run examples in toaster_demo.R

Clone this wiki locally