diff --git a/docs/articles/kmeans.html b/docs/articles/kmeans.html index dce29e8..adffa14 100644 --- a/docs/articles/kmeans.html +++ b/docs/articles/kmeans.html @@ -93,7 +93,7 @@

K Means models

Edgar Ruiz

-

2019-03-02

+

2019-03-03

Source: vignettes/kmeans.Rmd diff --git a/docs/articles/linear-regression.html b/docs/articles/linear-regression.html index 91612f8..b167244 100644 --- a/docs/articles/linear-regression.html +++ b/docs/articles/linear-regression.html @@ -93,7 +93,7 @@

Linear regression models

Edgar Ruiz

-

2019-03-02

+

2019-03-03

Source: vignettes/linear-regression.Rmd diff --git a/docs/index.html b/docs/index.html index c7c5a3f..1677af7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -97,6 +97,7 @@ +

Fit models inside the database. modeldb works with most databases back-ends because it leverages dplyr and dbplyr for the final SQL translation of the algorithm. It currently supports:

- +
+

Dev status

+ +
+ diff --git a/docs/reference/modeldb-package.html b/docs/reference/modeldb-package.html index dccd496..42cc547 100644 --- a/docs/reference/modeldb-package.html +++ b/docs/reference/modeldb-package.html @@ -39,7 +39,8 @@ - + @@ -133,7 +134,8 @@

modeldb: Fits Models Inside the Database

-

Uses 'dplyr' and 'tidyeval' to fit statistical models inside the database. It currently supports KMeans and linear regression models.

+

+

Uses 'dplyr' and 'tidyeval' to fit statistical models inside the database. It currently supports KMeans and linear regression models.