S.Saman .E
S.Saman .E
Hello, and thank you for developing this amazing library over C++. I am trying to import libs, but after installing the package, I can not find the build directory, neither...
```Python [WinError 193] %1 is not a valid Win32 application ``` I faced this error when I was trying to load_libs - Python version: 3.6.5 (64-bit) - OS: Windows 10...
Thank you @zzd1992, I appreciate it. Is there any chance to have the extracted library for LIB for the line below? ```Python LIB = load_lib("path to gbdtmo.so") ``` As the...
I managed to fix it by working with Linux Thanks @zzd1992
Please count on me for adding the feature to the model. Thanks
@erdogant Have you seen [this](https://github.com/sisl/LearnDiscreteBayesNets.jl/blob/master/src/L_DVBN.jl) continuous approach?
I am thinking of applying their continuous approach to bnlean!
@erdogant [This ](https://www.jair.org/index.php/jair/article/view/11063)is its related [paper](https://www.jair.org/index.php/jair/article/view/11063). And [here](https://github.com/sisl/LearnDiscreteBayesNets.jl/blob/master/src/L_DVBN.jl#L965), the used function, I guess!
@fimselamse Yes, that is the idea. Couldn't we use it?
Perfect @erdogant, count on me. @fimselamse, Yes. This is not the method used in R, but [this package](https://github.com/erdogant/bnlearn/) could add other methods to handle the continuous data as well.