About 35,900 results
Open links in new tab
  1. scikit-learn: machine learning in Python — scikit-learn 1.8.0 …

    Simple and efficient tools for predictive data analysis Accessible to everybody, and reusable in various contexts Built on NumPy, SciPy, and matplotlib Open source, commercially usable - BSD license

  2. sklearn — scikit-learn 1.8.0 documentation - sklearn

    sklearn # Configure global settings and get information about the working environment.

  3. scikit-learn · PyPI

    Dec 9, 2025 · scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license. The project was started in 2007 by David Cournapeau as a Google …

  4. Scikit Learn Tutorial - GeeksforGeeks

    Feb 25, 2026 · Scikit-learn (sklearn) is a widely used open-source Python library for machine learning. Built on top of NumPy, SciPy and Matplotlib, it provides efficient and easy-to-use tools for predictive …

  5. scikit-learn - Wikipedia

    scikit-learn (formerly scikits.learn and also known as sklearn) is a free and open-source machine learning library for the Python programming language. [3] It features various classification, regression …

  6. scikit-learn: machine learning in Python - GitHub

    scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license. The project was started in 2007 by David Cournapeau as a Google Summer of …

  7. Installing scikit-learnscikit-learn 1.8.0 documentation

    Installing scikit-learn # There are different ways to install scikit-learn: Install the latest official release. This is the best approach for most users. It will provide a stable version and pre-built packages are …

  8. Python Machine Learning: Scikit-Learn Tutorial | DataCamp

    Jun 26, 2025 · Scikit-learn, also known as sklearn, is an open-source, robust Python machine learning library. It was created to help simplify the process of implementing machine learning and statistical …

  9. Learning Model Building in Scikit-learn - GeeksforGeeks

    Nov 20, 2025 · Scikit-learn is an open-source Python library that simplifies the process of building machine learning models. It offers a clean and consistent interface that helps both beginners and …

  10. User Guide — scikit-learn 1.8.0 documentation - sklearn

    Jan 1, 2010 · 1. Supervised learning 1.1. Linear Models 1.1.1. Ordinary Least Squares 1.1.2. Ridge regression and classification 1.1.3. Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task …