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
Copy file name to clipboardExpand all lines: README.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,20 @@ Questions and Answers.
49
49
[ Duration : @60 Minutes ]
50
50
#
51
51
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
+
53
62
54
63
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).
0 commit comments