Missing Data Imputation Lab: Mean, KNN & Regression Fill
Interactive 3D lab: knock values out of a correlated synthetic dataset under MCAR or MAR missingness, then compare mean, median, KNN and regression imputation against the true hidden values with live RMSE and variance-ratio readouts.
Real datasets arrive with holes, and how you fill them changes every model built downstream. This simulator generates a correlated three-feature synthetic dataset, hides a chosen fraction of one feature either completely at random (MCAR) or in a way that depends on another observed feature (MAR), and then reconstructs the missing values with mean, median, k-nearest-neighbour or linear-regression imputation — or removes the incomplete rows entirely. Because the dataset is synthetic, the true hidden values are known: each reconstructed point is drawn next to a translucent ghost of its real value, and live RMSE and variance-ratio readouts show exactly how much error and variance distortion each strategy introduces, especially once the missingness itself becomes biased.
Hide values in a correlated synthetic dataset under MCAR or biased MAR missingness, then compare mean, median, KNN and regression imputation against the true hidden values with live RMSE and variance-ratio readouts.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install