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

Things _42 #64

Open
Proteusiq opened this issue Feb 13, 2025 · 1 comment
Open

Things _42 #64

Proteusiq opened this issue Feb 13, 2025 · 1 comment

Comments

@Proteusiq
Copy link
Owner

customer metrics

import numpy as np
from sklearn.metrics import make_scorer

@maker_scorer
def overestimates(y_true, y_pred, threshold:int = 500):
    return np.mean(y_pred > y_true - threshold)
@Proteusiq
Copy link
Owner Author

export ANTHROPIC_API_KEY=$(op read op://API/ClaudeKey/password)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant