Merge pull request #952 from apjanke/typos

Typo and grammar fixes
This commit is contained in:
Marc Poulin
2018-12-19 08:42:58 -07:00
committed by GitHub
14 changed files with 100 additions and 106 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ For installing the full stack, or individual packages, you can refer to the inst
scikit-learn
************
Scikit is a free and open-source machine learning library for Python. It offers off-the-shelf functions to implement many algorithms like linear regression, classifiers, SVMs, k-means, Neural Networks etc. It also has a few sample datasets which can be directly used for training and testing.
Scikit is a free and open source machine learning library for Python. It offers off-the-shelf functions to implement many algorithms like linear regression, classifiers, SVMs, k-means, Neural Networks etc. It also has a few sample datasets which can be directly used for training and testing.
Because of its speed, robustness and easiness to use, it's one of the most widely-used libraries for many Machine Learning applications.