boostAlgorithm property

Map<String, String> boostAlgorithm
getter/setter pair

Implementation

Map<String, String> boostAlgorithm = {
  'Extreme': '''

    A highly efficient gradient boosting algorithm designed for large-scale
    and complex data.

    ''',
  'Adaptive': '''

    A boosting algorithm that builds a strong classifier by iteratively
    combining weak learners, focusing on errors.

    ''',
};