
Explanation:
The company is currently in the Exploratory Data Analysis (EDA) stage of the machine learning pipeline. This conclusion is based on the specific activities described: creating a correlation matrix, calculating statistics, and visualizing the data. These are hallmark tasks of EDA, which focuses on understanding the data's structure, identifying patterns, detecting anomalies, and uncovering relationships between variables before proceeding to other stages.
Why C (Exploratory Data Analysis) is correct:
Why other options are less suitable:
In summary, the company's focus on analyzing and visualizing data to gain insights aligns precisely with the objectives of Exploratory Data Analysis, making it the correct stage in the ML pipeline.
Ultimate access to all questions.
A company is developing a machine learning model. After gathering new data, they performed an analysis that included generating a correlation matrix, computing statistical measures, and creating visualizations. At which stage of the machine learning pipeline is the company currently operating?
A
Data pre-processing
B
Feature engineering
C
Exploratory data analysis
D
Hyperparameter tuning
No comments yet.