Machine learning code snippets
- svd.py - Singular Value Decomposition
- ca.py - CorrespondenceAnalysis
- caHelper.py - Helper functions on the output of correspondence analysis, eg: plotting facilities
- naiveBayes.py - Naive Bayes classifier (binary classification, multinomial data)