Skip to content

Commit 377a10c

Browse files
committed
Documentation
1 parent 3722fb0 commit 377a10c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,
203203
2 bathrooms and at least 2000 square feet:
204204
[source,js]
205205
--------------------------------------------------

0 commit comments

Comments
 (0)