Sometimes in life we are presented with an opportunity, and someone tells us to make the most of it! Maybe it's eating as much as you want in a restaurant or watching as many films as we'd like to. We ...
# Some imports to get us started # Utilities import numpy as np import pandas as pd # Generic ML imports from sklearn.preprocessing import PolynomialFeatures from sklearn.ensemble import ...
!pip install pandas import pandas as pd !pip install numpy import numpy as np !pip install matplotlib import matplotlib.pyplot as plt !pip install seaborn import seaborn as sns ...