Skip to content

Commit 3422b63

Browse files
Specify that segments need to be created after model
1 parent fd4f938 commit 3422b63

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

md-docs/user_guide/segment.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ In other words, a sample can belong to all the Segments, none of them, or just s
99
When Segments are specified for a [Task], monitoring is performed both on the whole data, called _all population_, and for each Segment.
1010
The objective of a Segment is to allow the analysis of specific groups of data, whose variations might go unnoticed if only the whole population is monitored.
1111

12-
Segments, similarly to the [Data schema], must be defined before sending any data to the Platform.
13-
They must to be created all at once, as they can't be modified upon creation. Additionally, their definition needs to happen after the creation of the Data Schema, as the rules for the Segment are based on the columns defined there.
12+
Segments, similarly to the [Data Schema] and the [Model], must be defined before sending any data to the Platform.
13+
They must be created all at once, as they can't be modified upon creation. Additionally, their definition needs to happen after the creation of the Data Schema, as the rules of the Segment are based on the columns defined there, and also after the creation of the Model.
1414

1515

1616
## Segment Structure
@@ -195,4 +195,6 @@ This segment would include the samples with `Sample ID` equal to `id_2` and `id_
195195
```
196196

197197
[Task]: task.md
198-
[Data schema]: data_schema.md
198+
[Data Schema]: data_schema.md
199+
[Model]: model.md
200+
"""

0 commit comments

Comments
 (0)