Estimator

Estimator

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

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

Example Workflow

Last updated