# SQLFlow Models [![Build Status](https://travis-ci.com/sql-machine-learning/models.svg?branch=develop)](https://travis-ci.org/sql-machine-learning) [![PyPI Package](https://img.shields.io/pypi/v/sqlflow_models.svg)](https://pypi.python.org/pypi/sqlflow_models) Premade Models for [SQLFlow](https://github.com/sql-machine-learning/sqlflow). ## Installation This package is available on PyPI as `sqlflow_models`. So you can install it by running the following command: ```bash pip install sqlflow_models ``` ## Development ## Prerequisite ### Python 3 `brew install python` ### Setup Environment `make setup` ### Test `make test`