Skip to content

LogisticRegressionClassifier out of memory #553

@Dadibom

Description

@Dadibom

Trying to train LogisticRegressionClassifier with a large dataset. LogisticRegressionClassifier.train() causes the heap to run out of memory.

The data in question is too large to be able to simply increase the heap size, so I am looking for a solution to train in batches. However, I cannot find any references in the documentation to this.

What is the intended way to train a classifier in batches?

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