.. _auto_doe_subset_select: *SELECT REPRESENTATIVE SUBSET* ============================== Selects a feature-space-diverse subset of the rows of a dataset (maximin / farthest-point sampling), for ML-friendly sampling of existing points. When to use ----------- Tagged: ``doe``, ``sampling``, ``subset``, ``space_filling``, ``maximin``, ``ml``, ``data_io``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Dataset - dataset - dataset - — - ✓ - Rows to select from. * - Feature columns - independents - text - — - ✓ - Comma-separated feature column names defining the space. * - Number of points (K or fraction) - num_points - text - 0.2 - - Integer K, or a fraction 0

Auto-generated from platform schema. Worker id: doe_subset_select. Schema hash: 076b2fb98189. Hand-curated docs in workerexamples/ override this page when present.