sql-machine-learning / models

Premade models for SQLFlow
Apache License 2.0
37 stars 17 forks source link

SQLFlow Models

Build Status PyPI Package

Premade Models for SQLFlow.

Installation

This package is available on PyPI as sqlflow_models. So you can install it by running the following command:

  pip install sqlflow_models

Development

Prerequisite

Python 3

brew install python

Setup Environment

make setup

Test

make test