Skip to content

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

Notifications You must be signed in to change notification settings

mahesh147/Decision-Tree-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages