Skip to content

March, 2024

📆 Handle Outliers - Univariate

Handling outlier is a big task for data scientist. To handle the outliers we have many different methods to handle them i.e. IQR, Z-score, Mean-Median Imputation, Winsorization, etc. We are going to discuss only univariate methods to handle outliers.

📆 I have written this page as notes very time ago; so if there is any mistake please let me know I'll fix it. Thanks 🤗

📆 Regularization in ML

Regularization is used to solve the problem of overfitting caused while training a ML model. In regularization, the model is penalized for overfitting on train data means whenever model tries to predict on training data it add some penalty to the loss function in term of coefficients of the model.