Added content in freeCodeCamp/client/src/pages/guide/english/data-science-tools/scikit/index.md (#18712)
* Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md
This commit is contained in:
committed by
Quincy Larson
parent
f937f9e658
commit
9adbe23b5d
@ -2,13 +2,11 @@
|
|||||||
title: scikit-learn
|
title: scikit-learn
|
||||||
---
|
---
|
||||||
## Scikit-learn
|
## Scikit-learn
|
||||||
|
Scikit-learn is an open source machine learning library build for python programming language. Scikit-learn is simple to use and comes up with a range of supervised and unsupervised machine learning algorithm. This library was developed by David Cournapeau as a part of his <a href='https://en.wikipedia.org/wiki/Google_Summer_of_Code' target='_blank' rel='nofollow'>Google Summer of Code</a> project.
|
||||||
|
|
||||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/data-science-tools/scikit/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
## Installation
|
||||||
|
To install scikit-learn in a conda environment: `conda install scikit-learn` <br>
|
||||||
|
To install scikit-learn with pip: `pip install scikit-learn`
|
||||||
|
|
||||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
<p>For more information visit the <a href='http://scikit-learn.org/stable/' target='_blank' rel='nofollow'>Scikit-learn Website</a>, <a href='https://github.com/scikit-learn/scikit-learn' target='_blank' rel='nofollow'>Scikit-learn Github Repository</a>.
|
||||||
|
|
||||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
|
||||||
|
|
||||||
#### More Information:
|
|
||||||
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
|
||||||
<a href='http://scikit-learn.org/stable/' target='_blank' rel='nofollow'>Scikit-learn reference page</a>
|
|
||||||
|
Reference in New Issue
Block a user