Closed
Description
After I execute the command "linear.fit({'train': s3_train_data})", so many logs were printed on the screen. However, I was confused to analysis the content of log. The logs are like followings:
1、I want to know the exploitation of The metrics information meaning?
#metrics {"Metrics": {"Max Batches Seen Between Resets": {"count": 1, "max": 92, "sum": 92.0, "min": 92}, "Number of Batches Since Last Reset": {"count": 1, "max": 0, "sum": 0.0, "min": 0}, "Number of Records Since Last Reset": {"count": 1, "max": 0, "sum": 0.0, "min": 0}, "Total Batches Seen": {"count": 1, "max": 93, "sum": 93.0, "min": 93}, "Total Records Seen": {"count": 1, "max": 922, "sum": 922.0, "min": 922}, "Max Records Seen Between Resets": {"count": 1, "max": 912, "sum": 912.0, "min": 912}, "Reset Count": {"count": 1, "max": 2, "sum": 2.0, "min": 2}}, "EndTime": 1528936458.033175, "Dimensions": {"Host": "algo-1", "Meta": "init_train_data_iter", "Operation": "training", "Algorithm": "Linear Learner"}, "StartTime": 1528936458.033125}
2、I also want to know how to call the result of training result ,like precision or recall, I want to figure the change of different epoch and hyperparameters
3、The built-in method realize the cross-validation by self? I don't know how to pass the test data to the training model?
Metadata
Metadata
Assignees
Labels
No labels