Probability Calibration

CalibratedClassifierCV

Input Data

Parameters

Inputs

*Target Data

Data Input

*Model Name

Name of the user-defined feature selection model

Predict Output

Name of the output data

Merge Data

Predict Output will be created with predicted labels concatenated to Merge Data.

*X

User-selected columns to be X.

*Y

User-selected columns to be Y.

Defining estimators

Define the estimator in Arguments.

About R-Flow estimators

Example Workflow

Python Package

CalibratedClassifierCV: https://scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html

Last updated