Plotting of Linear Regression for 2 Series of Data Points
Jupyter Notebook to plot 2 series of points with Numpy/Pandas and get the best fit equation with Linear Regression done via the Scipy library. Plotting with the Seaborn Library with a custom legend. Libraries needed: Numpy, Pandas, Scipy, MatPlotLib, Seaborn.