Skip to content

questions about evaluation of training model by using built-in algorithm #287

Closed
@giggle0312

Description

@giggle0312

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions