Jerzy Kamiński
Jerzy Kamiński
Hello, fellow developers! A library I'm working on is dependent on `pyitlib==0.2.2`. Everything works just fine when I install it as a dependency, but when I try to install it...
Hello! If someone ever considers to return to this package, please, keep in mind [that apache change:](https://github.com/apache/arrow/pull/11792) - `BitUtil` namespace has been renamed to `bit_utls` So the code won't be...
for now, vectorized sampling only works for discrete nets
Current BAMT architecture has a number of disadvantages, some clunky code and other limitations. Thus, it was decided to make a full refactoring. This refreshment will not only include new...
- [ ] Replace outdated tqdm progress bars with [rich](https://github.com/Textualize/rich) progress bars - [ ] Add new progress bar for fit_parameters
Score-functions should be unified and allow custom user score-functions
For example, a list of edges is now stored in a ```list()``` datatype, but a ```set()``` seems to be more appropriate and memory-efficient, since we do not need to store...
Add the LSevoBN algorithm as soon as the evolutionary algorithm is updated in BAMT.
The algorithm should be refactored and unified for basic nets and composite nets.
Right now sampling is implemented row-by-row. Vectorized version should be much faster.