mahesh147 / Decision-Tree-Regression

Implementation of a 1D Decision Tree Regression model in python.

Repository from Github https://github.commahesh147/Decision-Tree-RegressionRepository from Github https://github.commahesh147/Decision-Tree-Regression

Decision-Tree-Regression

Implementation of a very basic 1D Decision Tree Regression model. The regressor has been created as an object of the DecisionTreeRegressor class of the sklearn.tree library.

matplotlib.pylot has been used to visually represent the decision tree regression.

About

Implementation of a 1D Decision Tree Regression model in python.


Languages

Language:Python 100.0%