We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
문제 풀이에서 가장 중요한 키워드는 풀이 과정에서 나옵니다. 본 실험은 모델의 풀이 추론 과정과 키워드 추출 실험을 2단계로 분리해 진행합니다.
category
keyword_{i}
keyword_{i}_exists
pd.concat
각 작업은 실험과 모듈화가 완료되었습니다. 따라서 해당 작업이 완료되면 수십 분 내에 완료되는 작업입니다.(각 작업 당 평균 10분 내외로 소요됩니다.)
The text was updated successfully, but these errors were encountered:
gsgh3016
Successfully merging a pull request may close this issue.
💡 기능 요약
문제 풀이에서 가장 중요한 키워드는 풀이 과정에서 나옵니다. 본 실험은 모델의 풀이 추론 과정과 키워드 추출 실험을 2단계로 분리해 진행합니다.
📄 기능 설명
TODO
🎯 기능 도입의 이점
category
칼럼과keyword_{i}
,keyword_{i}_exists
칼럼을pd.concat
로 통합합니다.keyword_{i}_exists
칼럼 정보를 기반으로 텍스트 크롤링 기능을 추가합니다.각 작업은 실험과 모듈화가 완료되었습니다. 따라서 해당 작업이 완료되면 수십 분 내에 완료되는 작업입니다.(각 작업 당 평균 10분 내외로 소요됩니다.)
🔗 관련 이슈
The text was updated successfully, but these errors were encountered: