Bojan Mihaljević
Bojan Mihaljević
Have you managed to solve this? Did you check that all the columns are encoded as factors? I suggest that you try by filtering your columns, e.g., into halves, to...
Hi and thanks for asking! Yes, currently it does support only discrete variables. I have most of the code for including discretization, as I had this working in a previous...
Sorry for not replying earlier. Will publish this code on Github during next week.
Currently the only way it to convert them to factors, which is probably not very useful.
Thanks a lot for the thoughtful input. I agree with your comment regarding the documentation of `bnc`; I just had a look at it and, indeed, there is no list...
Great to know about jit. Could be really useful for bnclassify.
We need an 'bnc_ensemble' class to generalize both AODE and multinet. Need to update the models() function. Implement and test both complete and incomplete prediction with multinet. Then add it...
Hi, could you tell me which version of bnclassify you are using? This message should not appear in the latest version.
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...
Hi, I have not idea what the cost would be, I have never done something similar. If someone is willing to do this I'd be happy to assist in any...