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
Sir, you did not do this in your video, can you tell why this reshaping of training and test data of independent data is done in your codebase.
Thank you
The text was updated successfully, but these errors were encountered:
X_train=np.array(X_train).reshape(-1,1) X_test=np.array(X_test).reshape(-1,1)
Sir, you did not do this in your video, can you tell why this reshaping of training and test data of independent data is done in your codebase.
Thank you
The text was updated successfully, but these errors were encountered: