cross_val_score(estimator=LinearRegression(), X=X, y=y, scoring=\'neg_mean_squared_log_error\', cv=5)
results in the following error:
Val