You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -156,7 +156,7 @@ Python (on Visual Studio Code)
156
156
------------------------------
157
157
158
158
`Python for Visual Studio <https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_ is an extension for the `Visual Studio Code IDE <https://code.visualstudio.com>`_.
159
-
This is a free, light weight, open source IDE, with support for Mac, Windows, and Linux.
159
+
This is a free, lightweight, open source IDE, with support for Mac, Windows, and Linux.
160
160
Built using open source technologies such as Node.js and Python, with compelling features such as Intellisense (autocompletion), local and remote debugging, linting, and the like.
161
161
162
162
MIT licensed.
@@ -192,15 +192,15 @@ toward working with scientific Python libraries (namely
192
192
`pylint <http://www.logilab.org/857>`_ and
193
193
`rope <https://github.com/python-rope/rope>`_.
194
194
195
-
Spyder is open-source (free), offers code completion, syntax highlighting,
195
+
Spyder is opensource (free), offers code completion, syntax highlighting,
196
196
a class and function browser, and object inspection.
197
197
198
198
199
199
WingIDE
200
200
-------
201
201
202
202
`WingIDE <http://wingware.com/>`_ is a Python specific IDE. It runs on Linux,
203
-
Windows and Mac (as an X11 application, which frustrates some Mac users).
203
+
Windows, and Mac (as an X11 application, which frustrates some Mac users).
Copy file name to clipboardExpand all lines: docs/scenarios/ml.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ For installing the full stack, or individual packages, you can refer to the inst
41
41
scikit-learn
42
42
************
43
43
44
-
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.
44
+
Scikit is a free and opensource 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.
45
45
46
46
Because of its speed, robustness and easiness to use, it's one of the most widely-used libraries for many Machine Learning applications.
0 commit comments