Denys Herasymuk commited on
Commit
0381e4c
1 Parent(s): 8340c7a

Prepared a demo for the SIGMOD'24 conference

Browse files
Files changed (1) hide show
  1. notebooks/ACS_Income_Demo.ipynb +4 -13
notebooks/ACS_Income_Demo.ipynb CHANGED
@@ -78,24 +78,15 @@
78
  },
79
  {
80
  "cell_type": "code",
81
- "execution_count": 4,
82
  "id": "7a9241de",
83
  "metadata": {
84
  "ExecuteTime": {
85
- "end_time": "2024-06-02T14:01:22.844379Z",
86
- "start_time": "2024-06-02T14:01:20.739362Z"
87
  }
88
  },
89
- "outputs": [
90
- {
91
- "name": "stderr",
92
- "output_type": "stream",
93
- "text": [
94
- "WARNING:root:No module named 'tempeh': LawSchoolGPADataset will be unavailable. To install, run:\n",
95
- "pip install 'aif360[LawSchoolGPA]'\n"
96
- ]
97
- }
98
- ],
99
  "source": [
100
  "from pprint import pprint\n",
101
  "from datetime import datetime, timezone\n",
 
78
  },
79
  {
80
  "cell_type": "code",
81
+ "execution_count": 25,
82
  "id": "7a9241de",
83
  "metadata": {
84
  "ExecuteTime": {
85
+ "end_time": "2024-06-02T14:13:58.259297Z",
86
+ "start_time": "2024-06-02T14:13:58.202764Z"
87
  }
88
  },
89
+ "outputs": [],
 
 
 
 
 
 
 
 
 
90
  "source": [
91
  "from pprint import pprint\n",
92
  "from datetime import datetime, timezone\n",