Skip to content

Evaluate by batch transform instead of endpoint #2

Open
@athewsey

Description

@athewsey

The XGBoost notebook currently evaluates models by deploying to endpoint and then feeding data through (and the code to delete endpoints is right at the end).

It would be better to use batch transform jobs, since otherwise evaluating successive experiments could end up with multiple endpoints lying around (and maybe reaching quota once too many are created).

Would still be good to keep the endpoint deployment demo code around - perhaps at the end - as a reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions