Scikit-Learn v0.24 Docs

cc.nextlabs.scikitlearn

View detailed information for Scikit-Learn v0.24 Docs — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
1.3K(1,326)
Rating
unknown
Released
April 26, 2021
Last updated
April 26, 2021
Category
Books & Reference
Developer
NextLabs.cc
Developer details
Name
NextLabs.cc
E-mail
nextlabs.cc@gmail.com
Website
unknown
Country
Malaysia
Address
unknown
Android SDKs
  • No items.
Scikit-Learn v0.24 Docs Header - AppWisp.com

Screenshots

Scikit-Learn v0.24 Docs Screenshot 1 - AppWisp.com
Scikit-Learn v0.24 Docs Screenshot 2 - AppWisp.com
Scikit-Learn v0.24 Docs Screenshot 3 - AppWisp.com
Scikit-Learn v0.24 Docs Screenshot 4 - AppWisp.com

Description

Scikit-learn (formerly scikits.learn and also known as sklearn) is a free software machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.

Scikit-learn is largely written in Python, and uses NumPy extensively for high-performance linear algebra and array operations. Furthermore, some core algorithms are written in Cython to improve performance. Support vector machines are implemented by a Cython wrapper around LIBSVM; logistic regression and linear support vector machines by a similar wrapper around LIBLINEAR. In such cases, extending these methods with Python may not be possible.

Scikit-learn integrates well with many other Python libraries, such as Matplotlib and plotly for plotting, NumPy for array vectorization, Pandas dataframes, SciPy, and many more.