Add mape and msle objectives to the documentation

This commit is contained in:
Kheir Eddine FARFAR 2015-07-04 15:24:24 +01:00
parent 47fd945cf1
commit 60daee5674

@ -18,6 +18,8 @@ For a few examples of such functions, check out the [objectives source](https://
- __mean_squared_error__ / __mse__ - __mean_squared_error__ / __mse__
- __mean_absolute_error__ / __mae__ - __mean_absolute_error__ / __mae__
- __mean_absolute_percentage_error__ / __mape__
- __mean_squared_logarithmic_error__ / __msle__
- __squared_hinge__ - __squared_hinge__
- __hinge__ - __hinge__
- __binary_crossentropy__: Also known as logloss. - __binary_crossentropy__: Also known as logloss.