Recent Releases of hnet

hnet - 1.3.0

  • Logger implemented
  • All occurrences with verboseare removed or replaced with the logger
  • Small fixes and code refactoring/ cleaning

- Python
Published by erdogant 6 months ago

hnet - v1.2.3

  • Fix heatmap interactive chart

- Python
Published by erdogant over 2 years ago

hnet - v1.2.2

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

- Python
Published by erdogant over 2 years ago

hnet - v1.2.1

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

- Python
Published by erdogant over 2 years ago

hnet - v1.2.0

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

- Python
Published by erdogant almost 3 years ago

hnet - v1.1.13

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

- Python
Published by erdogant about 3 years ago

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.11

  • fixed d3graph version to 1.0.3

- Python
Published by erdogant almost 4 years ago

hnet - 1.1.10

  • added doi

- Python
Published by erdogant about 4 years ago

hnet - 1.1.8

  • bug fix that utils does not exists
  • docstrings added

- Python
Published by erdogant almost 5 years ago

hnet - 0.1.7

  • Small improvements

- Python
Published by erdogant almost 5 years ago

hnet - 1.1.6

  • fix for summarizing matrix using fishers method. The max value is taken for the column when its inf.

- Python
Published by erdogant over 5 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 - 1.1.4

  • Feature importance is in the output: results['feat_importance']
  • Plotting feature importance: hn.plotfeatimportance()

- Python
Published by erdogant over 5 years ago

hnet - 1.1.3

  • Feature importance is in the output: results['feat_importance']
  • Plotting feature importance: hn.plotfeatimportance()

- Python
Published by erdogant over 5 years ago

hnet - 1.1.2

  • update coz update in d3heatmap.

- Python
Published by erdogant over 5 years ago

hnet - 1.1.1

  • verbosity messages standardized
  • d3heatmap scaling possibility

- 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 - 1.0.12

  • Fix for boolean input dtypes

- Python
Published by erdogant over 5 years ago

hnet - 1.0.11

  • Fix for bool typing in the enrichment function

- Python
Published by erdogant over 5 years ago

hnet - 1.0.10

  • changes to align with the output of df2onehot

- Python
Published by erdogant over 5 years ago

hnet - 1.0.9

  • Weights added in adjmat_vec
  • Download data directly from url
  • Filtering of edges before thresholding
  • Fix for spaces in column names
  • Update in docstrings

- Python
Published by erdogant over 5 years ago

hnet - 1.0.8

  • New examples added
  • docstring updates
  • sphinx updates
  • More verbosite messages
  • fix for labx filtering in whitelist and blacklist
  • bug fix if no edges remain after whitelist and/or blacklist
  • Bit of code refactoring

Have fun using hnet!

- Python
Published by erdogant over 5 years ago

hnet - 1.0.7

  • d3graph filtering possibilities with whitelist/black list, number of edges, threshold

- Python
Published by erdogant almost 6 years ago

hnet - 1.0.6

  • printing messages updates

- Python
Published by erdogant almost 6 years ago

hnet - 1.0.5

  • bug fix when all variables are removed from dataframe

- Python
Published by erdogant almost 6 years ago

hnet - 1.0.4

  • black list and white list added to association_learning

- Python
Published by erdogant almost 6 years ago

hnet - 1.0.3

  • fix for creating directory in d3graph

- Python
Published by erdogant almost 6 years ago

hnet - 1.0.2

  • Name fix

- Python
Published by erdogant almost 6 years ago

hnet - 1.0.1

  • save and load possible
  • fix for weird indexes in dataframe

- Python
Published by erdogant almost 6 years ago

hnet - 1.0.0

  • Code refactoring with classes
  • Many updates in output and input variables
  • docstrings updated

- Python
Published by erdogant almost 6 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 - GUI fix

- Python
Published by erdogant about 6 years ago

hnet - Changed links in documents

- 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

hnet - Changes in name

- Python
Published by erdoganta about 6 years ago

hnet - First release!

- Python
Published by erdoganta about 6 years ago