You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The Github Action will get deploy your model file to a data collection at Algori
14
14
15
15
Depending on your model development preference:
16
16
17
-
If you're developing your ML model on a Jupyter notebook, you can configure the workflow with the notebook path and tell it where to save the model file. In this case, the workflow will run the notebook on the CI worker machine's from-scratch environment.
17
+
If you're developing your ML model on a Jupyter notebook, you can configure the workflow with the notebook path to execute. In this case, the workflow will run the notebook on the CI worker machine's from-scratch environment.
18
18
If you have an already saved model checked-in to your repository, you can configure the workflow with the existing model file path.
19
19
20
20
In both scenarios, the workflow will get the model file and upload it to the configured data collection on Algorithmia.
0 commit comments