Skip to content

Instantly share code, notes, and snippets.

@Oindrila-Sen
Created April 18, 2018 19:45
# Set Working Directory
setwd("/Users/oindrilasen/WORK_AREA/Data Science/Stanford/Assignments/machine-learning-ex2/ex2")
# Read train.csv data file
admission<-read.table("ex2data1.txt",stringsAsFactors = FALSE, sep = ',')
# Check the structure
str(admission)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment