Skip to content

Commit

Permalink
Update insurance_cross_sell.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
gimseng committed Oct 8, 2020
1 parent 5e0ac9f commit 60ca51f
Showing 1 changed file with 31 additions and 12 deletions.
43 changes: 31 additions & 12 deletions 009/solution/insurance_cross_sell.ipynb
Original file line number Diff line number Diff line change
@@ -1,19 +1,38 @@
{

"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/gimseng/99-ML-Learning-Projects/blob/master/009/solution/insurance_cross_sell.ipynb\"><img src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>"
]
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"kernelspec": {
"name": "python3",
"display_name": "Python 3",
"language": "python"
},
"language_info": {
"name": "python",
"version": "3.7.6",
"mimetype": "text/x-python",
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"pygments_lexer": "ipython3",
"nbconvert_exporter": "python",
"file_extension": ".py"
},
"colab": {
"name": "insurance_cross_sell.ipynb",
"provenance": []
}
},
"cells": [
{
"cell_type": "code",
"metadata": {
"_uuid": "8f2839f25d086af736a60e9eeb907d3b93b6e0e5",
"_cell_guid": "b1076dfc-b9ad-4769-8c92-a6c4dae69d19",
"trusted": true,
"id": "kcCNBhh26ws-"
},
"source": [
"import numpy as np \n",
"import pandas as pd \n",
Expand Down

0 comments on commit 60ca51f

Please sign in to comment.