
Answer-first summary for fast verification
Answer: Matplotlib
Correct Answer: C. Matplotlib Matplotlib is the most suitable choice for this scenario due to its extensive capabilities in creating a wide range of static, animated, and interactive visualizations. Its flexibility and customization options make it ideal for uncovering complex relationships in data during EDA. Incorrect Options: - A. Pandas: While Pandas is excellent for data manipulation and analysis, it is not primarily designed for data visualization. - B. TensorFlow: TensorFlow is a library focused on developing and training machine learning models, not for data visualization. - D. NumPy: NumPy is best known for numerical operations and array handling, lacking the comprehensive visualization features required for detailed EDA.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the context of conducting Exploratory Data Analysis (EDA) for a machine learning project, you are tasked with selecting the most appropriate Python library for data visualization. The project involves analyzing a large dataset with complex relationships between variables, and the team requires the ability to create detailed, customizable plots to uncover these relationships. Considering the need for flexibility, customization, and the ability to produce a wide range of visualizations, which of the following Python libraries should you choose? (Choose one correct option)
A
Pandas
B
TensorFlow
C
Matplotlib
D
NumPy
No comments yet.