We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2984b48 commit b560b30Copy full SHA for b560b30
.gitignore
@@ -0,0 +1,3 @@
1
+.Rproj.user
2
+.Rhistory
3
+.RData
kaggle_titanic/titanic_R.R
@@ -0,0 +1,10 @@
+
+# Assign the training set
+train <- "http://s3.amazonaws.com/assets.datacamp.com/course/Kaggle/train.csv"
4
5
+# Assign the testing set
6
+test <- "http://s3.amazonaws.com/assets.datacamp.com/course/Kaggle/test.csv"
7
8
+# Make sure to have a look at your training and testing set
9
+print(train)
10
+print(test)
ucsb-data-science.github.io.Rproj
@@ -0,0 +1,13 @@
+Version: 1.0
+RestoreWorkspace: Default
+SaveWorkspace: Default
+AlwaysSaveHistory: Default
+EnableCodeIndexing: Yes
+UseSpacesForTab: Yes
+NumSpacesForTab: 2
+Encoding: UTF-8
11
12
+RnwWeave: Sweave
13
+LaTeX: pdfLaTeX
0 commit comments