How does Random Forest behave under missing-not-at-random (MNAR) data?

Updated May 17, 2026

Short answer

RF performs poorly under MNAR because missingness itself carries information not modeled explicitly.

Deep explanation

In MNAR, missing values depend on unobserved variables or target itself. Standard imputation breaks this dependency, leading to biased splits. RF cannot inherently model missingness mechanisms, so predictions become systematically biased unless missingness is explicitly encoded.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Random Forest interview questions

View all →