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

Added Decision Tree #23

Merged
merged 2 commits into from
Oct 16, 2022
Merged

Added Decision Tree #23

merged 2 commits into from
Oct 16, 2022

Conversation

r-o-n-i-t
Copy link
Contributor

fixes #11

Description

Decision Tree

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Documentation update
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New layer/algorithm
  • Other (Specify)

Implementation details

(only for New layer/algorithm)

  • List all the packages and their versions used:
    Numpy==1.22.4

Checklist

  • I have performed a self code_review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@mayureshagashe2105 mayureshagashe2105 added new layer/algo New layer/algorithm with implementation from scratch hacktoberfest-accepted hacktoberfest hacktoberfest label for contributors labels Oct 16, 2022
@HemanthSai7 HemanthSai7 merged commit 70c9c78 into Math-behind-AI:main Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest hacktoberfest label for contributors hacktoberfest-accepted new layer/algo New layer/algorithm with implementation from scratch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement new DL Algorithms
3 participants