We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TTDTarget
LogTTDTarget
threshold_range()
MaxHingeTarget.loss()
Target
T_warning
TTDLinearTarget
Related to #53, and the broader efforts of #42.
The text was updated successfully, but these errors were encountered:
Note unused functions in targets.py
63b8d2d
See #54
Related: eb8f664
Sorry, something went wrong.
No branches or pull requests
TTDTarget
toLogTTDTarget
for claritythreshold_range()
class methods are never called anywhere. Vestige of old ROC calculation, e.g. in https://github.com/PPPLDeepLearning/plasma-python/blob/v0.9/plasma/utils/performance.pyMaxHingeTarget.loss()
(method unique to that class) is unusedTarget
is an invalid configuration option (predicts TTD directly, without the 0 mask beforeT_warning
like inTTDLinearTarget
?)Related to #53, and the broader efforts of #42.
The text was updated successfully, but these errors were encountered: