Skip to content

Commit

Permalink
Remove hierarchical Louvain embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonald committed Mar 28, 2024
1 parent 5e4b5ed commit fae2744
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 6,899 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ History
* Add functions to detect and break cycles
* Add damping factor in diffusion
* Fix F1 scores
* Remove hierarchical Louvain embedding
* Get clustering coefficient for directed graphs

0.31.0 (2023-05-22)
Expand Down
4 changes: 0 additions & 4 deletions docs/reference/embedding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ Louvain

.. autoclass:: sknetwork.embedding.LouvainEmbedding

Hierarchical Louvain
--------------------

.. autoclass:: sknetwork.embedding.LouvainNE

Force Atlas
-----------
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/embedding/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Embedding
pca
random_projection
louvain_embedding
louvain_hierarchy
spring
forceatlas

Expand Down
Loading

0 comments on commit fae2744

Please sign in to comment.