log

age author description
Wed, 15 Mar 2023 07:18:09 +0000 danstowell update readme, fix py3 note default tip master
Wed, 15 Mar 2023 07:09:51 +0000 danstowell Merge pull request #6 from danstowell/uselibrosa
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
Thu, 24 Jan 2013 12:25:59 +0000 Dan Stowell trainlist and testlist examples
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+
Thu, 24 Oct 2013 08:37:00 +0100 Dan Stowell getMFCCs(): prevent issue with silence producing infinities
Wed, 13 Feb 2013 16:45:35 +0000 Dan Stowell fix variable name
Sat, 26 Jan 2013 21:14:25 +0000 Dan Stowell rm unused (and un-pickleable) iterator
Thu, 10 Jan 2013 14:31:40 +0000 Dan Stowell remove GMM parameter cvtype
Thu, 10 Jan 2013 10:33:30 +0000 Dan Stowell links to package webpages
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
Thu, 29 Nov 2012 14:10:52 +0000 Dan Stowell comment tweak
Thu, 29 Nov 2012 13:51:36 +0000 Dan Stowell allow num-chars option for class label
Thu, 29 Nov 2012 13:17:51 +0000 Dan Stowell respect verbsity option more politely
Thu, 29 Nov 2012 13:12:57 +0000 Dan Stowell show how to use first 4 chars as label
Thu, 29 Nov 2012 13:12:29 +0000 Dan Stowell change nonverbose option to "-q"
Thu, 29 Nov 2012 13:12:05 +0000 Dan Stowell ability to handle non-mono audio files
Thu, 29 Nov 2012 11:17:45 +0000 Dan Stowell Python3 readiness (thanks to 2to3)
Thu, 29 Nov 2012 11:06:56 +0000 Dan Stowell allow command-line usage to have different train and test folders.
Wed, 14 Nov 2012 14:16:53 +0000 Dan Stowell readme tweaks
Wed, 14 Nov 2012 14:14:54 +0000 Dan Stowell readme
Wed, 14 Nov 2012 14:04:34 +0000 Dan Stowell some tweaks and bugfixes, now it actually runs
Wed, 14 Nov 2012 13:23:02 +0000 Dan Stowell couple of bugfixes, almost runs
Wed, 14 Nov 2012 13:16:14 +0000 Dan Stowell gitignore
Wed, 14 Nov 2012 13:15:15 +0000 Dan Stowell import MFCC code by Gyorgy Fazekas
Wed, 14 Nov 2012 13:14:51 +0000 Dan Stowell Initial commit of smacpy classifier code