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
[Feat]
[EDA]
[Discussion]
[Test]
[Data]
[Model]
[Refactor]
[Style]
[Docs]
bug
data
discussion
documentation
duplicate
enhancement
good first issue
help wanted
invalid
model
question
wontfix
test
이름/목적
Branch 예시 jdu/feat, kkm/feat
jdu/feat
kkm/feat
feat
fix
refactor
style
docs
chore
commit 예시 git commit -m "[feat] Stratified Kfold #1" -m "세부내용"
git commit -m "[feat] Stratified Kfold #1" -m "세부내용"
The text was updated successfully, but these errors were encountered:
km9mn
No branches or pull requests
Issue
[Feat]
: 기능 추가, 삭제, 변경 시 사용[EDA]
: EDA 결과 공유 시 사용[Discussion]
: 의논할 주제가 있을 시 사용[Test]
: git 관련 테스트 시 사용[Data]
: 데이터 실험 시 사용[Model]
: 모델 실험 시 사용[Refactor]
: 코드 리팩토링[Style]
: 코드 형식, 정렬, 주석 등의 변경[Docs]
: 문서 추가, 삭제, 변경Label
bug
: Something isn't workingdata
: data experimentsdiscussion
: Share infodocumentation
: Improvements or additions to documentationduplicate
: This issue or pull request already existsenhancement
: New feature or requestgood first issue
: Good for newcomershelp wanted
: Extra attention is neededinvalid
: This doesn't seem rightmodel
: change backbone model experimentsquestion
: Further information is requestedwontfix
: This will not be worked ontest
: For test purposeBranch
이름/목적
Branch 예시
jdu/feat
,kkm/feat
Commit
feat
: 기능 추가, 삭제, 변경 (코드 수정 발생)fix
: 버그를 고친 경우 (코드 수정 발생)refactor
: 결과의 변경 없이 코드의 구조를 재조정한 경우 (코드 수정 발생)style
: 코드 형식, 정렬, 주석 등의 변경 (코드 수정 발생, 그러나 동작에 영향을 주지 않음)test
: 테스트 코드 추가, 삭제 변경 (테스트 코드에 관련된 모든 변경)docs
: 문서 추가, 삭제 변경 (코드 수정 없음)chore
: 빌드 스크립트 수정, 패키지 배포 설정 변경 등 (코드 수정 없음)commit 예시
git commit -m "[feat] Stratified Kfold #1" -m "세부내용"
The text was updated successfully, but these errors were encountered: