From 683a7bdcae31c7046b3d811ce539afa253179b65 Mon Sep 17 00:00:00 2001 From: mbok Date: Sat, 8 Jul 2017 00:46:29 +0200 Subject: [PATCH] Documentation --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 315ecd2..a4ef6ef 100644 --- a/README.adoc +++ b/README.adoc @@ -40,7 +40,7 @@ regarding the estimated model with respect to a set of given input values for th of the linear hypothesis function ``h(x)``. Assuming the data consists of documents representing sold house prices with features - like number of bedrooms, bathrooms and size etc. We can use this data to predict or validate + like number of bedrooms, bathrooms and size etc. we can predict or validate the price for our house in Morro Bay with 2000 square feet, 4 bedrooms and 2 bathrooms. [source,js]