Skip to content

Releases: erdogant/bnlearn

0.3.2

14 Apr 15:23
Compare
Choose a tag to compare

0.3.1

13 Apr 22:17
Compare
Choose a tag to compare
  • Added new example titanic
  • Sprinkler and titanic dataset is downloaded if required
  • Added functionality to convert raw dataframe to one-hot datamatrix
  • docstring updates
  • sphinx updates

0.3.0

24 Feb 21:50
Compare
Choose a tag to compare
  • Unit tests added!
  • bnlearn.print_DAG changed into bnlearn.print_CPD
  • output of bnlearn.parameter_learning is a dict containing the model and adjmat.

0.2.3

23 Feb 18:02
Compare
Choose a tag to compare

Documentation link changed: https://erdogant.github.io/bnlearn

0.2.2

22 Feb 22:42
Compare
Choose a tag to compare

Added new functionality to bnlearn:

0.2.1

31 Jan 21:17
Compare
Choose a tag to compare
  • Docstring improvements
  • Code cleaning
  • Compatible with latest version of pgmpy (v0.1.10)
  • black_list and white_list incorporated for structure learning
  • Bugfix for BDueScore

0.2.0

27 Jan 20:51
Compare
Choose a tag to compare
  • structure_learning() -> structure_learning.fit()
  • parameter_learning() -> parameter_learning.fit()
  • inference() -> inference.fit()
  • Simplified input for plot().
  • Code refactoring
  • Code cleaning
  • Doc strings added

0.1.4

06 Jan 15:41
Compare
Choose a tag to compare
  • Function name for loading example changed to import_DAG
  • reading example dataframe with sprinkler data added by bnlearn.import_example()
  • Verbosity fix

Missing functions added

05 Jan 22:55
Compare
Choose a tag to compare
0.1.3

new version

calling function in init fix

02 Jan 20:08
3557787
Compare
Choose a tag to compare