Merge branch 'main' into support_percentages

This commit is contained in:
Shaokun
2023-01-28 10:00:57 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ For example,
def custom_metric(
X_val, y_val, estimator, labels,
X_train, y_train, weight_val=None, weight_train=None,
**args,
*args,
):
from sklearn.metrics import log_loss
import time