Segments
Last updated
Last updated
© 2024 Fiddler Labs, Inc.
A segment, sometimes referred to as a cohort or slice, represents a distinct subset of model values crucial for performance analysis and troubleshooting. Model segments can be defined using various model dimensions, such as specific time periods or sets of features. Analyzing segments proves invaluable for understanding or troubleshooting specific cohorts of interest, particularly in tasks like bias detection, where overarching datasets might obscure statistical intricacies.
Note: To add a Segment using the Python client, see fdl.Segment.create()
From the model schema page within the UI, you can access Segments by clicking the Segments tab at the top of the page. Then click Add Segment to add a new Segment.
Finally, enter the Name, Description, and Definition for your Segment and click Save.
After your Segment is saved, it can be selected from Charts and Alerts.
Since alerts can be set on Segments, making modifications to a Segment may introduce inconsistencies in alerts.
🚧 Therefore, Segments cannot be modified once they are created.
If you'd like to try out a new Segment, you can create a new one with a different Definition.
To delete a segment using the Python client, see segment.delete(). Alternatively, from the segments tab, you can delete a segment by clicking the trash icon next to the segment record.