mirror of https://github.com/apache/lucene.git
SOLR-10651, SOLR-10784: Add new statistical and machine learning functions to CHANGES.txt for 7.5 release
This commit is contained in:
parent
ad513cb621
commit
86ba65c107
|
@ -172,6 +172,21 @@ New Features
|
|||
provided the schema is enabled for nested documents. This is part of a broader enhancement of nested docs.
|
||||
(Moshe Bla, David Smiley)
|
||||
|
||||
* SOLR-11863: Add knnRegress Stream Evaluator to support nearest neighbor regression (Joel Bernstein)
|
||||
|
||||
* SOLR-12702: Add zscores Stream Evaluator (Joel Bernstein)
|
||||
|
||||
* SOLR-12687: Add functions to cache data structures and mathematical models (Joel Bernstein)
|
||||
|
||||
* SOLR-12671: Add robust flag to knnRegress Stream Evaluator (Joel Bernstein)
|
||||
|
||||
* SOLR-12660: Add outliers Stream Evaluator to support outlier detection with probability distributions
|
||||
(Joel Bernstein)
|
||||
|
||||
* SOLR-12634: Add gaussfit Stream Evaluator (Joel Bernstein)
|
||||
|
||||
* SOLR-12629: The predict evaluator should work with the polyfit function (Joel Bernstein)
|
||||
|
||||
Bug Fixes
|
||||
----------------------
|
||||
|
||||
|
@ -270,6 +285,8 @@ Bug Fixes
|
|||
|
||||
* SOLR-10028: Fix and improvements to SegmentsInfoRequestHandlerTest (Christine Poerschke, Tomás Fernández Löbbe)
|
||||
|
||||
* SOLR-11585: Solr SQL does not work with point numeric fields (Joel Bernstein, Kiran Chitturi)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue