Question
Why is reproducible Python code important in a data mining project?
Select an option. Your answer will be checked instantly.
Correct Answer: C. It records preprocessing, modeling, and evaluation steps for verification
Explanation:
A scripted pipeline can be rerun, reviewed, and updated consistently.
This supports collaboration and reliable deployment.
Leave a Reply