Skip to content

logistic_regression.js - epsilon #11

@PhilippKrone

Description

@PhilippKrone

Hi,

I'm using natural (and thus apparatus) to perform some classification. I'm using the logistic regression classifier for various reasons. I have the issue when learning with about 500 datasets (each set consisting out of approx. 10 words), it's taking quite some time. It'd be nice to be able to set the epsilon

            if(last - current < 0.0001)
                break;
            }

dynamically when using apparatus instead of having to change it in the source code. Is there any possibility to set all those numbers via a config when calling the classifier?

Regards,
Philipp Krone

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