[ 
https://issues.apache.org/jira/browse/SOLR-12671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584332#comment-16584332
 ] 

ASF subversion and git services commented on SOLR-12671:
--------------------------------------------------------

Commit fb8747343a1f2c108f96fff503239d8cbb8b7ba8 in lucene-solr's branch 
refs/heads/branch_7x from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=fb87473 ]

SOLR-12671: Add robust flag to knnRegress Stream Evaluator


> Add robust flag to knnRegress Stream Evaluator
> ----------------------------------------------
>
>                 Key: SOLR-12671
>                 URL: https://issues.apache.org/jira/browse/SOLR-12671
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>            Priority: Major
>         Attachments: SOLR-12671.patch
>
>
> Currently the knnRegress function calculates the prediction by averaging the 
> outcomes from the k nearest neighbors. The robust flag wil cause the 
> knnRegression function to calculate the prediction by taking the median of 
> the outcomes of the k nearest neighbors. This will be useful when using 
> knnRegression for anomaly detection.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to