Skip to content

Instantly share code, notes, and snippets.

@Ayushijain09
Created July 10, 2020 12:26
Show Gist options
  • Save Ayushijain09/f1d4da6e8f4f614f52488614e59262ab to your computer and use it in GitHub Desktop.
Save Ayushijain09/f1d4da6e8f4f614f52488614e59262ab to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
from sklearn import linear_model
from sklearn.linear_model import LinearRegression
from sklearn.metrics import mean_squared_error
from sklearn.metrics import r2_score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment