felipekitamura commited on
Commit
21b553e
·
verified ·
1 Parent(s): 4556ec6

Upload __init__.py

Browse files
Files changed (1) hide show
  1. omnibin/__init__.py +4 -0
omnibin/__init__.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from .metrics import generate_binary_classification_report
2
+
3
+ __version__ = "0.1.0"
4
+ __all__ = ["generate_binary_classification_report"]