Skip to content

test time longer than training time in the performance graph #16

Description

@prakhar2b

@giacbrd @tmylk While running this document classification script, the performance graph generated shows training time to be lesser than test time.

But if we look closely, the training time is actually longer than test time for all the classifier. Here is the log

I think this is not the right way to convert the result into a range of (0,1) on the same axis

training_time = np.array(training_time) / np.max(training_time)
test_time = np.array(test_time) / np.max(test_time)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions