Skip to content

Instantly share code, notes, and snippets.

View bilguun's full-sized avatar

Bibby bilguun

View GitHub Profile
@bilguun
bilguun / build.gradle
Created May 16, 2019 07:34
build gradle
buildscript {
repositories {
}
dependencies {
}
}
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
#File created 1/31/13
#contains R code to
#-read in Kaggle Competition Titanic Data csv file
#-create a simple logistic regression model
#-make predictions on training and test data
#-write out test predictions to csv file
#
#Replace the <your path here> with the full path to your copy of train and test csv files.
###################################################################################