What does sns.pairplot do?
plots a visualization of all the pairs of features, against the target variable.
What does a correlation matrix do?
It allows to quickly observe the relationship between every variable of your matrix.
What does a correlation heatmap do ?
Pandas DataFrame has a corr method that calculates Pearson’s (can be another) correlation coefficient between all couples of numeric columns of the DataFrame.
What is gridsearchCV? And what does it do?
It allows us to search all possible hyperparameters for the best possible score