Skip to content

Make AMF estimators drift resilientΒ #1826

Description

@MaxHalford

AMFClassifier and AMFRegressor are the most accurate models we have. But they are not designed to do well with drift. Indeed, I realized when working on #1825 that copying the counts from the parents to the child can hinder performance (e.g. on the Elec2 dataset), likely because it anchors the model into the past distribution. The previous bug of not copying introduced some kind of unintended regularization because the class count was reset.

One thing we could start with is attempting to use rolling counts. But it might be a hack.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions