Skip to content

alternative, low code solution to the first bonus question #18

@peter-amerkhanian

Description

@peter-amerkhanian
print("Train:", np.unique(y_train, return_counts=True))
print("Validation:",np.unique(y_val, return_counts=True))
print("Test:", np.unique(y_test, return_counts=True))

This is a low code alternative to viewing the distributions of digits in each data set. No visual, but students seemed to like it.

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