AI.SampleStratifiedWithHoldout is a Power Query M function that is used to access data. There is currently no additional documentation available.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
AI.SampleStratifiedWithHoldout(
strata as text,
totalSize as number,
data as table,
optional targetSampleSize as nullable number,
optional holdoutRatio as nullable number,
optional stratifyTrainingSet as nullable logical,
) as any
Related functions
Other functions related to AI.SampleStratifiedWithHoldout are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy