multiMethods property

Map<String, String> multiMethods
getter/setter pair

Implementation

Map<String, String> multiMethods = {
  'Vars with Missing': '''

    **Vars with Missong:** Choose this chip to remove from the dataset all
    columns (variables) that have any missing values. The variables with
    missing values are indicated in the data summary and they will be
    identified before removal through a popup, so you have a chance to review
    them before committing to do so.

    ''',
  'Obs with Missing': '''

    **Obs with Missing:** Choose this chip to remove from the dataset all rows
    (observations) that have any missing values.

    ''',
  'Obs with Missing Target': '''

    **Obs with Missing Target:** Choose this chip to remove from the dataset
    all rows that have a missing value for the target vairiable. Some
    algorithms do not handle missing targets and so this option can be useful
    if that's the case. Or an algorithm may treat a missing target value as an
    additionl class for categoric targets, which may be jsut fine, or else
    perhaps not appropriate for your task, so you can remove them here. The
    chip will be disabled if the target is not set or has no missing
    observations.

    ''',
  'Ignored': '''

    **Ignored:** Choose this chip to remove from the dataset all columns
    (variables) that are marked as *Ignore* in the **Dataset** tab's **Role**
    page. Don't worry, the variables to be removed will be identified through
    a popup so that you will have a chance to review them before comitting to
    do so.

    ''',
};