Name Last commit message Last commit date Latest commit lsahn-gh Update README Aug 19, 2018 2d9df9b·Aug 19, 2018 History 30 Commits documents Delete wrong index file Jul 12, 2015 fa font-awesome css 추가 Apr 22, 2015 js 0.2 - 커밋 ...
파이썬으로 만든 한자(漢字)를 한글로 또는 국한문혼용(國漢文混用)으로 쓰여 있는 글을 한글전용으로 변환하는 모듈입니다. Python module to convert hanja(chinese characters)
[i]=Trueforiind:factors=range(i,maximum,i)forfinfactors[1:]:d[f]=Falselst=[iforiindifd[i]==True]returnlstdefp_factorization(number):x=number res=[]lst=sieve_of_erast(number)i=0whilei<len(lst):ifx%lst[i]==0:x=x//lst[i]res.append(lst[i])i=0ifx==1:breakelse:i=i+1...
유사한 구문을 사용하여 부동 숫자의 너비를 소수점 뒤의 특정 숫자까지 고정합니다. 먼저 여러 부동 숫자가있는 목록을 만듭니다. 그런 다음 for 루프를 사용하여 목록에서 모...
<파이썬 머신러닝 완벽 가이드> p.174 def get_clf_eval(y_test, pred=None, pred_proba=None): confusion = confusion_matrix( y_test, pred) accuracy = accuracy_score(y_test , pred) precision = precision_score(y_test , pred) recall = recall_score(y_test , pred)...
데이터 분석으로 배우는 파이썬 문제 해결. Contribute to econ-seunghee/python-for-realestate-data development by creating an account on GitHub.
"".join()은map객체의 모든 요소를 반복하고 연결된 요소를 문자열로 반환합니다. 작가:Jinku Hu Founder of DelftStack.com. Jinku has worked in the robotics and automotive industries for over 8 years. He sharpened his coding skills ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers wer153 junhopark97 Assignees cbscsm Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issues. None yet ...