Skip to content

Throw warning when plotting "partial" object with a "yhat.id" column and > 1 features #112

@bgreenwell

Description

@bgreenwell

The following should throw a warning for users to plot the results manually

pd <- partial(rfo, pred.var = c("age", "pclass", "sex"), pred.fun = pfun, train = t3, progress = "text")
plotPartial(pd)  # useless plot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions