You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2017/05/07 01:37:04 UTC

[jira] [Updated] (SOLR-10622) Add regress and predict Stream Evaluators

     [ https://issues.apache.org/jira/browse/SOLR-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Bernstein updated SOLR-10622:
----------------------------------
    Description: 
This ticket will add two Stream Evaluators:

a) *regress*: Performs simple regression on two columns of numbers and returns a *regression result*.

b) *predict*: returns a prediction for an independent variable based on a *regression result*.

syntax:

{code}
a = regress(colA, colB)
b = predict(a, 50)
{code}





  was:
This ticket will add two Stream Evaluators:

a) *regress*: Performs simple regression on two columns of numbers and returns a *regression result*.

b) *predict*: returns a prediction for an independent variable based on a *regression result*.

syntax:

{code}
a = regress(colA, colB)
b = predict(a, 50)
{code)






> Add regress and predict Stream Evaluators
> -----------------------------------------
>
>                 Key: SOLR-10622
>                 URL: https://issues.apache.org/jira/browse/SOLR-10622
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>
> This ticket will add two Stream Evaluators:
> a) *regress*: Performs simple regression on two columns of numbers and returns a *regression result*.
> b) *predict*: returns a prediction for an independent variable based on a *regression result*.
> syntax:
> {code}
> a = regress(colA, colB)
> b = predict(a, 50)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org