Skip to content

Instantly share code, notes, and snippets.

@whizzmler
whizzmler / example.py
Created May 19, 2016 11:14
A simple example of WhizzML resource handling at the API level, in Python
#!/usr/bin/env python
"""A simple WhizzML example
"""
from bigml.api import BigML
API = BigML()
LIBRARY = API.create_library("(define (addition a b) (+ a b))")