https://fullyalive.tistory.com/25
[랜덤함수] randint 함수와 uniform 함수
radint - 두 정수 사이의 랜덤한 정수를 리턴시켜주는 함수 파이썬에 기본적으로 깔려있는 random 모듈에 정의되어 있다. from random import randint # a <= N <= b인 랜덤한 정수 N의 값을 리턴 randint(a, b) x..
fullyalive.tistory.com
'Machine learning' 카테고리의 다른 글
random.nomal() 의미 (0) | 2020.02.14 |
---|---|
subplot() subplots() 여러표 위치 선정 (0) | 2020.02.12 |
에러; No module named sklearn.cross_validation (0) | 2020.02.12 |
iteritems() 의 기능 (0) | 2020.02.12 |
legend() 함수 기능 (0) | 2020.02.11 |