Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Summary
기본 train.csv 파일을 활용해서 문제 유형 및 풀이 전략을 분류했습니다.
최종 실험 결과, 유형 분포를
eda/category_distribution.png
에 저장했습니다.✅ Checklist
[ ] 테스트가 완료되었습니다.📄 Description
requirements.txt
에langchain
,langchain-openai
모듈을 추가했습니다.eda/category_distribution.png
에 저장하도록 코드를 작성했습니다.💡 Notice (Optional)
위 실험을 재현하기 위해서는 다음과 같은 절차에 따라주세요.
pip install -r requirements.txt
CLI 명령어로 의존성 업데이트(langchain, langchain-openai 모듈 설치 위함)eda/problem_type_analysis.ipynb
파일에서.venv
커널 선택 후 실행🔗 Related Issue(s)
close #17