Skip to content

Conversation

@that-ar-guy
Copy link
Contributor

Closes: #165

Describe the add-ons or changes you've made 📃

I have added a comprehensive documentation for the Logistic Regression algorithm. The documentation includes an overview of the objective, prerequisites, algorithm architecture, training process, evaluation metrics, code implementation, and real-world application examples. The code implementation provides a practical walkthrough of logistic regression using scikit-learn, including a real-world example of predicting customer retention. The content is designed to be both educational and accessible for beginners and intermediate learners.

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Screenshots 📷

Screenshot 2025-01-23 213813

Working Video 🎥

AICODE3.mp4
Happy Coding 🎉

@github-actions
Copy link
Contributor

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Copy link
Member

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

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

Update this file rather than enlisting regression algorithm in classification.

  • Also update this file naming convention.
  • And enlist in regression algorithm.

@that-ar-guy
Copy link
Contributor Author

so should i delete the logistic-regression.md and copy its content to Logistic_Regression.md

@Avdhesh-Varshney
Copy link
Member

so should i delete the logistic-regression.md and copy its content to Logistic_Regression.md

No, delete Logistic_Regression.md file and keep your file there logistic-regression.md and enlist your algorithm in regression module.

Copy link
Member

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

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

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📃: Logistic Regression Algorithm

3 participants