Skip to content

ML03ex09: Examples are not vertical vectors #160

@PlumeRoberts

Description

@PlumeRoberts
  • Day: 03
  • Exercise: 09

The y and y_hat vectors are 1d array instead of the typical column vector

Examples
If applicable, add examples to help explain your problem.

y_hat = np.array(['norminet', 'dog', 'norminet', 'norminet', 'dog', 'bird'])
y = np.array(['dog', 'dog', 'norminet', 'norminet', 'dog', 'norminet'])

Screenshots
image

Fixed on:

  • Github
  • Gitlab

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions