Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 430 Bytes

File metadata and controls

6 lines (3 loc) · 430 Bytes

What is Scikit-Learn (Sklearn)

Scikit-learn (Sklearn) is the most useful and robust library for machine learning in Python. It provides a selection of efficient tools for machine learning and statistical modeling including classification, regression, clustering and dimensionality reduction via a consistence interface in Python. This library, which is largely written in Python, is built upon NumPy, SciPy and Matplotlib.