Skip to content

Commit a5d8aa9

Browse files
author
Montana Low
committed
strip punctuation in lists
1 parent 1ac18b2 commit a5d8aa9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pgml-docs/docs/blog/data-is-living-and-relational.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ A common problem with data science and machine learning tutorials is the publish
3939

4040
They are:
4141

42-
- usually denormalized into a single tabular form, e.g. a CSV file,
43-
- often relatively tiny to medium amounts of data, not big data,
44-
- always static, with new rows never added,
45-
- and sometimes pre-treated to clean or simplify the data.
42+
- usually denormalized into a single tabular form, e.g. a CSV file
43+
- often relatively tiny to medium amounts of data, not big data
44+
- always static, with new rows never added
45+
- sometimes pre-treated to clean or simplify the data
4646

4747
As Data Science transitions from academia into industry, these norms influence organizations and applications. Professional Data Scientists need teams of Data Engineers to move data from production databases into data warehouses and denormalized schemas which are more familiar, and ideally easier to work with. Large offline batch jobs are a typical integration point between Data Scientists and their Engineering counterparts, who primarily deal with online systems. As the systems grow more complex, additional specialized Machine Learning Engineers are required to optimize performance and scalability bottlenecks between databases, warehouses, models and applications.
4848

@@ -57,13 +57,13 @@ Instead of starting from the academic perspective that data is dead, PostgresML
5757

5858
Relationa data:
5959

60-
- is normalized for real time performance and correctness considerations,
61-
- and has new rows added and updated constantly, which form the incomplete features for a prediction.
60+
- is normalized for real time performance and correctness considerations
61+
- has new rows added and updated constantly, which form the incomplete features for a prediction
6262

6363
Meanwhile, denormalized data sets:
6464

65-
- may grow to billions of rows, and terabytes of data,
66-
- and often span multiple iterations of the schema, with software bugs introducing outliers.
65+
- may grow to billions of rows, where single updates multiple into mass rewrites
66+
- often span multiple iterations of the schema, where software bugs leave behind outliers
6767

6868
We think it’s worth attempting to move the machine learning process and modern data architectures beyond the status quo. To that end, we’re building the PostgresML Gym, a free offering, to provide a test bed for real world ML experimentation in a Postgres database. Your personal Gym will include the PostgresML dashboard, several tutorial notebooks to get you started, and access to your own personal PostgreSQL database, supercharged with our machine learning extension.
6969

0 commit comments

Comments
 (0)