model: Create and Delete ML Models

Description Usage Arguments

Description

Create or Delete an Amazon ML Model

Usage

1
2
3
4
5
6
create_model(id, data, type = c("REGRESSION", "BINARY", "MULTICLASS"),
  parameters = NULL, recipe = NULL, name = NULL, ...)

get_model(id, include_recipe = FALSE, ...)

delete_model(id, ...)

Arguments

id

A character string specifying an identifier for the model, or an object of class “aws_ml_model”.

data

A data source object.

type

A character string specifying the type of model to train.

parameters

A list of parameters to use when training the model.

recipe

A list

name

Optionally, a “name” for the model.

include_recipe

A logical specifying whether to include the feature transformation recipe.


cloudyr/aws.ml documentation built on Jan. 12, 2020, 8:33 p.m.