Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
During machine learning or other projects, it is a usual practice to save some percentage of data for testing and the rest (usually larger chunk) is used for training. This function accomplishes the same. The user has the freedom to provide the percentage to be reserved for training.
Inputs ->
i. the complete dataset (grouped by one type of label only)(IMP: get rid of the col titles' row)
ii. percentage of the dataset to be dedicate towards ** testing** dataset (usually smaller portion of the whole dataset)
Outputs ->
i. first is the larger chunk of the dataset (training dataset)
ii. smaller chunk of the dataset (testing dataset)
Citation pour cette source
Anmol Pardeshi (2026). datasetSplit (https://fr.mathworks.com/matlabcentral/fileexchange/85393-datasetsplit), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.1 (21,1 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.1 | updated for non-repeating random numbers |
|
|
| 1.0.0 |
|