Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 3ec6a1b

Browse files
authored
import error (#292)
1 parent 013dd32 commit 3ec6a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutionbox/structured_data/mltoolbox/regression/linear/_regression_linear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def train(train_dataset,
3636
print('Training: ' + str(job.state))
3737

3838

39-
def train(train_dataset,
39+
def train_async(train_dataset,
4040
eval_dataset,
4141
analysis_dir,
4242
output_dir,

0 commit comments

Comments
 (0)