You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2019/10/16 12:53:22 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Improve curve fitting docs 3

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch SOLR-13105-visual
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new 48d9c76  SOLR-13105: Improve curve fitting docs 3
48d9c76 is described below

commit 48d9c76bc5c9efa9dfecd7a81783c753fef3bcd1
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Wed Oct 16 08:53:15 2019 -0400

    SOLR-13105: Improve curve fitting docs 3
---
 solr/solr-ref-guide/src/curve-fitting.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/curve-fitting.adoc b/solr/solr-ref-guide/src/curve-fitting.adoc
index ed5a212..7b944df 100644
--- a/solr/solr-ref-guide/src/curve-fitting.adoc
+++ b/solr/solr-ref-guide/src/curve-fitting.adoc
@@ -38,7 +38,7 @@ The `polyfit` function can be visualized in a similar manner to linear regressio
 Zeppelin-Solr.
 
 The example below uses the `polyfit` function to fit a non-linear curve to a random sample scatter
-plot. The blue points are the original observations scatter plot and the red points
+plot. The blue points are the scatter plot of the original observations and the red points
 are the predicted curve.
 
 image::images/math-expressions/polyfit.png[]