-
Notifications
You must be signed in to change notification settings - Fork 5
Feat/propensity ps dml #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feat/propensity ps dml #29
Conversation
|
코드 작성하느라 고생하셨습니다 🙌 흐름 요약
좋은 추석 연휴 보내세요! |
|
[Week 6]
|
|
좋은 코드를 작성해주셔서 감사합니다! 많은 공부가 되었습니다ㅎㅎ 다만 코드 실행시 LGBMRegressor와 cross_val_predict이 import가 안 되어 있는것 같습니다..! 해당 부분만 수정해주시면 감사하겠습니다!!ㅎㅎ |
FWL 정리와 직교화가장 먼저 사용할 수 있는 편향 제거 방법으로 처치 T와 결과 Y사이의 관계를 추정하고 싶지만 교란 요인 X가 있는 경우
-> 위 과정을 회귀 모델이 아닌 머신러닝 모델을 사용하여 비선형성을 학습할 수 있음
|
|
[Week 7]
|
AIPW Robustness Check Flow 관련 Reference 및 코드 추가
IPW, AIPW, Doubly Robust Estimator에 대한 코드 작성은 이번으로 마무리하고 CATE쪽 내용에 대한 책 작성 예정