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.

To learn more about logistic regressor, check this article.

Last updated