Instance Base Estimator- is either classifier or regressor whose output needs to be modeled to provide more accurate outputs. It can be used for models that need the Instance Base Estimator.
Defining estimators
When using the base estimator in each Machine Learning models that needs base_estimator, define the base_estimator by typing in 'estimator name' made during Estimator task in Arguments
[Example of an model using base_estimator]
Input Data
Inputs
estimator name
Name of the classifier/regressor estimator (fill it out at your discretion)
estimator type
type of the base estimator
designate the type by clicking the magnifying shape on the right side of the bar
[ Task information of Estimator]
[Task information of Select estimator]
Example Workflow
[Example of using estimators for stacking classifier model]