{ "cells": [ { "cell_type": "markdown", "metadata": { "papermill": { "duration": 0.005268, "end_time": "2021-03-21T01:43:26.398126", "exception": false, "start_time": "2021-03-21T01:43:26.392858", "status": "completed" }, "tags": [] }, "source": [ "### Credit of this notebook goes entirely to below public notebook, kindly upvote and appreciate the original author\n", "\n", "* https://www.kaggle.com/muhammad4hmed/lets-overfit-together" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "_cell_guid": "b1076dfc-b9ad-4769-8c92-a6c4dae69d19", "_uuid": "8f2839f25d086af736a60e9eeb907d3b93b6e0e5", "execution": { "iopub.execute_input": "2021-03-21T01:43:26.411073Z", "iopub.status.busy": "2021-03-21T01:43:26.410014Z", "iopub.status.idle": "2021-03-21T01:43:26.414755Z", "shell.execute_reply": "2021-03-21T01:43:26.415196Z" }, "papermill": { "duration": 0.012965, "end_time": "2021-03-21T01:43:26.415505", "exception": false, "start_time": "2021-03-21T01:43:26.402540", "status": "completed" }, "tags": [] }, "outputs": [], "source": [ "\n", "import numpy as np # linear algebra\n", "import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)\n", "\n", "\n" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "execution": { "iopub.execute_input": "2021-03-21T01:43:26.427333Z", "iopub.status.busy": "2021-03-21T01:43:26.426414Z", "iopub.status.idle": "2021-03-21T01:43:26.475008Z", "shell.execute_reply": "2021-03-21T01:43:26.475504Z" }, "papermill": { "duration": 0.055753, "end_time": "2021-03-21T01:43:26.475682", "exception": false, "start_time": "2021-03-21T01:43:26.419929", "status": "completed" }, "tags": [] }, "outputs": [ { "data": { "text/html": [ "
| \n", " | image_id | \n", "target | \n", "
|---|---|---|
| 0 | \n", "002a34c58c5b758217ed1f584ccbcfe9 | \n", "0.013326 | \n", "
| 1 | \n", "004f33259ee4aef671c2b95d54e4be68 | \n", "0.037235 | \n", "
| 2 | \n", "008bdde2af2462e86fd373a445d0f4cd | \n", "0.939700 | \n", "
| 3 | \n", "009bc039326338823ca3aa84381f17f1 | \n", "0.123799 | \n", "
| 4 | \n", "00a2145de1886cb9eb88869c85d74080 | \n", "0.654006 | \n", "
| ... | \n", "... | \n", "... | \n", "
| 2995 | \n", "ff91fb82429a27521bbec8569b041f02 | \n", "0.936325 | \n", "
| 2996 | \n", "ff9fcc4087ed5e941209aa3fa948e364 | \n", "0.963583 | \n", "
| 2997 | \n", "ffaa288c8abca300974f043b57d81521 | \n", "0.178720 | \n", "
| 2998 | \n", "ffc441e0c8b7153844047483a577e7c3 | \n", "0.225196 | \n", "
| 2999 | \n", "ffccf1709d0081d122a1d1f9edbefdf1 | \n", "0.987406 | \n", "
3000 rows × 2 columns
\n", "