Author Topic: Parameter Selection and Cross-Validation  (Read 1903 times)

Offline Holly

  • Newbie
  • *
  • Posts: 2
    • View Profile
Parameter Selection and Cross-Validation
« on: August 01, 2023, 22:31:51 »
Hello,

Are there any tutorials or examples that outline a process for performing parameter selection for a Bayesian Network? (i.e. test different subsets of potential input variables and find the subset that gives the best model performance evaluated using something like k-fold cross validation, for example).

Offline Anders L Madsen

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 2295
    • View Profile
Re: Parameter Selection and Cross-Validation
« Reply #1 on: August 02, 2023, 16:49:55 »
Hello Holly,

We do not have a tutorial showing the process for performing feature selection for a Bayesian network.

If we assume that you are considering a classification problem, then one approach is a wrapper search. Start with a model containing only the target variable and iteratively adding the feature which improves the score the most. Stop when there is no further improvement.

You can split the data into train, validate and test sets to measure the performance.

Best regards
Anders
HUGIN EXPERT A/S