ericyan71

Results 1 comments of ericyan71

I also encounter this problem, I'd like to write codes, which looks like in numpy: a=np.random.randn(5, 4) b=np.random.randn(5) y = a[b>0.4, :] I can't find how to write it in...