Skip to content

CausalInferenceLab/awesome-causal-inference-python

Repository files navigation

Awesome Causal Inference with Python

🛠️ 우리의 개발 문화 (Our Development Culture)

우리의 개발 문화

class CollaborationFramework:
    def __init__(self):
        self.tools = {
            'communication': 'kakaoTalk',
            'version_control': 'GitHub Projects',
            'ci/cd': 'Github Actions',
            'docs': 'TeachBooks'
        }
    
    def workflow(self):
        return """주간 사이클:
        [일요일 미팅 종료]
                ↓ (issue + reviewer + backup_reviewer 할당)
        [월~토요일 자정]
          각자 issue 작업
          로컬 → 브랜치 push
          PR 생성 + 리뷰어 태그

        [일요일 낮]
          리뷰어 PR 리뷰 & 코멘트

        [일요일 저녁]
          미팅:
           - 리뷰어 발표 & assignee 발표 내용 보충
           - 논의 → merge & issue close
           - 새로운 issue/reviewer 할당

         [새로운 주차 사이클 시작]"""

주차별 활동 (2025 가을 일정)

idx Date 미팅 불참 예정 토픽 발표 1 토픽 발표 2
1 9/7
2 9/14
3 9/21
4 9/28
5 10/5
6 10/12
7 10/19
8 10/26
9 11/2
10 11/9 권명석, 강산아 (학회)
11 11/16
12 11/23
13 11/30
14 12/7
15 12/14
16 12/21

About

practiacal, compact, comprehensive python codes for Causal Inference

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published