Skip to content

hdlib v0.1.12

Compare
Choose a tag to compare
@cumbof cumbof released this 16 Jul 22:09
· 67 commits to main since this release

hdlib v0.1.12

Add:

  • examples/chopin2.py now reports the Accuracy, F1, Precision, Recall, and the Matthews correlation coefficient for each of the folds in addition to the average of these scores as evaluation metrics of the hyperdimensional computing models;
  • model.Model class functions now raise different exceptions based on multiple checks on the input parameters.