Skip to content

Commit 37f21fb

Browse files
authored
Update README.md
1 parent 979a8b4 commit 37f21fb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,20 @@ Questions and Answers.
4949
[ Duration : @60 Minutes ]
5050
#
5151

52-
1. Logistic Regression with Python.
52+
1. Logistic Regression with Python. - ``` from sklearn.linear_model import LogisticRegression ```
53+
54+
2. Gradient Boosting Classifier - ``` ```
55+
Using sample code from [Own - Titanic Dataset - Kaggle attempt](https://github.com/RohitDhankar/KAGGLE_Titanic_initial/blob/master/Titanic_2_OwnCode.ipynb).
56+
57+
3. Random Forest Classifer - ``` ```
58+
Using sample code from [Own - Titanic Dataset - Kaggle attempt](https://github.com/RohitDhankar/KAGGLE_Titanic_initial/blob/master/Titanic_2_OwnCode.ipynb).
59+
60+
61+
5362

5463
Related case study and examples .
64+
65+
1. Using the Titanic - [Kaggle Data Set](https://www.kaggle.com/c/titanic) -will build this Classification problem with using sample code from [Own Kaggle attempt](https://github.com/RohitDhankar/KAGGLE_Titanic_initial/blob/master/Titanic_2_OwnCode.ipynb).
5566
#
5667
Questions and Answers.
5768
#

0 commit comments

Comments
 (0)