Skip to content

Commit f27d1b5

Browse files
committed
Documentation
1 parent 683a7bd commit f27d1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Assuming the data consists of documents representing sold house prices with feat
5555
"aggs": {
5656
"house_prices": {
5757
"linreg_predict": {
58-
"fields": ["size", "bedrooms", "bathrooms", "price"], <1>
59-
"inputs": [2000, 4, 2] <2>
58+
"fields": ["size", "bedrooms", "bathrooms", "price"],
59+
"inputs": [2000, 4, 2]
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)