Skip to content

Releases: erdogant/hnet

v1.2.3

18 Oct 20:08
Compare
Choose a tag to compare
  • Fix heatmap interactive chart

v1.2.2

16 Jun 18:09
Compare
Choose a tag to compare
  • fix for setup file
  • datazets added to include various example data sets
  • Update in docstrings

v1.2.1

09 Jun 15:57
Compare
Choose a tag to compare
  • Fix in case columns are not unique. This is now automatically fixed by adding an underscore with a number.

v1.2.0

16 Apr 12:38
Compare
Choose a tag to compare
  • Bug fixes due to pandas
  • Bug fixes in plots (integration d3blocks)
  • wget replaced by internal functions
  • Docstrings updated

v1.1.13

02 Dec 15:18
Compare
Choose a tag to compare
  • sklearn changed into scikit-learn in both requirements and setup file.

v1.1.12

18 Mar 12:05
Compare
Choose a tag to compare

Minor updates:

  • Added new example to demonstrate market basket analysis.
from hnet import hnet
hn = hnet()
df = hn.import_example('grocery')
results = hn.association_learning(df)
hn.d3graph(summarize=True)
hn.d3heatmap(summarize=True)

  • Update url link
  • Update example in docstring
  • Some code styling

1.1.11

28 Feb 01:01
Compare
Choose a tag to compare
  • fixed d3graph version to 1.0.3

1.1.10

30 Nov 21:30
Compare
Choose a tag to compare
  • added doi

1.1.8

19 May 09:51
Compare
Choose a tag to compare
  • bug fix that utils does not exists
  • docstrings added

0.1.7

09 Apr 10:47
Compare
Choose a tag to compare
  • Small improvements