Skip to content

Commit 9bd42d6

Browse files
authored
Update Readme.md
1 parent f1df641 commit 9bd42d6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Classification/Readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Classification algorithms
22

3-
* Logistic regression with Titanic data
4-
* Naive bayes
5-
* Support vector machine with breast cancer data
3+
### [Logistic regression with Titanic data](https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Classification/Logistic_Regression_Classification.ipynb)
4+
### [Naive bayes](https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Classification/Naive_Bayes_Classification.ipynb)
5+
### [Support vector machine with breast cancer data](https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Classification/Support_Vector_Machine_Classification.ipynb)
6+
### [Skewed logistic regression (imbalanced class divisions)](https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Classification/Skewed_Logistic_Regression.ipynb)
7+
### [k-Nearest neighbor classification](https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Classification/KNN_Classification.ipynb)

0 commit comments

Comments
 (0)