UnprotectedInput#

from tmlt.tune import UnprotectedInput
class tmlt.tune.UnprotectedInput(name, dataframe)#

Bases: NamedTuple

An unprotected input that was used for an ErrorReport.

name: str#

The name of the input.

dataframe: DataFrame#

A DataFrame containing the unprotected data used for the report.