Recent Releases of hnet
hnet - v1.1.12
Minor updates:
- Added new example to demonstrate market basket analysis. ``` from hnet import hnet hn = hnet() df = hn.importexample('grocery') results = hn.associationlearning(df) hn.d3graph(summarize=True) hn.d3heatmap(summarize=True)
``` * Update url link * Update example in docstring * Some code styling
- Python
Published by erdogant almost 4 years ago
hnet - 1.1.5
- New functionality to summarize associations into categories using fishers method. This can be done using the summarize=True in the plots
- New functionality regarding feature importance. This can be plotted using hn.plotfeatimportance()
- bug fix for removing background labels.
- styling and cleaning
- Python
Published by erdogant over 5 years ago
hnet -
- pypickle included as external library instead of picklefast
- heatmaps can be plotted interactive and using d3js!
- Python
Published by erdogant over 5 years ago
hnet - some functions external packaged
For maintenance purposes, some functions are external packaged. * ismember * imagesc
- Python
Published by erdogant about 6 years ago
hnet - Fix for arrowheads in d3graph
Fix for arrowheads in d3graph
- Python
Published by erdoganta about 6 years ago