Skip to content

feature/Adaboost implementation #207

@JasonShin

Description

@JasonShin
  • I'm submitting a ...
    [/] feature request

  • Summary

An AdaBoost classifier is a meta-estimator that begins by fitting a classifier on the original dataset and then fits additional copies of the classifier on the same dataset but where the weights of incorrectly classified instances are adjusted such that subsequent classifiers focus more on difficult cases.

In an effort to implement boosting models in the library, Adaboost would be an ideal first model to implement in order for me to understand how boosting works.

  • Illustration

  • References

Metadata

Metadata

Assignees

Labels

featureNew feature that does not exist in Kalimdor.js yet

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions