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.
Release files for pgml-extension 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pgml-extension-1.0.1.tar.gz | 24.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pgml_extension-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 51.7 kB
Release files / pgml-extension-1.0.1.tar.gz
| Download URL | pgml-extension-1.0.1.tar.gz |
|---|---|
| Size | 24.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
265c7cc1ff6dfecd60474bb7d3fc8362c0d8d168d388317b869885c11fbb8617
|
|
BLAKE2b-256 checksum How to use checksums |
6f05bb3cb5b1af440aab5f6baa94b17b973aa34d0c25ea5208626983cf859a52
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|
Release files / pgml_extension-1.0.1-py3-none-any.whl
| Download URL | pgml_extension-1.0.1-py3-none-any.whl |
|---|---|
| Size | 27.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b6a6623fbedc8765dbccf7628f37411fcc250acb5c2091736af94055d68acd91
|
|
BLAKE2b-256 checksum How to use checksums |
dfe581173d160298830e43bd0aa6f4979d3228aea8d1cef29e666be76350944e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|