hackathon_code Supplement Sales Prediction Solution ¶ 1. Importing necessary libraries ¶ In [9]: import matplotlib.pyplot as plt import pandas as pd import numpy as np import seaborn as sns from sklearn.preprocessing import LabelEncoder from sklearn.linear_model import LinearRe…
Read more