We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6690d commit 14ed664Copy full SHA for 14ed664
src/MachineLearningAlgorithms/README.md
@@ -5,6 +5,12 @@ These are the engines of Machine Learning.
5
<hr>
6
7
## Topics Covered
8
-
9
-- [Regression](./Regression/Regression.md)
+- [Important Python Libraries](./IMPORTANT_PYTHON_LIBRARIES/INTRO.md)
+ - [NumPy](./IMPORTANT_PYTHON_LIBRARIES/numpy.md)
10
+ - [Matplotlib](./IMPORTANT_PYTHON_LIBRARIES/matplotlib.md)
11
+ - [Pandas](./IMPORTANT_PYTHON_LIBRARIES/pandas.md)
12
+ - [Scikit-learn](./IMPORTANT_PYTHON_LIBRARIES/Scikit-learn.md)
13
+ - [Scipy](./IMPORTANT_PYTHON_LIBRARIES/SciPy.md)
14
+ - [Regression](./Regression/Regression.md)
15
- [Linear Regression](./Regression/LinearRegression/LinearRegression.md)
16
+
0 commit comments