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 Kahn's Algorithm #114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hritik5102
Copy link

@hritik5102 hritik5102 commented Oct 2, 2020

Task complete @MAJOR-BEAST ( issue #16 )

  • Kahn's Algorithm is used to find Topological ordering of Directed Acyclic Graph using BFS

if any changes required please let me know

Thank you :)

Copy link
Owner

@geekquad geekquad left a comment

Choose a reason for hiding this comment

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

Amazing Work @hritik5102. Just a few changes:

  • Adaboost needs to be in the path "ml/AdaBoost", not in "ml/Boosting/AdaBoost".
  • I see that you have compared Ridge_Regression with Lasso Regression. Would you mind implementing Lasso Regression too?
  • Please add the dataset used in the Dataset folder.
  • Please make a requirements.txt file as well.

For any difficulty, feel free to contact me on Slack. Thankyou :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants