Python client for Yhat (http://yhat.com/)


Keywords
yhat
License
BSD-3-Clause
Install
pip install yhat==0.0.4

Documentation

Yhat Python Client

This is the connection to the Yhat API. If you'd like to read more, visit our docs.

Table of Contents:

Installation

Using pip:

$ pip install --upgrade yhat

From source:

$ git clone git@github.com:yhat/yhat-client.git
$ cd yhat-client
$ python setup.py install

Quickstart

You can download the example here , or clone the git repo.

$ git clone git@github.com:yhat/yhat-examples.git
$ cd beer-recommender

Insert your APIKEY and USERNAME and run the script.

$ python recommender.py
Deploy? (y/N): y
# {"status": "success"}

Analytics