Jerzy Kamiński

Results 13 issues of 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

enhancement
refactoring

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...

documentation
enhancement
refactoring

- [ ] Replace outdated tqdm progress bars with [rich](https://github.com/Textualize/rich) progress bars - [ ] Add new progress bar for fit_parameters

enhancement

Score-functions should be unified and allow custom user score-functions

enhancement
refactoring

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...

good first issue

Add the LSevoBN algorithm as soon as the evolutionary algorithm is updated in BAMT.

enhancement

The algorithm should be refactored and unified for basic nets and composite nets.

refactoring

Right now sampling is implemented row-by-row. Vectorized version should be much faster.

enhancement
refactoring