DSCKGEC / learn-machine-learn

A one-stop repository for new-comers in Machine Learning and A.I.
MIT License
1 stars 4 forks source link

Implemented Decision Tree Regression with the required preprocessed e… #23

Closed Adiii1436 closed 1 year ago

Adiii1436 commented 1 year ago

…ntities

Linked Issue

Closes: #11

Describe the changes you've made

I have added the decision tree regression model.

Type of change

I have added the decision tree regression model that has accuracy of 99% and r2 scroe 0.99. I've trained it on xtrain and ytrain and predicted on the value of xtest.

How Has This Been Tested?

Describe how have you verified the changes made

Checklist:

Screenshots

Original Updated
Original Screenshot Updated Screenshot
anuragc2001 commented 1 year ago

@Adiii1436 can you once again open a PR for this issue, there are merge conflicts happening when merging your PR.