Metadata-Version: 2.1
Name: sqlflow-models
Version: 0.1.2
Summary: Premade Models for SQLFlow.
Home-page: https://github.com/sql-machine-learning/models
Author: Yang Yang
Author-email: yzhdoudou@gmail.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tensorflow-datasets
Requires-Dist: scikit-learn
Requires-Dist: pandas (>=0.25.1)
Requires-Dist: adanet (==0.8.0)
Requires-Dist: statsmodels
Requires-Dist: scipy


# 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`


