Skip to content

Releases: felixbur/nkululeko

bug fix

10 Nov 15:59
Compare
Choose a tag to compare
bug fix Pre-release
Pre-release

fixed bug that caused
xgboost.core.XGBoostError: [16:53:22] ../src/data/data.cc:530: Check failed: labels_.Size() == num_row_ (324 vs. 223) : Size of labels must equal to number of rows.
when running the hello world example twice,
caused by a missing new feature extraction when new test speakers were selected but the old features sets were reused.
Can happen when split_strategy = speaker_split
and should be prevented automatically by setting
['FEATS']['needs_feature_extraction'] = 'True'

added openXBOW

09 Nov 11:57
Compare
Choose a tag to compare
added openXBOW Pre-release
Pre-release

Numerous bug fixes and support for openXBOW bag-of-audio-words features

tested with two usecases

05 Oct 15:38
Compare
Choose a tag to compare
Pre-release

First version hopefully consistent tested with classification and regression experiments combining 3 classifiers with 3 features sets

trill features and data statistic plots

14 Sep 12:50
Compare
Choose a tag to compare
Pre-release
0.8.0

Merge branch 'main' of https://github.com/felixbur/nkululeko into main

Added plotting options

03 Sep 11:56
Compare
Choose a tag to compare
Pre-release

Added plotting options and other functionality

Continous for classification

30 Aug 11:04
Compare
Choose a tag to compare
Pre-release

Added support to bin continous data for classification

added mlp

20 Aug 09:55
Compare
Choose a tag to compare
added mlp Pre-release
Pre-release

added mlp and changed result reporting

bug fixes for 0.4.0

19 Aug 12:38
Compare
Choose a tag to compare
bug fixes for 0.4.0 Pre-release
Pre-release

bug fixes for 0.4.0

global config

19 Aug 12:28
Compare
Choose a tag to compare
global config Pre-release
Pre-release

added a global configuration object

enable sex distinction

14 Aug 17:45
Compare
Choose a tag to compare
Pre-release
0.3.1

added sex distinction