The document presents a method for imputation of missing values in machine learning datasets, addressing the shortcomings of the class center missing value imputation (CCMVI) method, which struggles with test datasets where class labels are unknown. Three techniques are proposed: combining CCMVI with literature methods, imputing based on the nearest class center, and calculating the mean of class centers, all of which improve computational efficiency and accuracy. Experimental evaluations demonstrate that the proposed methods maintain high accuracy while reducing time and memory costs compared to existing imputation techniques.