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

Add Decision Tree Regression #11

Closed anuragc2001 closed 2 years ago

anuragc2001 commented 2 years ago

Is your feature request related to a problem? Please describe. The Decision Tree Regression block has been left incomplete. This feature will further help us to implement another regression model with which we can predict the model with more accuracy.

Describe the solution you'd like Implement Decision Tree Regression on the given dataset given with the required preprocessed entities

Adiii1436 commented 2 years ago

I would like to work on this issue

anuragc2001 commented 2 years ago

@Adiii1436 Issue assigned Go ahead!

anuragc2001 commented 2 years ago

@Adiii1436 You've opened a PR for the issue and we've approved of the changes. If you're willing to take up another issue please comment on the same. It'll help you if you solve as many issues as you can.

anuragc2001 commented 2 years ago

@Adiii1436 please fetch all the latest changes before you open a PR. You're PR was giving us merge conflict so we cannot merge your PR immediately, please update and reopen a PR. Your code looks good just that you've to update all the changes others have made in the repo in the mean time.

Adiii1436 commented 2 years ago

Okay I just create another PR.