Keras Network Learner - Metrics definition

Dear all,
how can I define in Keras Network Learner the different metrics? E.g.

metrics=[‘mean_squared_error’]
Or
metrics=[‘accuracy’]

Thanks in advance
Regards

Hello @iiiaaa,

unfortunately the Keras Network Learner does not (yet) support metrics other then accuracy.
However, I can assure you that this is one of the features that we are looking to add in the future although I can’t make any promises as to when it will be implemented.

Best,

Adrian

3 Likes