factmac - How can I partition the input data into training, validation, and testing sets?

Réponse

You can use the "partByFrac" parameter to randomly assign proportions of observations to roles, or the "partByVar" parameter to assign roles based on the values of a specific variable.
Did this answer help you?