Update logistic-regression.md

pull/677/head
Ankit Mahato 2024-05-31 06:23:46 +05:30 zatwierdzone przez GitHub
rodzic ad01516cf8
commit 70547423e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -113,9 +113,3 @@ print("Classification Report:\n", class_report)
## Conclusion
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.
## References
- [Scikit-learn Documentation](https://scikit-learn.org/stable/modules/linear_model.html#logistic-regression)
- [Wikipedia: Logistic Regression](https://en.wikipedia.org/wiki/Logistic_regression)
- [Towards Data Science: Understanding Logistic Regression](https://towardsdatascience.com/understanding-logistic-regression-9b02c2aec102)