-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running pybnesian in 2024 #5
Comments
Hi Jerzy, thanks much for sharing this. Actually I'm trying to build structure learning algorithm for hybrid DBN and I found this repo has implemented this. But it was implemented in C++ which I am not very familiar with. Could you recommend some other python library? @jrzkaminski |
@yfpeng1234 Hello! |
Hi @jrzkaminski ! Thanks so much for your prompt reply. Your suggestion is really helpful to me and look forward to your project. By the way, I also found that PyBNesian has implemented heterogenous BN type(for mixing discrete and continous variables) and dynamic bayesian network. |
Hello!
If someone ever considers to return to this package, please, keep in mind that apache change: -
BitUtil
namespace has been renamed tobit_utls
So the code won't be compiled with modern apache arrow versions. I'd say go with
<=9.0.0
Also, callbacks do not work if
pybnesian
is installed frompip
, python does not see package modules likelearning
ormodels
.I've managed to compile the library from source on arch linux with
python 3.8.18
,clang 16.0.6-1
and these python libraries:And if you encounter
RuntimeError: OpenCL platforms not found.
, please install OpenCL for you Nvidia, AMD GPU or intel, amd CPUIf you are using conda, please see:
https://stackoverflow.com/questions/72540359/glibcxx-3-4-30-not-found-for-librosa-in-conda-virtual-environment-after-tryin
The text was updated successfully, but these errors were encountered: