
Ultimate access to all questions.
You have a Jupyter Notebook containing Python code for model training. You need to create a production deployment script while minimizing code maintenance.
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A
Refactor the Jupyter Notebook code into functions
B
Save each function to a separate Python file
C
Define a main() function in the Python script
D
Remove all comments and functions from the Python script