인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

junhkwak's profile image
junhkwak

asked

Introduction to Machine Learning from Scratch

Comparisons

np.where 값 리턴

Written on

·

245

0

np.where(a>0, 3,2)  는 값을 리턴하고, np.where(a>5) 는 인덱스를 리턴하는데 어떤 규칙성이 있는건가요?

규칙성이 없다면 무조건 외워야하는건지? 약간 혼동이 됩니다.

머신러닝 배워볼래요?

Answer 1

0

저도 이 부분은 좀 마음에 안드는 특징이라고 생각합니다 잘 안쓰는 기능이라 외울 필요는 없으십니다.

junhkwak's profile image
junhkwak

asked

Ask a question