Skip to content

Releases: tidymodels/modeldb

modeldb 0.3.1

22 Aug 17:22
77c3e49

Choose a tag to compare

  • Fixes compatability issues with ggplot2

modeldb 0.3.0

01 Nov 16:14
2b98821

Choose a tag to compare

  • Fixes compatability issues with dplyr

modeldb 0.2.3

17 Aug 12:39
89aba98

Choose a tag to compare

  • Re-licensed package from GPL-3 to MIT. All copyright holders are RStudio employees and give consent.

modeldb 0.2.0

21 Jul 20:30

Choose a tag to compare

  • Adds as_parsed_model() support for regression models

  • Fixes compatability issues with rlang and dplyr

modeldb 0.1.2

06 Mar 02:51

Choose a tag to compare

  • Removes pipes and other dplyr dependencies from internal mlr() function
  • Consolidates duplicated database operations in mlr()
  • Fixes an issue in simple_kmeans_db() when specifying variables

modeldb 0.1.1

12 Jan 12:43
88d368d

Choose a tag to compare

Bug fixes

  • Fixes dependency issue with tidypredict by removing as_parsed_model()

modeldb 0.1.0

06 Jan 01:03

Choose a tag to compare

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