Skip to content

ensemble-networkx_2023.8.15

Compare
Choose a tag to compare
@jolespin jolespin released this 22 Aug 18:49
· 10 commits to master since this release

2023.8.15 - Added ClusteredNetwork for wrapper around community_detection and edge_cluster_cooccurrence (formerly known as cluster_homogeneity).

2023.8.14 - Changed dense to redundant to be more consistent with scikit-bio. Added confidence_interval to ensemble networks. Changed default metrics to np.median and stats.median_abs_deviation. Changed default sampling_size from 0.618... to 1.0 and with_replacement=False to with_replacement=True.