We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f35007 commit a1a70ebCopy full SHA for a1a70eb
chebai/ensemble/_constants.py
@@ -0,0 +1,8 @@
1
+MODEL_CLS_PATH = "model_class_path"
2
+MODEL_LBL_PATH = "model_labels_path"
3
+MODEL_CKPT_PATH = "model_ckpt_path"
4
+
5
+WRAPPER_CLS_PATH = "wrapper_class_path"
6
7
+READER_CLS_PATH = "reader_class_path"
8
+READER_KWARGS = "reader_kwargs"
0 commit comments