Skip to content

Commit ff318e6

Browse files
committed
fix typos
1 parent aeeb05f commit ff318e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</p>
3232

3333
<p align="center">
34-
Train and deploy models to make online predictions using only SQL, with an open source extension for Postgres. Manage your projects and visualize datasets using the built in dashboard.
34+
Train and deploy models to make online predictions using only SQL, with an open source extension for Postgres. Manage your projects and visualize datasets using the built-in dashboard.
3535
</p>
3636

3737
![PostgresML in practice](pgml-docs/docs/images/console.png)
@@ -52,7 +52,7 @@ See the documentation for a complete **[list of functionality](https://postgresm
5252
### All your favorite algorithms
5353
Whether you need a simple linear regression, or extreme gradient boosting, we've included support for all classification and regression algorithms in [Scikit Learn](https://scikit-learn.org/) and [XGBoost](https://xgboost.readthedocs.io/) with no extra configuration.
5454

55-
### Managed model deployements
55+
### Managed model deployments
5656
Models can be periodically retrained and automatically promoted to production depending on their key metric. Rollback capability is provided to ensure that you're always able to serve the highest quality predictions, along with historical logs of all deployments for long term study.
5757

5858
### Online and offline support
@@ -65,7 +65,7 @@ Run standard analysis on your datasets to detect outliers, bimodal distributions
6565
Use either grid or random searches with cross validation on your training set to discover the most important knobs to tweak on your favorite algorithm.
6666

6767
### SQL native vector operations
68-
Vector operations make working with learned emebeddings a snap, for things like nearest neighbor searches or other similarity comparisons.
68+
Vector operations make working with learned embeddings a snap, for things like nearest neighbor searches or other similarity comparisons.
6969

7070
### The performance of Postgres
7171
Since your data never leaves the database, you retain the speed, reliability and security you expect in your foundational stateful services. Leverage your existing infrastructure and expertise to deliver new capabilities.

0 commit comments

Comments
 (0)