1 Stage
utils.Stage()Stages of the training lifecycle.
1.1 Members
TRAIN: “train” VAL: “val” TEST: “test”
1.2 Methods
| Name | Description |
|---|---|
| from_str | Map strings (e.g. “fit”, “validate”) back to Stage members. |
1.2.1 from_str
utils.Stage.from_str(value)Map strings (e.g. “fit”, “validate”) back to Stage members.