Recent posts

Cross Validation Techniques

15 minute read

In this post, we will use scikit-learn’s iris data set to understand various types of cross validation techniques thoroughly. But First of all,

Boston House Price Prediction

6 minute read

Regression is basically a process which predicts the relationship between x and y based on features. This time we are going to practice Linear Regression wit...