Skip to content

How does Khiops handle target value grouping, and why is it useful for classification tasks? #509

Answered by lucaurelien
lucaurelien asked this question in Q&A
Discussion options

You must be logged in to vote

Khiops’ target value grouping functionality is designed to address challenges when dealing with a large number of target classes. When the number of classes is high, it can be difficult to discriminate between all classes, especially with insufficient number of instances (i.e. with sparse input data).

To address this, Khiops reduces data sparsity by grouping target classes. In practice:

  1. Univariate Preprocessing: Target class groupings occur during the preprocessing step. Khiops determines the optimal grouping of target values for each variable based on the correlations between the data. The grouped classes are treated as distinguishable from other groups, but classes within the same grou…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcboulle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant