Skip to main content
4-Participant
April 13, 2023
Question

Retrieve data used for training and validation after model training

  • April 13, 2023
  • 1 reply
  • 935 views

Hi All,

I'd like to know if it's possible to get the dataset used in the training set and validation set.

 

Thanks in advance!!

 

1 reply

19-Tanzanite
April 13, 2023

Hi @FS_9924021 

 

As far as I know, it is not possible.
The split between training and validation set is done internally and not exposed.

Note also that 2 runs of the same model creation will lead to different training and validation dataset as this is randomized.

 

Thanks

Christophe