Skip to content

Commit 6e694b7

Browse files
committed
emoji
1 parent b619420 commit 6e694b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ An example showcasing the Rashomon set of rule set models for the [COMPAS](https
2424

2525
## Project overview
2626

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* 💡.
2929
- We investigated two exploration modes -- *counting* and *uniform sampling* from the Rashomon set.
3030
- 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** ⚡⚡⚡
3333

3434
## Environment setup
3535

0 commit comments

Comments
 (0)