summaryrefslogtreecommitdiffstats
path: root/data/svm/classification.py
AgeCommit message (Collapse)Author
2012-02-24Remove useless masked array from svm classificationThibaut Horel
2012-02-24Small mistake in previous commitThibaut Horel
2012-02-24Use dict comprehension to make it more readableThibaut Horel
2012-02-24Reduce by two the loading/filtering time of data files (numpy masked arrays ↵Thibaut Horel
are really slow) more data for accuracy=f(groupsize)
2012-02-23Cleaning of svm code. Analysis of the performancesThibaut Horel