Skip to content

1.numpy-beginner.ipynb 勘误 #6

Description

@vbirdchong

In [104]:
x = [[1,3,3],
[7,5,2]]
print(np.argmax(x,axis=0))

这里的axis=0应修改为:
axis=1
否则与说明不符

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