• Added a new regression simulation function via method = "worley_1987".

  • Transition from the magrittr pipe to the base R pipe.

  • Added the cat_adoption data set.
  • Added the deliveries data set.
  • New data sets

    • chem_proc_yield (regression)
    • hepatic_injury_qsar (ordinal classification)
    • hotel_rates (regression)
    • ischemic_stroke (classification)
    • leaf_id_flavia (classification)
    • permeability_qsar (regression)
    • steroidogenic_toxicity (classification)
    • taxi (classification)
  • The simulation equation for Hooker (2004) was slightly incorrect and has been corrected.

  • Added a keep_truth argument to the supervised simulation functions. This retains the column that defines the error free simulated value of the outcome. This numeric column is called .truth.

  • A simulation functions were added:

  • Small update to fix HTML for CRAN.
  • Added a set of regression and classification simulation functions (#273).

  • Remove OkCupid data, including text data, because of privacy concerns.

  • Add Tate Gallery modern artwork metadata.

  • Deprecate OkCupid data, including text data, because of concerns around such data such as the ability to identify individuals.

  • Add the grant acceptance data from Kuhn and Johnson (2013) (Applied Predictive Modeling).

  • The crickets data from Chapter 3 of tmwr.org were added.

  • The bivariate dataset was missing, this has been corrected (@mdogucu, #5).

  • The Ames and penguin data sets were added.

  • Added a NEWS.md file to track changes to the package.