Skip to content

Commit

Permalink
Merge pull request #28 from qUest4ds/main
Browse files Browse the repository at this point in the history
Added support for ratio OECs
  • Loading branch information
AlxdrPolyakov authored Sep 4, 2024
2 parents a739fe8 + dd8ea2d commit 297179d
Show file tree
Hide file tree
Showing 5 changed files with 2,246 additions and 0 deletions.
550 changes: 550 additions & 0 deletions notebooks/4_ratio_metrics.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tw_experimentation/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ class MetricType(Enum):
BINARY = "binary"
CONTINUOUS = "continuous"
DISCRETE = "discrete"
RATIO = "ratio"
Loading

0 comments on commit 297179d

Please sign in to comment.