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 fa67aec commit 9d5eb9cCopy full SHA for 9d5eb9c
README.md
@@ -1,2 +1,24 @@
1
# Machine Learning Algorithms
2
- Machine learning algorithms Python implementations.
+
3
+Broad exploration of machine learning models and approaches using Python and Scikit-learn.
4
5
+## Topics
6
7
+- Regression
8
+- Binary classification
9
+- Multiclass classification
10
+- Machine learning methods
11
+- Model evaluation
12
+- Parameter search
13
+- Feature selection
14
+- Loss functions/metrics
15
+- Non-parametrics models
16
+- Parametric models
17
+- Data pre-processing
18
19
+## Technologies
20
21
+- Python
22
+- Scikit-learn
23
+- Pandas
24
+- Numpy
0 commit comments