Releases: erdogant/bnlearn
Releases · erdogant/bnlearn
v0.8.4
v0.8.3
v0.8.2
v0.8.1
-
Removed lowering of pathname in the
import_DAG
function. -
Added new scoring method:
BDS
andAIC
-
Created groupby functionality for inferences that allows grouping similar categories.
-
Auto-convert non-numerical columns into numerical when discretizing
-
Code refactoring
-
Small improvements docstrings
v0.8.0
I am really happy to announce the following new great functionalities in bnlearn!
- Continuous data modeling is possible using the approach of Yi-Chun Chen et al.
- Interactive plots are created using
D3Blocks
which provides more flexibility. - Data examples and functions are removed from
bnlearn
and are now imported fromdatazets
library. - Unit tests updated and new ones implemented
Especially for the plot
functionality, some of the input parameters are changed.
See the docs for continuous data modeling