So, for some reasons, It took my laptop to 16min to fit data into DecisionTreeClassifier. It usually take like 1 sec to fit into other type of machine learning model. Anyone can help me with what is happening here? I am not sure what information should I provide to help with this. Feel free to ask away!
My guess is it has to do with encoder transform syntax, which I have no idea how to fix from many online searches. It shows that my approach will lead to poor performance, but this syntax is from the library itself, so I do not know how to change the code inside.