PostgresML Introduction

PostgresML Introduction. PostgresML: The ultimate MLops platform in a PostgreSQL extension. Build fast, powerful models directly in your database with simplicity and speed.

PostgresML Website screenshot

What is PostgresML?

PostgresML is an all-in-one MLops platform delivered as a simple PostgreSQL extension. It enables the creation of fast, straightforward, and robust models directly within your database.

How to use PostgresML?

Using PostgresML is easy. Follow these three steps: 1. Train your model with the pgml.train() function. 2. Deploy your model using the pgml.deploy() function. 3. Make predictions through the pgml.predict() function.