Input data
Input data for training, testing, and applying models can be passed as files containing:
- Columns description
- Dataset description in delimiter-separated values format
- Dataset description in extended libsvm format
- Pairs description
- Custom quantization borders and missing value modes
- Group weights
- Baseline
Non-CLI packages and libraries also support passing input data in data structures native to their languages.
Note
The data format is the same for training, testing, and applying models. Model application uses only features data.
Was the article helpful?
Previous