We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b69794 commit 34d956bCopy full SHA for 34d956b
doc/modules/tree.rst
@@ -33,8 +33,9 @@ Some advantages of decision trees are:
33
- The cost of using the tree (i.e., predicting data) is logarithmic in the
34
number of data points used to train the tree.
35
36
- - Able to handle both numerical and categorical data. Other techniques
37
- are usually specialised in analysing datasets that have only one type
+ - Able to handle both numerical and categorical data. However scikit-learn
+ implementation does not support categorical variables for now. Other
38
+ techniques are usually specialised in analysing datasets that have only one type
39
of variable. See :ref:`algorithms <tree_algorithms>` for more
40
information.
41
0 commit comments