Sklearn says about decision trees:
The cost of using the tree (i.e., predicting data) is logarithmic
in the number of data points used to train the tree.
I know a logarithm as the inverse to an exponential function. What does it mean in this context? I have the feeling that it references an exponential function such as 2**n possible nodes or such.
However, my understanding it quite vague and I want to get a better picture.