We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4af998 commit 8b879c7Copy full SHA for 8b879c7
bin/metafx-scripts/predict.py
@@ -12,6 +12,7 @@
12
outName = sys.argv[2]
13
model_type = sys.argv[4]
14
15
+ model = None
16
if model_type == "RF":
17
model = load(sys.argv[3])
18
elif model_type == "XGB":
0 commit comments