thanks for your help! I'm having difficulties preparing my neural network classification.
When trying to fit my model, I get this error:
ValueError: setting an array element with a sequence.
I think I understand why it is. Here's the screenshot of the x_train variable:
I think it would also be helpful to show you the df I'm pulling this from. I've done text_to_word_sequence and one_hot encoding on it. It looks like...
It seems to me that the rows need to be split but I'm not sure the best way to do that in a way that will allow the train to properly fit.
Thanks for your help again!