Replace components of postgresql by machine learning model.
- postgresql: >= 18
pglearned contains several components, the core is a postgresql extension. To use pglearned, you should Install this extension to your database first. You can visit extension document to get more information.
There is a cli tool can be used to manage datasets(sql queries) in your database.
There are also some frameworks for communicating with pglearned extension:
- python: document
enter dev env via nix:
nix develop .