Releases: tidymodels/modeldb
Releases · tidymodels/modeldb
modeldb 0.3.0
modeldb 0.2.3
- Re-licensed package from GPL-3 to MIT. All copyright holders are RStudio employees and give consent.
modeldb 0.2.0
-
Adds
as_parsed_model()
support for regression models -
Fixes compatability issues with
rlang
anddplyr
modeldb 0.1.2
- Removes pipes and other
dplyr
dependencies from internalmlr()
function - Consolidates duplicated database operations in
mlr()
- Fixes an issue in
simple_kmeans_db()
when specifying variables
modeldb 0.1.1
Bug fixes
- Fixes dependency issue with tidypredict by removing
as_parsed_model()
modeldb 0.1.0
Initial release. Uses 'dplyr' and 'tidyeval' to fit statistical models inside the database. It currently supports KMeans and linear regression models.