Skip to content

Since Khiops does not have hyperparameters, how can I manage overfitting? #488

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

You must be logged in to vote

Khiops avoids overfitting through its core design, which is based on the MDL (Minimum Description Length) principle. This formalism balances the complexity of a model with its ability to explain the data, making Khiops particularly robust.

Here’s why Khiops excels at avoiding overfitting:

  • Statistically significant patterns only: Khiops selects only patterns supported by sufficient data, automatically rejecting noise.
  • No arbitrary parameters: By avoiding user-defined hyperparameters, Khiops streamlines workflows and reduces the risk of overfitting caused by over-tuning.

How Khiops achieves this:

Unlike standard models that rely on regularization parameters to control the trade-off betwee…

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