×
BigML is working hard to support a wide range of browsers. Your experience will be better with:
×
You should use the API | BigML.com
Predict using bigml_GSShappiness | Test (20% ...
watched x-rated movies in the last year: ?
?
This model has too many fields to create predictions via a web form efficiently.
It's time for you to use our command line (BigMLer), any of our bindings, or directly our API.
        
bigmler --model model/5d5807be42129f7dfc0024e4 --test input_data.csv --output predictions.csv
Using BigMLer:*
*Where 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:
Sending Request...