机器学习实践Scikit-Learn与TensorFlow练习题及问答Chapter06
发布时间
阅读量:
阅读量
Approximately what depth does a Decision tree reach when trained (without any restrictions) on a training dataset comprising one million instances?
A1: The depth of a well-balanced binary tree containing m leaves is equal to

, so when there is 1 million instances the approximate depth is


还没有任何评论哟~
