Skip to contents

This function lets the user get the score from an API service

Usage

h2o_predict_API(df, api, exclude = "tag")

Arguments

df

Dataframe/Vector. Data to insert into the model.

api

Character. API URL.

exclude

Character. Name of the variables to exclude.

Value

vector with predicted results.