Inputs in *DATASET_BOOTSTRAP_SAMPLING worker¶
In Basic tab, we have Dataset input to add dataset and columns for which the bootstrap sampling is preformed

In advanced tab , We have number of samples – This this examples it is 1000
- Confidence interval
- Stat type
- Track raw samples
- Return type

Return type with example¶
- Return type – Single bootstrap sample
- This return type returns 25 rows dataset.
- It will return the same number of input rows in the output

- Return type – Raw bootstrap sample
- This will return 25 *(number of bootstrap samples provided in the input) number of rows dataset for selected columns.
- In this case it will return 25000 rows

when histogram is plotted for return type Raw bootstrap sample

- Return type – Sample statistics
- This will return (number of bootstrap samples provided in the input) number of rows dataset
- In this case it will return 1000 rows as number of samples are 1000

When histogram is plotted for return type Sample statistics

- Return type – confidence interval summary
- This will return 2 row dataset with summary statistics
