Skip to content

Commit

Permalink
enables serial regression training
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-schwoebel authored Aug 14, 2020
1 parent fd32c76 commit 2d79d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions training/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ def plot_regressor(regressor, classes, X_test, y_test):
for i in range(int(classnum)):
classes.append(sys.argv[i+5])
else:

classnum=1
mtype=sys.argv[1]
csvfile=sys.argv[2]
classes=[sys.argv[3]]
Expand Down

0 comments on commit 2d79d49

Please sign in to comment.