Skip to content

Commit 84fcb0b

Browse files
authored
Link to docs from FAQ (#521)
Co-authored-by: Montana Low <montana.low@gmail.com>
1 parent 67d076d commit 84fcb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-docs/docs/about/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Postgres is widely considered mission critical, and some of the most [reliable](
1010

1111
*How good are the models?*
1212

13-
Model quality is often a trade-off between compute resources and incremental quality improvements. Sometimes a few thousands training examples and an off the shelf algorithm can deliver significant business value after a few seconds of training. PostgresML allows stakeholders to choose several different algorithms to get the most bang for the buck, or invest in more computationally intensive techniques as necessary. In addition, PostgresML automatically applies best practices for data cleaning like imputing missing values by default and normalizing data to prevent common problems in production.
13+
Model quality is often a trade-off between compute resources and incremental quality improvements. Sometimes a few thousands training examples and an off the shelf algorithm can deliver significant business value after a few seconds of training. PostgresML allows stakeholders to choose several [different algorithms](/user_guides/training/algorithm_selection/) to get the most bang for the buck, or invest in more computationally intensive techniques as necessary. In addition, PostgresML can automatically apply best practices for [data cleaning](/user_guides/training/preprocessing/)) like imputing missing values by default and normalizing features to prevent common problems in production.
1414

1515
PostgresML doesn't help with reformulating a business problem into a machine learning problem. Like most things in life, the ultimate in quality will be a concerted effort of experts working over time. PostgresML is intended to establish successful patterns for those experts to collaborate around while leveraging the expertise of open source and research communities.
1616

0 commit comments

Comments
 (0)