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
- Host: GitHub
- URL: https://github.com/sql-machine-learning/models
- Owner: sql-machine-learning
- License: apache-2.0
- Created: 2019-04-29T05:37:47.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-25T00:24:35.000Z (almost 3 years ago)
- Last Synced: 2024-09-15T17:47:32.484Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 37
- Watchers: 11
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLFlow Models
[](https://travis-ci.org/sql-machine-learning) [](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`