Generate evaluation data for a hub
     
    
    Usage
    generate_eval_data(hub_path, config_path, out_path, oracle_output)
 
     
    
    Arguments
- hub_path
 
A path to the hub.
 
- config_path
 
A path to a yaml file that specifies the configuration
options for the evaluation.
 
- out_path
 
The directory to write the evaluation data to.
 
- oracle_output
 
A data frame of oracle output to use for the evaluation.