Courseiva
Exploratory Data AnalysishardMultiple ChoiceObjective-mapped

MLS-C01 Exploratory Data Analysis Practice Question

A machine learning team is working with a dataset containing high-dimensional sparse features, such as text data represented as bag-of-words. The team wants to reduce dimensionality while preserving the structure of the sparse matrix. Which technique is most appropriate for this scenario?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Truncated Singular Value Decomposition (SVD).

Truncated SVD (e.g., using sklearn's TruncatedSVD) is specifically designed for sparse matrices and efficiently reduces dimensionality while preserving the structure of the sparse matrix. Option A (t-SNE) is primarily for visualization and does not preserve the global structure well for dimensionality reduction. Option C (LDA) is a supervised method that requires labels and is not suitable for unsupervised dimensionality reduction. Option D (PCA using covariance matrix) requires a dense matrix and is computationally expensive for high-dimensional sparse data.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • t-distributed Stochastic Neighbor Embedding (t-SNE).

    Why it's wrong here

    t-SNE is for visualization, not general reduction.

  • Truncated Singular Value Decomposition (SVD).

    Why this is correct

    Truncated SVD works efficiently on sparse matrices.

  • Linear Discriminant Analysis (LDA).

    Why it's wrong here

    LDA is supervised and requires labels.

  • Principal Component Analysis (PCA) using the covariance matrix.

    Why it's wrong here

    PCA with covariance is not suitable for sparse data.

About these practice questions

Courseiva writes every MLS-C01 question from scratch — 1,672 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MLS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MLS-C01 exam.