mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-11 22:14:58 -05:00
Merge branch 'main' into support_percentages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user