An open API service indexing awesome lists of open source software.

https://github.com/sql-machine-learning/models

Premade models for SQLFlow
https://github.com/sql-machine-learning/models

Last synced: 8 months ago
JSON representation

Premade models for SQLFlow

Awesome Lists containing this project

README

          

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