Sampling Operators

Sampling (Sample) operators provide ways to obtain a sample of a source dataset.

A model is typically created using a training dataset and then tested against a validation dataset. This is achieved in Team Studio by sampling the source data.

Team Studio provides the following primary Sampling operators:

  • The Random Sampling Operator
  • The Stratified Sampling Operator

The third sampling operator, Sample Selector, follows either the Random Sampling or Stratified Sampling Operator to pass one of the generated sample datasets to succeeding operators in the workflow, as shown below.