Skip to content

Allow overriding accuracy metric #264

@cancan101

Description

@cancan101

Right now accuracy (used in non-regression fits) is hard coded to be:

predict = predict_proba.argmax(axis=1)
accuracy = T.mean(T.eq(predict, y_batch))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions