You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
</p>
32
32
33
33
<palign="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 builtin 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.
35
35
</p>
36
36
37
37

@@ -52,7 +52,7 @@ See the documentation for a complete **[list of functionality](https://postgresm
52
52
### All your favorite algorithms
53
53
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.
54
54
55
-
### Managed model deployements
55
+
### Managed model deployments
56
56
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.
57
57
58
58
### Online and offline support
@@ -65,7 +65,7 @@ Run standard analysis on your datasets to detect outliers, bimodal distributions
65
65
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.
66
66
67
67
### 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.
69
69
70
70
### The performance of Postgres
71
71
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