Created
November 6, 2020 18:37
-
-
Save tiaplagata/7c5b41431f7ad3c6b8ae54c1cf7cfe96 to your computer and use it in GitHub Desktop.
Import statements needed for interpreting MSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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