import matplotlib.pyplot as plt
from matplotlib.patches import Ellipse
import pandas as pd
import seaborn as sns
from sklearn.linear_model import LinearRegression
import numpy as np
from great_tables import GT, style, loc, exibble
# Setting the theme for plots
sns.set_theme(style="whitegrid", font_scale=1.2)