diff --git a/ML/Algorithms/Losses/mean_absolute_error.py b/ML/Algorithms/Losses/MeanAbsoluteError/MeanAbsoluteError.py similarity index 100% rename from ML/Algorithms/Losses/mean_absolute_error.py rename to ML/Algorithms/Losses/MeanAbsoluteError/MeanAbsoluteError.py diff --git a/ML/Algorithms/Losses/root_mean_squared_error.py b/ML/Algorithms/Losses/RootMeanSquaredError/RootMeanSquaredError.py similarity index 100% rename from ML/Algorithms/Losses/root_mean_squared_error.py rename to ML/Algorithms/Losses/RootMeanSquaredError/RootMeanSquaredError.py diff --git a/ML/README.md b/ML/README.md index b4a43b9d..41c79f20 100644 --- a/ML/README.md +++ b/ML/README.md @@ -19,8 +19,8 @@ | S.No | Algorithm | S.No. | Algorithm | S.No. | Algorithm | |-------|-----------|-------|-----------|-------|-----------| -| 1 | [Mean Squared Error](./Algorithms/Losses/MeanSquaredError) | 2 | [R2 Squared](./Algorithms/Losses/R2Squared) | 3 | | -| 4 | | 5 | | 6 | | +| 1 | [Mean Squared Error](./Algorithms/Losses/MeanSquaredError) | 2 | [R2 Squared](./Algorithms/Losses/R2Squared) | 3 |[Mean Absolute Error](./Algorithms/Losses/MeanAbsoluteError) | +| 4 | [Root Mean Squared Error](./Algorithms/Losses/RootMeanSquaredError) | 5 | | 6 | | ## Available Documentations