Skip to content

Commit 8b879c7

Browse files
committed
Fix predict
1 parent a4af998 commit 8b879c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/metafx-scripts/predict.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
outName = sys.argv[2]
1313
model_type = sys.argv[4]
1414

15+
model = None
1516
if model_type == "RF":
1617
model = load(sys.argv[3])
1718
elif model_type == "XGB":

0 commit comments

Comments
 (0)