- Adds consensus clustering for OOMLP
- Preparing code to add to SynExtend package
- Adds edge normalization for OOMLP
- Significant performance enhancements to OOMLP
- Variety of small QoL changes to OOMLP progress bars
- Adds
ignore_weights
parameter for OOMLP - Allows infinite iterations for OOMLP
- Fixes bug where non-standard paths would crash OOMLP (e.g.,
~
,./
,../
) - Fixes some internal bugs affecting accuracy of OOMLP; performance now matches regular LP
- Adds more user interrupt checking for OOMLP
- Adds option to append self loops to graphs for OOMLP
- Adds NEWS.md and some retroactive updates
- Adds out of memory label propagation (OOMLP)
- Adds label propagation
- Adds RandomForest predictor
- Adds prototype neural network predictor