2014/11/16
- 단어
- 확증 편향: 신념과 일치하는 정보만 받아들이는 경향
- 잘못된 인과관계의 오류: 단순 선후 관계 사건을 인과관계로 잘못 해석하는 것
- ipython
- Reloading submodules in IPython
%load_ext autoreload %autoreload 2
- python
- sort a list of dictionaries by value of the dictionary
from operator import itemgetter newlist = sorted(list_to_be_sorted, key=itemgetter('name'), reverse=True)
- Data Mining
- etc
댓글 없음:
댓글 쓰기