R/data.R

#' cla_train
#'
#' Training Dataset used for classification examples.
#' This is classic titanic dataset used to predict if a passenger will survive or not in titanic ship disaster.
#'
#' @source \url{https://www.kaggle.com/c/titanic/data}
"cla_train"


#' reg_train
#'
#' Training Dataset used for regression examples. In this data set, we have to predict
#' the sale price of the houses.
#'
#' @source \url{https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data}
"reg_train"

Try the superml package in your browser

Any scripts or data that you put into this service are public.

superml documentation built on Nov. 14, 2022, 9:05 a.m.