tools/Python8 KDE를 구하기 위한 python package 1. scipy 2. scikit-learn 3. statsmodels 이렇게 세 가지가 있는지 몰랐다.... 그래도 이제는 알았지. 무려 7년전 포스팅이긴 하지만 내 궁금증이 좀 해결되었던 참고블로그: https://jakevdp.github.io/blog/2013/12/01/kernel-density-estimation/ Kernel Density Estimation in Python | Pythonic Perambulations Notice the two regions of interest: for very small bandwidths, kernels with a hard cutoff (tophat, linear) out-perform kernels with a broad taper (gaussi.. 2020. 8. 28. 숫자 서식 ax.text(-2.3, 0.72, "Normal = {0:3.1f}%".format(100*Pn)) ax.text(x위치, y위치, ..... ) https://dojang.io/mod/page/view.php?id=2300 파이썬 코딩 도장: 24.2 문자열 서식 지정자와 포매팅 사용하기 파이썬은 다양한 방법으로 문자열을 만들 수 있습니다. 그중에서 서식 지정자(format specifier)로 문자열을 만드는 방법과 format 메서드로 문자열을 만드는 문자열 포매팅(string formatting)에 대해 알아 dojang.io 2020. 8. 24. reshape(-1,1) 1차원 값을 강제로 2차원화 하게 해줌(?). 자세한 설명은 링크에서.. https://rfriend.tistory.com/345 [Python NumPy] reshape에서 -1 은 무슨 의미인가? (reshape(-1, 1)) 파이썬 NumPy 에서 배열의 차원(Dimension)을 재구조화, 변경하고자 할 때 reshape() 메소드를 사용합니다. 가령, 3개의 행과 4개의 열로 구성된 2차원의 배열로 재설정하고 싶으면 reshape(3, 4) 처럼 reshape( rfriend.tistory.com 2020. 8. 23. Python으로 구몬style 문제지 만들기 from random import * [print(randint(5,9),"+",randint(5,9),"=") for i in range(30)] 5 + 9 = 8 + 8 = 5 + 6 = 9 + 6 = 6 + 8 = ... 빨강: 출제될 숫자의 범위 (최소, 최대) 녹색: 문제 갯수 딸냄이 덧셈 퀴즈 내달라고 해대서 귀찮아서 만듬. 2020. 5. 8. 이전 1 2 다음