cascade.core.PredictMode
- class cascade.core.PredictMode(value, names=_not_given, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
IntEnumModel prediction mode
- recon
Predict self-reconstruction
- jac
Compute the Jacobian matrix
- explain
Explain counterfactual prediction by components
- ctmean
Predict counterfactual state with the mean
- ctsamp
Predict counterfactual state with random sampling
Attributes
dsgnerr