Learn practical skills, build real-world projects, and advance your career

Regularisation using Python

!pip install jovian --upgrade --quiet
!pip install pandas numpy --quiet
import jovian
import pandas as pd
import numpy as np
import seaborn as sns
import matplotlib
import matplotlib.pyplot as plt

Introduction

The purpose of this notebook is how to deploy different regularistaion techniques on a given data set.
The data set is taken from House Prices - Advanced Regression Techniques competition on Kaggle.

Downloading the data set