Machine Learning in Linux: scikit-learn – machine learning library for Python

Posted by sde on Mar 13, 2023 7:33 PM EDT
LinuxLinks.com; By LinuxLinks
Mail this story
Print this story

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

  Nav
» Read more about: Story Type: Reviews; Groups: Linux, Python

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.