You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Modeling what are effective stops - which lead to arrests, non-arrests. Unreasonable search and seizure is unconstitutional; racial bias is illegal; police activity without any effectiveness on crime is wasteful."
15
+
]
16
+
},
17
+
{
18
+
"cell_type": "markdown",
19
+
"metadata": {},
20
+
"source": [
21
+
"Ideally we'll examine outcomes more closely. Multi-class logistic regression and random forest. You can use multiclass or holdouts. Remember that with logistic regression you drop the first dummy variable; with random forest you don't need to. Also remember to use n_jobs. Gridsearch probably should be done to optimize model. Worth adding borough."
22
+
]
23
+
},
24
+
{
25
+
"cell_type": "markdown",
26
+
"metadata": {},
27
+
"source": [
28
+
"TODO..."
29
+
]
30
+
},
31
+
{
32
+
"cell_type": "markdown",
33
+
"metadata": {},
34
+
"source": [
35
+
"* populate missing city fields from pct\n",
36
+
"* sector is less of a problem but still lots of missing values"
0 commit comments