
Ultimate access to all questions.
You are converting a Jupyter Notebook used for model training into a production Python script. Your goal is to 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.
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