bmihaljevic / bnclassify

Learning Discrete Bayesian Network Classifiers from Data
18 stars 10 forks source link

Error in prediction/cv #59

Open salimamoukou opened 3 years ago

salimamoukou commented 3 years ago

Hi,

I always have this error when i try to predict/cv: "in compile_grain(params(x)) : gRain currently incompatible".

bmihaljevic commented 3 years ago

Hi,

could you tell me which version of bnclassify you are using? This message should not appear in the latest version.

salimamoukou commented 3 years ago

I use the 0.4.5

bmihaljevic commented 3 years ago

Indeed, I have solved this on the last version that is on github but have not uploaded it to CRAN. You can install from package from github instead: devtools::install_github("bmihaljevic/bnclassify/"). That should solve it.