get_frame: get_frame

Description Usage Arguments Value

Description

get_frame Returns an r data frame having an id and prediction column from a model

Usage

1
get_frame(mlout, new_data_id = id, output_models, csv = TRUE, wd)

Arguments

mlout

startml mlblob object from startml function. No Default.

new_data_id

Character object of length 1 identifying the name of id varialbe. No default.

output_models

Character object of varying length identifying which model names to get prections from. No default.

csv

Boolean, whether or not a csv file named "new_data_predictions_

wd

Character object defining file path where dl_models folder will be created and deep learning models saved. Defaults to current working directory.

Value

R data.frame object with an id column and a single column for each model's predcitions.


andrewsommerlot/startml documentation built on May 5, 2019, 6:58 p.m.