You have a Jupyter Notebook that contains Python code that is used to train a model.
You must create a Python script for the production deployment. The solution must minimize code maintenance.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Select all that apply, then click Submit answer.
-
○
Refactor the Jupyter Notebook code into functions
-
○
Save each function to a separate Python file
-
○
Define a main() function in the Python script
-
○
Remove all comments and functions from the Python script

