Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decision Tree Regressor #121 #123

Merged
merged 12 commits into from
Aug 6, 2021
Merged

Conversation

ayushi424
Copy link
Collaborator

Decision Tree Regressor #121

Adding practical implementation of Decision Tree Regressor Algorithm using a project as Campus Placement Analysis & Prediction as per the project structure mentioned.

  • DevIncept Participant
  • Contributor

Closes: #121

Describe the changes you've made

  • Added Decision Tree Regressor folder in Algorithms folder of Machine Learning folder which contains-:
  1. README.md file with proper documentation and
  2. decision_tree_regressor.ipynb file with practical implementation.
  3. Images folder with all code images.

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Performance done by accuracy check and error check.

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly whereever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added test cases that prove my fix is effective or that my feature works.

@prathimacode-hub prathimacode-hub added DCP21 This issue will be considered for DCP21 To Do Update Pending labels Aug 6, 2021
Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an exclusive work. can't get anything better than this. Great going ayushi. Super proud of you.✨👏👌 @ayushi424

@prathimacode-hub prathimacode-hub added the 🟧 Level3 This issue will be considered as level 3 issue for DevIncept 21. Points will be 30. label Aug 6, 2021
@prathimacode-hub prathimacode-hub merged commit 0f25c24 into prathimacode-hub:main Aug 6, 2021
@ayushi424
Copy link
Collaborator Author

This is an exclusive work. can't get anything better than this. Great going ayushi. Super proud of you.✨👏👌 @ayushi424

Thankyou so much @prathimacode-hub

@prathimacode-hub prathimacode-hub removed the To Do Update Pending label Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DCP21 This issue will be considered for DCP21 🟧 Level3 This issue will be considered as level 3 issue for DevIncept 21. Points will be 30.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decision Tree Regressor
2 participants