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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ An example showcasing the Rashomon set of rule set models for the [COMPAS](https
24
24
25
25
## Project overview
26
26
27
-
- We designed efficient algorithms to explore the Rashomon set of rule-set models for binary classification problems.
28
-
-we focus on rule set models, due to their inherent interpretability.
27
+
- We designed *efficient algorithms* to explore the Rashomon set of rule-set models for binary classification problems.
28
+
-Our focus is on rule set models, due to their inherent *interpretability* 💡.
29
29
- We investigated two exploration modes -- *counting* and *uniform sampling* from the Rashomon set.
30
30
- Instead of tackling exact counting and uniform sampling, we study the approximate versions of them, which reduces the search space drastically.
31
-
- For both problems, we invented theoretically-sound algorithms sped up by effective pruning bounds, and a efficient implementation of it powered by Numba and Ray.
32
-
- Compared to off-the-shelf tools (such as [Google OR-tools](https://github.com/google/or-tools)), our implementation is often **>1000x faster**
31
+
- For both problems, we invented theoretically-sound algorithms sped up by *effective pruning bounds*, and a efficient implementation of it powered by Numba and Ray.
32
+
- Compared to off-the-shelf tools (such as [Google OR-tools](https://github.com/google/or-tools)), our implementation is often **>1000x faster** ⚡⚡⚡
0 commit comments