Sirchko1

Results 2 issues of Sirchko1

Hello. When i used: y_hat_df = model.predict(X_test_df) i get the next issue: ValueError: You are trying to merge on object and datetime64[ns] columns. If you wish to proceed you should...

Hi, In order to run the code is necessary split the dataset, usa1 = dataset[0:100] and usa2 = dataset[100:112]