Skip to content

Commit 3edff45

Browse files
committed
Merge pull request #7 from kozo2/patch-2
retrieve binary.csv with open-uri
2 parents 2282205 + de20c17 commit 3edff45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Data Analysis/Logistic Regression with daru and statsample-glm.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@
123123
}
124124
],
125125
"source": [
126+
"require 'open-uri'\n",
127+
"content = open('http://www.ats.ucla.edu/stat/data/binary.csv')\n",
128+
"File.write('binary.csv', content.read)\n",
126129
"df = Daru::DataFrame.from_csv \"binary.csv\""
127130
]
128131
},

0 commit comments

Comments
 (0)