Experiment.downsample(field, axis=0, num_keep=None, inplace=False, random_state=None)[source]¶Downsample the data set.
This down samples all the samples/features to have the same number of samples/features for each categorical value of the field in sample_metadata or feature_metadata.
| Parameters: |
|
|---|---|
| Returns: | |
| Return type: |
See also