I read some material:
decision tree document in sklearn
A Quora Answer
However I can find if I change feature order(the set o
Not really. Sklearn generally uses Cart trees where the best split is decided by picking the feature that minimizes a cost function. So the order of column doesn't really matter.