Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow for custom loss function to be passed as measure argument #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 8, 2022

  1. allows for a custom loss function to be supplied to the measure argum…

    …ent. Must take truth, response, and prob as arguments (as they are output from the `predict_learner()` function followed by the few modifications at the beginning of the `compute_loss()` function (which themselves might be further modified by a call to the `modify_trp()` function). Returns a single vector (which may be a one-element vector) representing the loss (i.e., 1 - model skill measure).
    mikoontz committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    97442ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef51500 View commit details
    Browse the repository at this point in the history