mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Implement MSLE (MeanSquaredLogarithmicError) evaluation metric for regression analysis (#58684)
This commit is contained in:
parent
fbe26eeb4e
commit
dfa06240fc
20 changed files with 763 additions and 23 deletions
|
@ -68,7 +68,8 @@ include-tagged::{doc-tests-file}[{api}-evaluation-regression]
|
|||
<3> Name of the field in the index. Its value denotes the predicted (as per some ML algorithm) value for the example.
|
||||
<4> The remaining parameters are the metrics to be calculated based on the two fields described above
|
||||
<5> https://en.wikipedia.org/wiki/Mean_squared_error[Mean squared error]
|
||||
<6> https://en.wikipedia.org/wiki/Coefficient_of_determination[R squared]
|
||||
<6> Mean squared logarithmic error
|
||||
<7> https://en.wikipedia.org/wiki/Coefficient_of_determination[R squared]
|
||||
|
||||
include::../execution.asciidoc[]
|
||||
|
||||
|
@ -123,5 +124,7 @@ include-tagged::{doc-tests-file}[{api}-results-regression]
|
|||
|
||||
<1> Fetching mean squared error metric by name
|
||||
<2> Fetching the actual mean squared error value
|
||||
<3> Fetching R squared metric by name
|
||||
<4> Fetching the actual R squared value
|
||||
<3> Fetching mean squared logarithmic error metric by name
|
||||
<4> Fetching the actual mean squared logarithmic error value
|
||||
<5> Fetching R squared metric by name
|
||||
<6> Fetching the actual R squared value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue