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

Commit 1f5b801

Browse files
committed
increase prediction time
1 parent 47b80e4 commit 1f5b801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mljar/mljar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def compute_prediction(X, model_id, project_id, keep_dataset = False):
330330
dataset = DatasetClient(project_id).add_dataset_if_not_exists(X, y = None)
331331

332332
# check if prediction is available
333-
total_checks = 500
333+
total_checks = 1000
334334
for i in xrange(total_checks):
335335
prediction = PredictionClient(project_id).\
336336
get_prediction(dataset.hid, model_id)

0 commit comments

Comments
 (0)