I am trying to use graphlab.evaluation.log_loss function though I can't import it. I try to use log_loss function :
evaluation.log_loss(..)
but I get the following error: " AttributeError: 'module' object has no attribute 'log_loss'" though other metrics such as confusion_matrix, rmse and others are working. Any ideas?