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

Logistic Regression #114 #115

Merged
merged 11 commits into from
Jul 30, 2021
Merged

Conversation

ayushi424
Copy link
Collaborator

Logistic Regression #114

Adding practical implementation of Logistic Regression Algorithm using a project as Water Portability Classification as per the project structure mentioned.

  • DevIncept Participant
  • Contributor

Closes: #114

Describe the changes you've made

  • Added Logistic Regression folder in Algorithms folder of Machine Learning folder which contains-:
  1. README.md file with proper documentation and
  2. logistic_regression.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.

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.

Picture perfect. PR is approved. Great job. 👏🤩@ayushi424

@prathimacode-hub prathimacode-hub added 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. To Do Update Pending labels Jul 30, 2021
@prathimacode-hub prathimacode-hub merged commit ec995d5 into prathimacode-hub:main Jul 30, 2021
@prathimacode-hub prathimacode-hub removed the To Do Update Pending label Aug 3, 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.

Logistic Regression
2 participants