Hi,
I am using MS Decision Trees algorithm and for a specific model i get the above warning.As a result of that i dont get any splits in my tree. Is there anything i can do to avoid this?
Thank you for reading
Actually, the regressors will not be used in finding splits, but as arguments to the regression formulae in each node.
There are a few things you can try:
- make sure that all the continuous input columns in the model have the REGRESSOR modeling flag. This should happen automatically if you use BI Developer Studio, but that may not be the case if the model is created using DMX scripts
- If a continuous column should be, based on your knowledge of the data, a regressor, but it is not selected by the algorithm, you can 'force' this to happen by specifying the column name as the value of the FORCE_REGRESSOR parameter of the algorithm