File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ https://github.com/scaleborn/elasticsearch-linear-regression/tree/master/example
178178./bin/logstash -f house-prices-import.conf
179179....
180180
181- The index data will have this form:
181+ The indexed data will have this form:
182182[source,js]
183183--------------------------------------------------
184184{
@@ -198,8 +198,8 @@ The index data will have this form:
198198}
199199--------------------------------------------------
200200
201- We can now query the index for houses "Morro Bay" and let predict the price
202- with respect to the features of our dream house, which should have 3 bedrooms,
201+ We can now query the index for houses in "Morro Bay" and let predict the price
202+ of our dream house with respect to the desired features like 3 bedrooms,
2032032 bathrooms and at least 2000 square feet:
204204[source,js]
205205--------------------------------------------------
You can’t perform that action at this time.
0 commit comments