Skip to content

Commit 7054742

Browse files
authored
Update logistic-regression.md
1 parent ad01516 commit 7054742

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

contrib/machine-learning/logistic-regression.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,3 @@ print("Classification Report:\n", class_report)
113113
## Conclusion
114114

115115
Logistic regression is a fundamental classification technique that is easy to implement and interpret. It is a powerful tool for binary classification problems and provides a probabilistic framework for predicting binary outcomes.
116-
117-
## References
118-
119-
- [Scikit-learn Documentation](https://scikit-learn.org/stable/modules/linear_model.html#logistic-regression)
120-
- [Wikipedia: Logistic Regression](https://en.wikipedia.org/wiki/Logistic_regression)
121-
- [Towards Data Science: Understanding Logistic Regression](https://towardsdatascience.com/understanding-logistic-regression-9b02c2aec102)

0 commit comments

Comments
 (0)