
Ultimate access to all questions.
In the context of developing a machine learning model for a financial services company, the team encounters several data quality issues including missing values, outliers, and inconsistent data entries. Considering the constraints of regulatory compliance, cost efficiency, and the need for scalable solutions, what are the two most significant impacts of these data quality issues on the model's performance and deployment? Choose two correct options.
A
They can simplify the data preprocessing phase by reducing the amount of data that needs to be processed.
B
They can lead to inaccurate and biased predictions, affecting the model's reliability and compliance with financial regulations.
C
They can enhance the model's complexity unnecessarily, making it harder to interpret and increasing computational costs.
D
They can reduce the computational cost by eliminating the need for extensive data cleaning and preprocessing steps.
E
They can improve the model's scalability by automatically adjusting to the quality of input data without additional preprocessing.