Hi all, the functions predefined in the notebook (fit_model
and preprocess_X_data
) have different arguments for the dependent and independent variables (ie, ydata and Xdata). I am more comfortable working with one data frame that contains all the variables (train_data
) for several reasons, but since the submission requires to use those functions I cannot do that. Is there any way to work around this?
Thanks and regards,