Hnet

Latest version: v1.2.3

Safety actively analyzes 621008 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.2.3

* Fix heatmap interactive chart

1.2.2

* fix for setup file
* datazets added to include various example data sets
* Update in docstrings

1.2.1

* Fix in case columns are not unique. This is now automatically fixed by adding an underscore with a number.

1.2.0

* Bug fixes due to pandas
* Bug fixes in plots (integration d3blocks)
* wget replaced by internal functions
* Docstrings updated

1.1.13

* `sklearn` changed into `scikit-learn` in both requirements and setup file.

1.1.12

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

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.