Open
Description
Hi there,
I'm trying to use AUCPR and AUC as metrics, so I defined the param of ModelConfig like metrics=[keras.metrics.AUC(name="AUCPR", curve='PR', num_thresholds=1000),keras.metrics.AUC(name="AUC", curve='ROC', num_thresholds=1000)]
. However, it did not work and raised a error 'AttributeError: 'AUC' object has no attribute 'name''.
Besides, I would like to know how to input pre-defined validation data to DeepTable.fit
. I read its source code and found no related description. Is it correct if I set validation_data = (val_x, val_y)
?
I would be grateful for any suggestions!
Best,
Wenyi Jin
Metadata
Metadata
Assignees
Labels
No labels