autoprognosis
Tutorials
AutoML studies
Imputation plugins
Preprocessing plugins
Prediction plugins
Explainability plugins
Evaluation
autoprognosis
autoprognosis.plugins.uncertainty.base module
View page source
autoprognosis.plugins.uncertainty.base module
class
UncertaintyPlugin
(
model
:
Any
)
Bases:
object
abstract
fit
(
*
args
:
Any
,
**
kwargs
:
Any
)
→
UncertaintyPlugin
abstract
static
name
(
)
→
str
abstract
predict
(
*
args
:
Any
,
**
kwargs
:
Any
)
→
DataFrame
abstract
predict_proba
(
*
args
:
Any
,
**
kwargs
:
Any
)
→
DataFrame
static
type
(
)
→
str