Skip to content

Releases: erdogant/bnlearn

v0.8.4

15 Nov 21:51
Compare
Choose a tag to compare
  • Fix the issue, sorting the continuous_columns in the correct order when discretizing continuous data @ankh1999

v0.8.3

10 Nov 22:16
Compare
Choose a tag to compare
  • Fix for the dynamic plot. #89 The labels are now correctly shown again.
  • Fix for when calling the .predict method. #87 Many thanks to @ankh1999

v0.8.2

20 Jul 19:51
Compare
Choose a tag to compare
  • fix for recursive model check

v0.8.1

19 Jul 07:17
Compare
Choose a tag to compare
  • Removed lowering of pathname in the import_DAG function.

  • Added new scoring method: BDS and AIC

  • 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

17 May 11:15
Compare
Choose a tag to compare

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 from datazets 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

v0.7.16

09 May 17:19
Compare
Choose a tag to compare
  • fix for disabling verbose message

v0.7.15

08 May 20:37
Compare
Choose a tag to compare
  • Freeze pandas package to 1.5.3 because of error in iteritems that is used in underlying pgmpy package.
  • A huge new implementation with new functionalities but this needs to be documented first.

v0.7.14

07 Mar 08:58
Compare
Choose a tag to compare
  • added library requests

v0.7.13

07 Mar 08:54
Compare
Choose a tag to compare
  • Fix for import examples (requires latest numpy version)
  • replaced wget with internal python function.

v0.7.12

29 Dec 22:34
Compare
Choose a tag to compare
  • Added cdn resources to fix interactive plot in jupyter notebook and Colab