Skip to content

Commit f2ccc4b

Browse files
author
Jean-Matthieu Schertzer
committed
fix clustering notebook
1 parent 9bee415 commit f2ccc4b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

notebooks/demo_clustering.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,7 @@
3333
"cell_type": "code",
3434
"execution_count": 1,
3535
"metadata": {},
36-
"outputs": [
37-
{
38-
"name": "stderr",
39-
"output_type": "stream",
40-
"text": [
41-
"/Users/jms/SquareNetFishing/envclean/lib/python3.6/site-packages/IPython/core/interactiveshell.py:2728: DtypeWarning: Columns (23,35) have mixed types. Specify dtype option on import or set low_memory=False.\n",
42-
" interactivity=interactivity, compiler=compiler, result=result)\n"
43-
]
44-
}
45-
],
36+
"outputs": [],
4637
"source": [
4738
"# Import skope-rules\n",
4839
"from skrules import SkopeRules\n",
@@ -53,6 +44,7 @@
5344
"import warnings\n",
5445
"\n",
5546
"# Import Titanic data\n",
47+
"warnings.filterwarnings('ignore')\n",
5648
"data = pd.read_csv('../data/CompleteDataset.csv')"
5749
]
5850
},

0 commit comments

Comments
 (0)