Firstly want to say how impressed I am with the whole set up, as someone who is new to python, machine learning I have found this whole process a fantastic way to learn.
I am having an issue with using my data processing functions.
I define them in the step ‘Define your data preprocessing’ and I then call them in the fit_model function.
However when I run trained_model = fit_model(X_train, y_train) I get the error that my data processing fucntions are undefined.
Anyone able to help?
Thanks
Rob