Skip to content

Instantly share code, notes, and snippets.

@tiaplagata
Created November 6, 2020 18:37
Show Gist options
  • Save tiaplagata/7c5b41431f7ad3c6b8ae54c1cf7cfe96 to your computer and use it in GitHub Desktop.
Save tiaplagata/7c5b41431f7ad3c6b8ae54c1cf7cfe96 to your computer and use it in GitHub Desktop.
Import statements needed for interpreting MSE
# Since we are working with a pandas dataframe I included that, even though I did not actively use the library in this example
import pandas as pd
import numpy as np
from sklearn.metrics import mean_squared_error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment