Machine Learning in Linux: scikit-learn – machine learning library for Python
Scikit-learn is a machine learning library built on top of SciPy that supports supervised and unsupervised learning. It also provides various tools for model fitting, data preprocessing, model selection, model evaluation, and many other utilities. It’s accessible to everyone, and reusable in various contexts.
|
|
Machine learning is about learning some properties of a data set and then testing those properties against another data set. A common practice in machine learning is to evaluate an algorithm by splitting a data set into two. We call one of those sets the training set, on which we learn some properties; we call the other set the testing set, on which we test the learned properties.
Full article Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.