About 133,000 results
Open links in new tab
  1. scikit-learn: machine learning in Python — scikit-learn 1.9.0 …

    scikit-learn is made possible by the support of organizations and individuals committed to open source machine learning.

  2. 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 …

  3. Installing scikit-learnscikit-learn 1.9.0 documentation

    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 availabl...

  4. scikit-learn · PyPI

    Jun 2, 2026 · 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 …

  5. 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 …

  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. User Guide — scikit-learn 1.9.0 documentation

    Jan 1, 2010 · Scikit-learn’s built-in callbacks 7.5. Callback Support Status 8. Dataset transformations 8.1. Pipelines and composite estimators 8.1.1. Pipeline: chaining estimators 8.1.2. Transforming …

  8. scikit-image: Image processing in Python — scikit-image

    Jun 2, 2023 · scikit-image is a collection of algorithms for image processing. It is available free of charge and free of restriction. We pride ourselves on high-quality, peer-reviewed code, written by an active …

  9. Scikit Library in Python - GeeksforGeeks

    Apr 28, 2026 · Scikit-learn (also written as sklearn) is a popular open-source Python library for machine learning. Built on top of NumPy, SciPy and Matplotlib, it provides efficient tools for data analysis and …

  10. Getting Startedscikit-learn 1.9.0 documentation

    Getting Started # Scikit-learn is an open source machine learning library that supports supervised and unsupervised learning. It also provides various tools for model fitting, data preprocessing, model …