Simple machine learning in PostgreSQL.
Project description
PgML Extension - Postgres Machine Learning
This package implements data processing, training and scoring of ML models inside Postgres from PL/Python functions. It is dependent on the internal to Postgres plpy
connection and data access methods, so can only be used via a Postgres connection through the APIs exposed as native Postgres functions.
Installation
Postgres requires that this package is installed into the system Python packages space:
To install from pypi:
sudo pip3 install pgml-extension
To install from a clone of the repository:
sudo python3 setup.py install
Usage
See sql/install.sql
for list of functions exposed through SQL. This package is not meant to be used directly.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pgml-extension-1.0.1.tar.gz
(24.4 kB
view hashes)
Built Distribution
Close
Hashes for pgml_extension-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6a6623fbedc8765dbccf7628f37411fcc250acb5c2091736af94055d68acd91 |
|
MD5 | 60c7ffd9ba2fb61ed3116e261c0abfff |
|
BLAKE2b-256 | dfe581173d160298830e43bd0aa6f4979d3228aea8d1cef29e666be76350944e |