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: docs/running-zingg/step-by-step-guide.md
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,39 @@ New to entity resolution or want to understand the problem space before diving i
19
19
20
20
{% stepper %}
21
21
{% step %}
22
-
### Connect your data
22
+
### Configure
23
23
24
-
Configure input and output pipes to tell Zingg where your source data lives and where to write results. Zingg connects to the data where it lives - it does not move it.
24
+
<details>
25
+
26
+
<summary>Define your data and output</summary>
25
27
26
28
{% hint style="success" icon="right-long" %}
27
29
**Read more**: [Content your Data](../connect-your-data/pipes-and-data-connections.md)
28
30
{% endhint %}
29
-
{% endstep %}
30
31
31
-
{% step %}
32
-
### Configure fields
32
+
Configure input and output pipes to tell Zingg where your source data lives and where to write results. Zingg connects to the data where it lives - it does not move it.
33
+
34
+
</details>
35
+
36
+
<details>
33
37
34
-
Define your field definitions, match types, model ID, partition count, and relevant Enterprise features (deterministic matching, primary key, pass through, standardization). The configuration drives every downstream phase.
38
+
<summary>Configure fields</summary>
35
39
36
40
{% hint style="success" icon="right-long" %}
37
41
**Read more**: [Content your Data](../connect-your-data/pipes-and-data-connections.md)
38
42
{% endhint %}
43
+
44
+
Define your field definitions, match types, relevant Enterprise features (deterministic matching, primary key, pass through, standardization). The configuration drives every downstream phase.
45
+
46
+
</details>
47
+
48
+
<details>
49
+
50
+
<summary>Configure model id, number of partitions and labelDataSampleSize</summary>
51
+
52
+
53
+
54
+
</details>
39
55
{% endstep %}
40
56
41
57
{% step %}
@@ -52,17 +68,17 @@ Run `findTrainingData` to generate candidate pairs, then label each pair as Matc
52
68
{% endstep %}
53
69
54
70
{% step %}
55
-
### Verify Blocking
71
+
### Verify Blocking (Enterprise Only)
56
72
57
-
Run `verifyBlocking` to check what percentage of your known matching pairs are being blocked together correctly. Run after labelling and before committing to a full training run. If coverage is low, return to labelling. Enterprise Only.
73
+
Run `verifyBlocking` to check what percentage of your known matching pairs are being blocked together correctly. Run after labelling and before committing to a full training run. If coverage is low, return to labelling. 
Run `generateDocs` to produce a human-readable HTML report of your training data, including pairs labeled as matches and non-matches. Useful for sharing with subject-matter experts before training.
0 commit comments