|
1 | 1 | - model: notebooks.notebook
|
2 | 2 | pk: 0
|
3 | 3 | fields:
|
4 |
| - name: 'Tutorial 0: Welcome to PostgresML Notebooks!' |
| 4 | + name: "Tutorial 0: \U0001F389 Welcome to PostgresML!" |
5 | 5 | created_at: 2022-08-20 01:47:08.937190+00:00
|
6 | 6 | updated_at: 2022-08-20 01:47:08.937190+00:00
|
7 | 7 | - model: notebooks.notebook
|
8 | 8 | pk: 1
|
9 | 9 | fields:
|
10 |
| - name: 'Tutorial 1: Real Time Fraud Detection' |
| 10 | + name: 'Tutorial 1: ⏱️ Real Time Fraud Detection' |
11 | 11 | created_at: 2022-08-15 22:26:18.428227+00:00
|
12 | 12 | updated_at: 2022-08-15 22:26:18.428241+00:00
|
13 | 13 | - model: notebooks.notebook
|
14 | 14 | pk: 2
|
15 | 15 | fields:
|
16 |
| - name: 'Tutorial 2: Tumor Detection w/ Binary Classification' |
| 16 | + name: 'Tutorial 2: ⚕️ Tumor Detection w/ Binary Classification' |
17 | 17 | created_at: 2022-08-19 23:10:23.120983+00:00
|
18 | 18 | updated_at: 2022-08-19 23:10:23.120996+00:00
|
| 19 | +- model: notebooks.notebook |
| 20 | + pk: 3 |
| 21 | + fields: |
| 22 | + name: "Tutorial 4: \U0001F36D Diabetes Progression w/ Regression" |
| 23 | + created_at: 2022-08-20 02:18:14.608456+00:00 |
| 24 | + updated_at: 2022-08-20 02:18:14.608474+00:00 |
| 25 | +- model: notebooks.notebook |
| 26 | + pk: 4 |
| 27 | + fields: |
| 28 | + name: 'Tutorial 3: ✍️ Handwritten Digit Image Classification' |
| 29 | + created_at: 2022-08-20 16:46:40.856497+00:00 |
| 30 | + updated_at: 2022-08-20 16:46:40.856511+00:00 |
| 31 | +- model: notebooks.notebook |
| 32 | + pk: 5 |
| 33 | + fields: |
| 34 | + name: "Tutorial 5: \U0001F3A4 Language Translation w/ Deep Learning" |
| 35 | + created_at: 2022-08-20 16:47:47.830932+00:00 |
| 36 | + updated_at: 2022-08-20 16:47:47.830946+00:00 |
| 37 | +- model: notebooks.notebook |
| 38 | + pk: 6 |
| 39 | + fields: |
| 40 | + name: 'Tutorial 6: ↗️ Working w/ Embeddings' |
| 41 | + created_at: 2022-08-20 16:48:16.252016+00:00 |
| 42 | + updated_at: 2022-08-20 16:48:16.252029+00:00 |
| 43 | +- model: notebooks.notebook |
| 44 | + pk: 7 |
| 45 | + fields: |
| 46 | + name: "Tutorial 7: \U0001F4D2 Managing Model Deployments" |
| 47 | + created_at: 2022-08-20 16:48:40.044312+00:00 |
| 48 | + updated_at: 2022-08-20 16:48:40.044325+00:00 |
| 49 | +- model: notebooks.notebook |
| 50 | + pk: 8 |
| 51 | + fields: |
| 52 | + name: "Tutorial 8: \U0001F4BB Working the Internal Schema of PostgresML" |
| 53 | + created_at: 2022-08-20 16:49:41.363292+00:00 |
| 54 | + updated_at: 2022-08-20 16:49:41.363306+00:00 |
19 | 55 | - model: notebooks.notebookcell
|
20 | 56 | pk: 1
|
21 | 57 | fields:
|
|
0 commit comments