Skip to content

Releases: vocalpy/hybrid-vocal-classifier

0.3.1

27 Dec 03:15

Choose a tag to compare

DEV: bump version to 0.3.1

0.3.0

10 Apr 19:37

Choose a tag to compare

DEV: bump version to 0.3.0

annotated-high-level-finch

31 Oct 03:53

Choose a tag to compare

  • Allows supplying annotation as csv
  • Provides direct access to hvc.extract, select, and predict through functions instead of requiring YAML config functions
  • other bug fixes

0.1.b2: Merge pull request #53 from NickleDave/predict-proba-fix

17 Jan 17:21
9a751c1

Choose a tag to compare

  • can now train scikit-learn models with 'predict probability' set to True
  • flatwindow model in Keras works
  • svm feature extraction deals appropriately with segments from which it can't extract features by returning zeros instead; this reproduces approach of Tachibana Okinaya paper

installable-finch

12 Oct 19:35

Choose a tag to compare

Fix setup.py issues, stupid syntax errors that are causing errors with conda build

v0.1.0-beta

08 Oct 03:10

Choose a tag to compare

  • predict module working
  • can convert predictions to at least one file format
  • hence going to beta

v0.1.0-alpha

17 Aug 22:44

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release
Merge pull request #23 from NickleDave/test-main-workflow

add Test_main_workflow