diff --git a/client/src/pages/guide/english/data-science-tools/scikit/index.md b/client/src/pages/guide/english/data-science-tools/scikit/index.md
index 639f57b1b1..eb5c28b434 100644
--- a/client/src/pages/guide/english/data-science-tools/scikit/index.md
+++ b/client/src/pages/guide/english/data-science-tools/scikit/index.md
@@ -2,13 +2,11 @@
title: 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 Google Summer of Code project.
-This is a stub. Help our community expand it.
+## Installation
+To install scikit-learn in a conda environment: `conda install scikit-learn`
+To install scikit-learn with pip: `pip install scikit-learn`
-This quick style guide will help ensure your pull request gets accepted.
+
For more information visit the Scikit-learn Website, Scikit-learn Github Repository. - - -#### More Information: - -Scikit-learn reference page