PyML is an interactive object oriented framework for machine learning written in Python. It focuses on kernel methods for classification and regression, including Support Vector Machines. PyML provides tools for feature selection, model selection, preprocessing, and assessing classifier performance. It contains classes for data containers, training and testing classifiers, and performing other machine learning tasks.
Related topics: