bigmler --model model/5d5807be42129f7dfc0024e4 --test input_data.csv --output predictions.csv
        Using BigMLer:*
    input_data.csv is a CSV file containing a line per each prediction that you want to generate.
    
    
    
    
        
curl  https://bigml.io/andromeda/prediction?username=&api_key= \
     -X POST \
     -H 'content-type: application/json' \
     -d '{"model": "model/5d5807be42129f7dfc0024e4", "input_data": {"000001": 3}}'
        Using BigML API directly:
    
