Hi all,
I pass the exercise “one hot matrix” and get “all tests passed”! However, when I want to run these two below lines, I got an error
new_y_test = y_test.map(one_hot_matrix)
new_y_train = y_train.map(one_hot_matrix)
Would you please help me to find the error in my code?