Scikit-learn: Difference between revisions

Content deleted Content added
m Remove red link (seems to be vandalism)
Techimanz (talk | contribs)
m algorithms Link
Tags: Visual edit Mobile edit Mobile web edit
Line 46:
|url=http://jmlr.org/papers/v12/pedregosa11a.html
}}</ref>
It features various [[statistical classification|classification]], [[regression analysis|regression]] and [[Cluster analysis|clustering]] [[Algorithm|algorithms]] including [[support vector machine|support-vector machine]]s, [[random forests]], [[gradient boosting]], [[k-means clustering|''k''-means]] and [[DBSCAN]], and is designed to interoperate with the Python numerical and scientific libraries [[NumPy]] and [[SciPy]]. Scikit-learn is a [[NumFOCUS]] fiscally sponsored project.<ref>{{cite web|title=NumFOCUS Sponsored Projects|url=https://numfocus.org/sponsored-projects|publisher=NumFOCUS|access-date=2021-10-25}}</ref>
 
==Overview==