Skip to content

Commit 251a03f

Browse files
sonalgoyalgitbook-bot
authored andcommitted
GITBOOK-403: No subject
1 parent 1015315 commit 251a03f

1 file changed

Lines changed: 25 additions & 9 deletions

File tree

docs/running-zingg/step-by-step-guide.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,39 @@ New to entity resolution or want to understand the problem space before diving i
1919

2020
{% stepper %}
2121
{% step %}
22-
### Connect your data
22+
### Configure
2323

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>
2527

2628
{% hint style="success" icon="right-long" %}
2729
**Read more**: [Content your Data](../connect-your-data/pipes-and-data-connections.md)
2830
{% endhint %}
29-
{% endstep %}
3031

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>
3337

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>
3539

3640
{% hint style="success" icon="right-long" %}
3741
**Read more**: [Content your Data](../connect-your-data/pipes-and-data-connections.md)
3842
{% 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>
3955
{% endstep %}
4056

4157
{% step %}
@@ -52,17 +68,17 @@ Run `findTrainingData` to generate candidate pairs, then label each pair as Matc
5268
{% endstep %}
5369

5470
{% step %}
55-
### Verify Blocking
71+
### Verify Blocking (Enterprise Only)
5672

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.&#x20;
5874

5975
{% hint style="success" icon="right-long" %}
6076
**Read more**: [Verify Blocking](verify-blocking.md)
6177
{% endhint %}
6278
{% endstep %}
6379

6480
{% step %}
65-
### Generate Model Documentation
81+
### Generate Model Documentation (Optional)
6682

6783
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.
6884

0 commit comments

Comments
 (0)