Skip to content

Commit 858b6ce

Browse files
ML Loss Functions in Classification and Regression
1 parent 349ae82 commit 858b6ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Machine Learning/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
### Cross-Validation:
1919
- Gives you the performance of your ML model depending on the new unseen data
2020

21-
### Functions You Must Know in Each Category of ML
21+
### Loss Functions You Must Know in Each Category of ML
2222

2323
#### Classification
2424

@@ -30,9 +30,9 @@
3030

3131
#### Regression
3232

33-
1. Huber, , , , Mean Squared Error/ L2, Mean Squared Logarithm Error/ L2,
33+
1. Huber
3434
2. Quantile
3535
3. Log Cosh
3636
4. Mean Absolute Error/ L1
3737
5. Mean Squared Error/ L2
38-
6. Mean Squared Logarithm Error/ L2
38+
6. Mean Squared Logarithm Error/ L2

0 commit comments

Comments
 (0)