Hi. I’m new at this. Having a difficulty I’m unable to resolve. This line
Model.fit(x_train, y_train)
Produces this error ValueError: Expected a 2 dimensional container but got ‘’ instead. Pass a DataFrame containing a single row(I.e. single sample) or a single column( I.e. single feature) instead.
Help is much appreciated. Thanks, Alex.