From d316c51a17f0b99395eeb950b4987e90c89f4796 Mon Sep 17 00:00:00 2001 From: Montana Low Date: Thu, 8 Jun 2023 09:11:29 -0700 Subject: [PATCH] url --- pgml-dashboard/static/blog/mindsdb-vs-postgresml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgml-dashboard/static/blog/mindsdb-vs-postgresml.md b/pgml-dashboard/static/blog/mindsdb-vs-postgresml.md index 5802d07bd..8ffda2e45 100644 --- a/pgml-dashboard/static/blog/mindsdb-vs-postgresml.md +++ b/pgml-dashboard/static/blog/mindsdb-vs-postgresml.md @@ -1,7 +1,7 @@ --- author: Montana Low description: PostgresML is more opinionated, more scalable, more functional and several times faster than MindsDB. -image: https://postgresml.org/static/images/blog/elephant_book.jpg +image: https://postgresml.org/dashboard/static/images/blog/elephant_book.jpg image_alt: We read to learn --- @@ -16,7 +16,7 @@ image_alt: We read to learn ## Introduction -There are a many ways to do machine learning with data in a SQL database. In this article, we'll compare 2 projects that both aim to provide a SQL interface to machine learning algorithms and the data they require: **MindsDB** and **PostgresML**. We'll look at how they work, what they can do, and how they compare to each other. The **TLDR** is that PostgresML is more opinionated, more scalable, more functional and several times faster than MindsDB. On the other hand, MindsDB is 5 times "more mature" than PostgresML according to age and GitHub Stars. What are the important factors? +There are a many ways to do machine learning with data in a SQL database. In this article, we'll compare 2 projects that both aim to provide a SQL interface to machine learning algorithms and the data they require: **MindsDB** and **PostgresML**. We'll look at how they work, what they can do, and how they compare to each other. The **TLDR** is that PostgresML is more opinionated, more scalable, more functional and several times faster than MindsDB. On the other hand, MindsDB is 5 times more mature than PostgresML according to age and GitHub Stars. What are the important factors? ![elephants](/dashboard/static/images/blog/elephant_book.webp)
We're occasionally asked what the difference is between PostgresML and MindsDB. We'd like to answer that question at length, and let you decide if the reasoning is fair.