Hello,
I have a excel file with this column name :
But when i run the command :
tfdf.keras.pd_dataframe_to_tf_dataset(train_df, label="Applied Solutions")
I received the error KeyError: "['Applied Solutions'] not found in axis".
How can i solve that?
Please help me.
Thanks