Can anyone tell me how to resolve these errors on pre-processing when running
model = fit_model(Xdata, ydata)
- fit_model(Xdata, ydata)
- preprocess_X_data(x_raw) # at line 20 of file
I cannot even ignore the preprocessing stage as it still leads to the same errors
Thanks in advance if it helps me enter