This commit is contained in:
Shaokun 2023-01-18 14:35:57 -05:00 committed by GitHub
parent 100bfe2d43
commit cdc4201188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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