Skip to content

Instantly share code, notes, and snippets.

@vicotrbb
Last active May 5, 2020 22:35
Show Gist options
  • Save vicotrbb/f26e12104ce3c990262daa6c4318dbbb to your computer and use it in GitHub Desktop.
Save vicotrbb/f26e12104ce3c990262daa6c4318dbbb to your computer and use it in GitHub Desktop.
# Imports
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
import seaborn as sns
# sklearn imports
from sklearn.datasets import load_iris
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LinearRegression
from sklearn.metrics import mean_squared_error, r2_score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment