Mixer filter
From Piki
The mixer filter repartitions the training and validation sets of the data unit.
| Mixer | |
| Name | Mixer |
| Deployable | No |
| Static | Yes/No |
| Sample modifier | Yes |
| Feature modifier | No |
Contents |
Usage
The mixer filter is used to set aside a certain percentage of data for validation or to move validation data back into the training set.
Settings
The settings can be modified using the settings browser.
| Mixer filter settings |
|---|
|
|
General advice
- When using a static system (i.e. not time series), it may be a good idea to shuffle the data using this filter, making sure that the validation set has a representative data distributions. The input formats in order not to destroy time series data generally just take the last part of the data and put it in the validation channel. This may cause problems if the data is sorted in some way.
See also
- Filter - Article covering general filter principles.
- List of Filter components - List of all available filters.
- Data unit - Article explaining data units in detail.
- Data - Article explaining essential data concepts.
