Decision Tree Regressor

This module belongs to the ''Machine Learning algorithms"category .

Description

The Decision Tree Regressor outputs a parameterizable and trainable decision tree classifier model.

Parameters

The DTR contains parameters to change at will.

The criteria and splitter are variable at will.

The maximum features can also be set in the parameters .

To learn more about logistic regressor, check this article.

Last updated

Was this helpful?