Skip to content

Commit 19c9d25

Browse files
authored
Update xgboostclassifier.py
1 parent c68a16d commit 19c9d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine_learning/xgboostclassifier.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
import seaborn as sns
1010
from xgboost import XGBClassifier
1111

12-
"""
12+
"""
1313
You have to download the dataset from kaggle in order to run this
1414
https://www.kaggle.com/competitions/titanic/data
1515
This is the link from where you can get the data.
16-
"""
16+
"""
1717

1818
training = pd.read_csv("../input/titanic/train.csv")
1919
test = pd.read_csv("../input/titanic/test.csv")

0 commit comments

Comments
 (0)