You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing data imputation techniques implemented from scratch in C — includes Linear Regression, KNN, Mean/Median, Listwise Deletion, and Hot Deck methods, tested on real-world datasets. First university project focused on practical data preprocessing.