You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when executing code targets = test[aim][window_len:]
preds = model.predict(X_test).squeeze()
mean_absolute_error(preds, y_test) an error occurs "NameError: name 'test' is not defined" how can i fix this error?
The text was updated successfully, but these errors were encountered:
when executing code targets = test[aim][window_len:]
preds = model.predict(X_test).squeeze()
mean_absolute_error(preds, y_test) an error occurs "NameError: name 'test' is not defined" how can i fix this error?
The text was updated successfully, but these errors were encountered: