How does the action handle missing values?

3 vues

Réponse

You can control missing value handling with the 'binMissing' parameter. When set to True, it bins all missing values into a separate bin with an ID of 0. Additionally, the 'missingBinStats' parameter determines if this missing bin should be included when computing evaluation statistics.
Did this answer help you?
catTrans

dataPreprocess

See technical action