Submit data to competition

kgl_competition_submit(id, file, submission_description = "")

Arguments

id

Character.

file

Character. Competition submission file name.

submission_description

Character. Description of the submission.

Value

Nothing.

Examples

if (FALSE) {
kgl_competition_submit(
  id = "titanic",
  file = "gender_submission.csv",
  submission_description = "Trained via rpart"
)
}