Releases: vocalpy/hybrid-vocal-classifier
Releases · vocalpy/hybrid-vocal-classifier
0.3.1
0.3.0
DEV: bump version to 0.3.0
annotated-high-level-finch
- 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
- can now train scikit-learn models with 'predict probability' set to
True flatwindowmodel in Keras workssvmfeature 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
Fix setup.py issues, stupid syntax errors that are causing errors with conda build
v0.1.0-beta
- predict module working
- can convert predictions to at least one file format
- hence going to beta
v0.1.0-alpha
Merge pull request #23 from NickleDave/test-main-workflow add Test_main_workflow