Skip to content

Commit c457661

Browse files
vpollo11Oumaimafisaoui
authored andcommitted
[EXTERNAL] docs (classification): fix and update resource links in documentation
### Changes - Updated outdated or broken links in documentation. - Replaced inaccessible links with correct or alternative sources. - Ensured all references are accessible and relevant to the project.
1 parent 47d5d41 commit c457661

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

subjects/ai/classification/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,10 @@ def predict_one_vs_all(X, clf0, clf1, clf2 ):
351351

352352
### Resources
353353

354-
- [Logistic regression](https://towardsdatascience.com/understanding-logistic-regression-9b02c2aec102)
354+
- [Logistic regression](https://www.ibm.com/think/topics/logistic-regression)
355355

356356
- [Logloss](https://www.datacamp.com/tutorial/the-cross-entropy-loss-function-in-machine-learning)
357357

358-
- [More on logistic regression](https://medium.com/swlh/what-is-logistic-regression-62807de62efa)
358+
- [More on logistic regression](https://www.stat.cmu.edu/~cshalizi/uADA/12/lectures/ch12.pdf)
359359

360360
- [Logistic regression 1](https://www.kaggle.com/code/rahulrajpandey31/logistic-regression-from-scratch-iris-data-set)
361-
362-
- [Logistic regression 2](https://towardsdatascience.com/logistic-regression-using-python-sklearn-numpy-mnist-handwriting-recognition-matplotlib-a6b31e2b166a)

0 commit comments

Comments
 (0)