Let us load the dataset and visualize the initial parameters.
import pandas as pd import matplotlib.pyplot as plt df = pd.read_csv("dataset.csv") df.head()