This Component is required to sample the data to be visualized in the Partial Dependence/ICE Plot (JavaScript) node.
You can select only numerical features of Double Type feature columns.
The Component will create for you the desired number of samples for each selected feature and for each instance row. The linear sampling technique will range between the lower and upper bound found in the input Table Spec. You can use Edit Numeric Domain node to customize the Table Spec bounds and the resulting sampling performed by the component.
- Type: TableTest/Validation set RowsA table with rows from your test/validation set. Make sure to include all the feature columns of your model. Also the categorical columns (String type) should be in this table if you have any.