Changelog
Description
Welcome to v1.0.1 release.
In this release, we have fixed some nasty bugs that were happening in the Heap's implementation. Additionally, we have added new models (KNNSupervisedOPF and UnsupervisedOPF) and some additional measuring metrics, such as accuracy, accuracy per label, confusion matrix and purity.
Finally, we have started implementing the package's tests. It will take a while, but we expect to cover 100% of the code.
Please read the docs at: [opytimizer.readthedocs.io](https://opytimizer.readthedocs.io)
Also, stay tuned for our next updates!
Includes (or changes)
- core.heap
- core.node
- core.opf
- math.general
- models.knn_supervised
- models.unsupervised
- models.supervised
- subgraphs
- tests