log smacpy.py @ 35:f094fc50ff04 tip master

age author description
Tue, 14 Mar 2023 20:14:16 +0100 Dan Stowell Slight modernisation: replace scikits-audio dependency with librosa
Thu, 14 Jul 2022 18:32:44 +0200 Dan Stowell fix typo in import
Tue, 05 Jul 2022 22:01:52 +0200 Dan Stowell Update for scikit-learn changed GMM class name
Wed, 13 Feb 2013 19:21:49 +0000 Dan Stowell do not assume absolute paths
Wed, 13 Feb 2013 16:46:01 +0000 Dan Stowell Merge branch 'master' into aaspchall
Wed, 23 Jan 2013 11:36:12 +0000 Dan Stowell respect verbosity
Wed, 23 Jan 2013 10:48:12 +0000 Dan Stowell Change smacpy commandline to do input/output as specified for AASP challenge
Wed, 28 Oct 2015 11:56:03 +0000 Dan Stowell Fix deprecated "eval" call, for compatibility with scikit-learn 0.16+
Wed, 13 Feb 2013 16:45:35 +0000 Dan Stowell fix variable name
Thu, 10 Jan 2013 14:31:40 +0000 Dan Stowell remove GMM parameter cvtype
Fri, 07 Dec 2012 12:13:56 +0000 Dan Stowell update readme now crossvalidating
Fri, 07 Dec 2012 12:02:00 +0000 Dan Stowell sort the label list
Fri, 07 Dec 2012 11:39:13 +0000 Dan Stowell implement stratified LOOCV, better and faster than LOOCV
Wed, 05 Dec 2012 09:43:26 +0000 Dan Stowell implement leave-one-out crossvalidation
Tue, 04 Dec 2012 22:25:00 +0000 Dan Stowell separate out a handy trainAndTest() method