龍家俊教你 機器學習 day48 #進行更加複雜的運算 np.where() # 判斷前3名學生,前3門課程中,成績中大於60的置為1,否則為0 temp = score[:4, :4] np.where(temp > 60, 1, 0)
Log in to join in Reading is open to everyone. Replying needs an account.
龍家俊教你 機器學習 day48 #進行更加複雜的運算 np.where() # 判斷前3名學生,前3門課程中,成績中大於60的置為1,否則為0 temp = score[:4, :4] np.where(temp > 60, 1, 0)
Log in to join in Reading is open to everyone. Replying needs an account.
No comments yet