Skip to content

Test validation process seems invalid (test_set is using train directory instead of test directory) #1

@JordanMicahBennett

Description

@JordanMicahBennett

Good work on the project.

However, the "test_set " variable in line [21] from your pneumonia notebook, seems to be incorrectly defined.

It looks like the "test_dataGen.flow_from_directory" function's first parameter should be set to 'xray_dataset/test', instead of 'xray_dataset/train'.

The test set looks like it was accidentally set by original author as the training set, and in the end this would not reflect actual accuracy of model.

Snippet for quick view on issue:

image

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