|
44 | 44 | "execution_count": 1, |
45 | 45 | "metadata": { |
46 | 46 | "ExecuteTime": { |
47 | | - "end_time": "2020-05-02T17:00:49.841653Z", |
48 | | - "start_time": "2020-05-02T17:00:49.835556Z" |
| 47 | + "end_time": "2020-05-30T22:40:55.967561Z", |
| 48 | + "start_time": "2020-05-30T22:40:55.963558Z" |
49 | 49 | } |
50 | 50 | }, |
51 | 51 | "outputs": [], |
|
70 | 70 | "execution_count": 2, |
71 | 71 | "metadata": { |
72 | 72 | "ExecuteTime": { |
73 | | - "end_time": "2020-05-02T17:01:04.035180Z", |
74 | | - "start_time": "2020-05-02T17:00:49.846452Z" |
| 73 | + "end_time": "2020-05-30T22:40:55.981317Z", |
| 74 | + "start_time": "2020-05-30T22:40:55.976955Z" |
75 | 75 | } |
76 | 76 | }, |
77 | | - "outputs": [ |
78 | | - { |
79 | | - "data": { |
80 | | - "text/plain": [ |
81 | | - "('./content/Hilstorm.csv', <http.client.HTTPMessage at 0x117ee04a8>)" |
82 | | - ] |
83 | | - }, |
84 | | - "execution_count": 2, |
85 | | - "metadata": {}, |
86 | | - "output_type": "execute_result" |
87 | | - } |
88 | | - ], |
| 77 | + "outputs": [], |
89 | 78 | "source": [ |
90 | 79 | "import urllib.request\n", |
91 | | - "import pandas as pd\n", |
92 | 80 | "\n", |
93 | 81 | "\n", |
94 | | - "csv_path = '/content/Hilstorm.csv'\n", |
| 82 | + "csv_path = './content/Hilstorm.csv'\n", |
95 | 83 | "url = 'http://www.minethatdata.com/Kevin_Hillstrom_MineThatData_E-MailAnalytics_DataMiningChallenge_2008.03.20.csv'\n", |
96 | 84 | "urllib.request.urlretrieve(url, csv_path)" |
97 | 85 | ] |
|
112 | 100 | "execution_count": 3, |
113 | 101 | "metadata": { |
114 | 102 | "ExecuteTime": { |
115 | | - "end_time": "2020-05-02T17:01:04.476684Z", |
116 | | - "start_time": "2020-05-02T17:01:04.038420Z" |
| 103 | + "end_time": "2020-05-30T22:40:56.877657Z", |
| 104 | + "start_time": "2020-05-30T22:40:55.985275Z" |
117 | 105 | } |
118 | 106 | }, |
119 | 107 | "outputs": [ |
|
250 | 238 | } |
251 | 239 | ], |
252 | 240 | "source": [ |
253 | | - "import pandas as pd; pd.set_option('display.max_columns', None)\n", |
| 241 | + "import pandas as pd\n", |
254 | 242 | "\n", |
255 | 243 | "\n", |
256 | 244 | "%matplotlib inline\n", |
|
280 | 268 | "execution_count": 4, |
281 | 269 | "metadata": { |
282 | 270 | "ExecuteTime": { |
283 | | - "end_time": "2020-05-02T17:01:05.037943Z", |
284 | | - "start_time": "2020-05-02T17:01:04.480545Z" |
| 271 | + "end_time": "2020-05-30T22:40:57.345775Z", |
| 272 | + "start_time": "2020-05-30T22:40:56.881856Z" |
285 | 273 | } |
286 | 274 | }, |
287 | 275 | "outputs": [], |
|
312 | 300 | "execution_count": 5, |
313 | 301 | "metadata": { |
314 | 302 | "ExecuteTime": { |
315 | | - "end_time": "2020-05-02T17:01:05.052632Z", |
316 | | - "start_time": "2020-05-02T17:01:05.040798Z" |
| 303 | + "end_time": "2020-05-30T22:40:57.360026Z", |
| 304 | + "start_time": "2020-05-30T22:40:57.348343Z" |
317 | 305 | } |
318 | 306 | }, |
319 | 307 | "outputs": [ |
|
342 | 330 | "execution_count": 6, |
343 | 331 | "metadata": { |
344 | 332 | "ExecuteTime": { |
345 | | - "end_time": "2020-05-02T17:01:05.144900Z", |
346 | | - "start_time": "2020-05-02T17:01:05.059079Z" |
| 333 | + "end_time": "2020-05-30T22:40:57.422245Z", |
| 334 | + "start_time": "2020-05-30T22:40:57.365310Z" |
347 | 335 | } |
348 | 336 | }, |
349 | 337 | "outputs": [], |
|
381 | 369 | "execution_count": 7, |
382 | 370 | "metadata": { |
383 | 371 | "ExecuteTime": { |
384 | | - "end_time": "2020-05-02T17:01:06.298101Z", |
385 | | - "start_time": "2020-05-02T17:01:05.149361Z" |
| 372 | + "end_time": "2020-05-30T22:40:58.579795Z", |
| 373 | + "start_time": "2020-05-30T22:40:57.424949Z" |
386 | 374 | } |
387 | 375 | }, |
388 | 376 | "outputs": [ |
389 | 377 | { |
390 | 378 | "name": "stderr", |
391 | 379 | "output_type": "stream", |
392 | 380 | "text": [ |
393 | | - "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/sklearn/pipeline.py:354: UserWarning: It is recommended to use this approach on treatment balanced data. Current sample size is unbalanced.\n", |
| 381 | + "/Users/Maksim/Library/Python/3.6/lib/python/site-packages/sklearn/pipeline.py:354: UserWarning: It is recommended to use this approach on treatment balanced data. Current sample size is unbalanced.\n", |
394 | 382 | " self._final_estimator.fit(Xt, y, **fit_params)\n" |
395 | 383 | ] |
396 | 384 | } |
|
415 | 403 | "execution_count": 8, |
416 | 404 | "metadata": { |
417 | 405 | "ExecuteTime": { |
418 | | - "end_time": "2020-05-02T17:01:06.418688Z", |
419 | | - "start_time": "2020-05-02T17:01:06.300295Z" |
| 406 | + "end_time": "2020-05-30T22:40:58.719049Z", |
| 407 | + "start_time": "2020-05-30T22:40:58.581922Z" |
420 | 408 | } |
421 | 409 | }, |
422 | 410 | "outputs": [ |
|
0 commit comments