Skip to content

Commit a53d8bd

Browse files
grammar fix (#364)
deleted an extra 'the' Co-authored-by: Keith Battocchi <[email protected]>
1 parent a27fa3c commit a53d8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: notebooks/CustomerScenarios/Case Study - Customer Segmentation at An Online Media Company.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
"# Understand Treatment Effects with EconML <a id=\"interpret\"></a>\n",
614614
"EconML includes interpretability tools to better understand treatment effects. Treatment effects can be complex, but oftentimes we are interested in simple rules that can differentiate between users who respond positively, users who remain neutral and users who respond negatively to the proposed changes.\n",
615615
"\n",
616-
"The EconML `SingleTreeCateInterpreter` provides interperetability by training a single decision tree on the treatment effects outputted by the any of the EconML estimators. In the figure below we can see in dark red users respond strongly to the discount and the in white users respond lightly to the discount."
616+
"The EconML `SingleTreeCateInterpreter` provides interperetability by training a single decision tree on the treatment effects outputted by any of the EconML estimators. In the figure below we can see in dark red users respond strongly to the discount and the in white users respond lightly to the discount."
617617
]
618618
},
619619
{

0 commit comments

Comments
 (0)