Skip to content
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

Feedback #1

Open
wants to merge 203 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
203 commits
Select commit Hold shift + click to select a range
fe2ed5c
Setting up GitHub Classroom Feedback
github-classroom[bot] Sep 30, 2024
2f5e7bf
feat: submission, mae score csv 변환 모듈 추가
JaeEunSeo Sep 30, 2024
9757123
feat: add requirements.txt
Sep 30, 2024
1adad9b
feat: add .gitignore file
Sep 30, 2024
22e9a6f
feat: Define the data path
park-jaeuk Oct 4, 2024
8155d2e
feat: Adding seaborn
park-jaeuk Oct 4, 2024
cc2a7c6
feat: Adding basic preprocessing
park-jaeuk Oct 4, 2024
e4b513c
feat: Deleting unused library
park-jaeuk Oct 4, 2024
0fc5f69
remove: delete baseline code
park-jaeuk Oct 4, 2024
9ec8f0c
feat: update .gitignore
Oct 6, 2024
0b09933
feat: add EDA result and library
jinnk0 Oct 9, 2024
31eccc8
feat: add interest_rate to EDA
jinnk0 Oct 9, 2024
5dd3b3a
feat: map data visualization
jinnk0 Oct 10, 2024
8a57fc0
feat: Adding time feature preprocessing function
park-jaeuk Oct 10, 2024
96254fc
remove: Deleting an unuse file
park-jaeuk Oct 10, 2024
72b8109
feat: creating a base inference file
park-jaeuk Oct 10, 2024
b0f8cae
feat: creating base main file
park-jaeuk Oct 10, 2024
87a5b43
feat: creating basic lightgbm model
park-jaeuk Oct 10, 2024
8d3c8c5
feat: collecting various preprocessing functions
park-jaeuk Oct 10, 2024
a3dd3f9
feat: creating basic util files
park-jaeuk Oct 10, 2024
8f2661e
remove: deleting an unused file
park-jaeuk Oct 10, 2024
3c30ded
remove: deleting an unused file
park-jaeuk Oct 10, 2024
e9e0231
feat: creating basic inference
park-jaeuk Oct 10, 2024
14f47e4
feat: collecting various preprocessing functions
park-jaeuk Oct 10, 2024
8c94438
feat: creating base util files
park-jaeuk Oct 10, 2024
bc061a6
remove: deleting an unused file
park-jaeuk Oct 10, 2024
4618e3a
remove: deleting an unused file
park-jaeuk Oct 10, 2024
3f5d9fc
feat: add clustering density and centroid distance feature
jinnk0 Oct 10, 2024
f2e2451
feat: target 위치로 클러스터링하고 density와 distance to centroid 변수 추가
jinnk0 Oct 11, 2024
fb00398
feat: creating mae, submission folder in result folder
park-jaeuk Oct 11, 2024
50ea34c
feat: creating mae, submission folder in result folder
park-jaeuk Oct 11, 2024
3eab178
Merge branch 'feature' of github.com:boostcampaitech7/level2-competit…
jinnk0 Oct 11, 2024
a311efc
feat: target clustering 결과 출력
jinnk0 Oct 11, 2024
eb8b5c0
fix: gitignore pycache 추가
JaeEunSeo Oct 11, 2024
d692fda
feat: 전처리 기능 추가 및 main 파일 재구성
JaeEunSeo Oct 11, 2024
9d7b1a8
feat: subwayInfo 파생지표 테스트
jinnk0 Oct 11, 2024
7535a68
fix: dtype object->category 변경
JaeEunSeo Oct 11, 2024
0ed7c07
feat: xgboost 추가
JaeEunSeo Oct 11, 2024
6b7aeb9
fix: 이상치 처리 시 3사분위수 변경
JaeEunSeo Oct 11, 2024
be37830
main 파일 변경
JaeEunSeo Oct 11, 2024
a58f189
Merge remote-tracking branch 'origin/feat/eun' into feat/clustering
jinnk0 Oct 11, 2024
96b6c79
feat: subway, park, school info 파생 지표 추가
jinnk0 Oct 11, 2024
195b64f
feat: 로그 변환, 범주형 변환 함수 추가
JaeEunSeo Oct 13, 2024
e48e948
fix: 데이터 통합 기능 X,y 분리
JaeEunSeo Oct 13, 2024
846de88
feat: 컬럼 제거 기능 추가
JaeEunSeo Oct 13, 2024
290b7d6
feat: 강남역과의 거리 피처 추가
JaeEunSeo Oct 13, 2024
d8aba1e
feat: main 파일 변경
JaeEunSeo Oct 13, 2024
5a427ce
Merge branch 'feat/jinnk0' into feat/eun2
JaeEunSeo Oct 13, 2024
5051705
feat: MAE score 기록 모듈 추가
JaeEunSeo Oct 14, 2024
6d05d28
feat: main 파일 변경
JaeEunSeo Oct 14, 2024
53b07d3
Merge pull request #2 from boostcampaitech7/feat/eun
JaeEunSeo Oct 14, 2024
48172f6
feat: Adding 202406 data on merge_data function
park-jaeuk Oct 15, 2024
5d22bdc
feat: feature 브랜치와 병합 - mae score 기능 반영
JaeEunSeo Oct 15, 2024
4bb3740
fix: name to title bug fix
JaeEunSeo Oct 15, 2024
a354962
plus new feature(facility count) & training with xgboost
choitaesoon Oct 15, 2024
eaad4e9
log transform test -> score : 38000
choitaesoon Oct 15, 2024
0701d3c
feat: adding log transform, box-cox transform function
park-jaeuk Oct 15, 2024
0afd862
feat: clustering feature
jinnk0 Oct 16, 2024
95e5d87
feat: 공원 관련 피처 수정(가장 가까운 공원 면적 삭제, 반경 1km 이내의 공원 면적 합계 추가)
jinnk0 Oct 16, 2024
5b1ae5c
feat: 사용한 파생지표 조합 정리
jinnk0 Oct 16, 2024
af52c28
age, floor categorical variable & one-hot-encoding module
choitaesoon Oct 16, 2024
d8bb9a2
fix: 이상치 처리 함수 오류 해결
JaeEunSeo Oct 16, 2024
12b6616
feat: renew filter age & floor_area_interaction
park-jaeuk Oct 16, 2024
a4fc83a
feat: add train_valid_concat function
park-jaeuk Oct 16, 2024
8666d9e
feat: feature 최종 수정
jinnk0 Oct 16, 2024
37ebc06
feat: 최종 피처 수정
jinnk0 Oct 16, 2024
2e3d08e
remove: delete unused function
park-jaeuk Oct 16, 2024
1aaf668
feat: 최종적 피처 기능 추가
JaeEunSeo Oct 16, 2024
1b5a1fc
feat: 최종 수정
jinnk0 Oct 16, 2024
d916443
feat: creating features file
park-jaeuk Oct 16, 2024
2be0a35
feat: 최종 정리
jinnk0 Oct 16, 2024
1cf73e3
remove: delete unused function
park-jaeuk Oct 16, 2024
eb76532
remove: delete unused function
park-jaeuk Oct 16, 2024
e153472
Merge branch 'feat/jinnk0' into dev
jinnk0 Oct 16, 2024
dfa8986
remove: delete unused funtion
park-jaeuk Oct 16, 2024
d1a78b4
Merge branch 'feat/eun2' into dev
JaeEunSeo Oct 16, 2024
ae3ecc8
area_m2_category
taew-dev Oct 16, 2024
00c588a
feat: merge feat/jaeuk with dev
park-jaeuk Oct 16, 2024
14c1ec6
refactor: delete typo
park-jaeuk Oct 16, 2024
9738837
feat: adding yeo-johnson transform
park-jaeuk Oct 16, 2024
0be5985
feat: adding train case
park-jaeuk Oct 16, 2024
42f9f98
shift & transaction variable
choitaesoon Oct 16, 2024
e581983
Merge branch 'feat/choi2' into dev
choitaesoon Oct 16, 2024
b00d338
drop 2024
taew-dev Oct 16, 2024
19cd85f
환승역, level별 학교 거리
taew-dev Oct 16, 2024
a742ac3
drop 주석처리
taew-dev Oct 17, 2024
75fa7bd
Merge branch 'feat/lim' into dev
taew-dev Oct 17, 2024
9b45a37
주석 수정
taew-dev Oct 17, 2024
5c113ba
dev clone
choitaesoon Oct 17, 2024
330499a
feat: CNN model 추가
JaeEunSeo Oct 17, 2024
dcc9c7f
changing dev
choitaesoon Oct 17, 2024
beb3bdc
Merge branch 'choi/dev' into dev
choitaesoon Oct 17, 2024
05c916a
Merge branch 'dev' of https://github.com/boostcampaitech7/level2-comp…
choitaesoon Oct 17, 2024
781f44f
delete file(proprocess_fn, features)
choitaesoon Oct 17, 2024
189afee
feat: 피처 합산 및 업데이트
jinnk0 Oct 17, 2024
98e4101
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
jinnk0 Oct 17, 2024
e5d3ad6
Merge branch 'dev' into dev_eun
JaeEunSeo Oct 18, 2024
0d885c2
feat: CNN, MLP, Combined 데이터셋 생성
JaeEunSeo Oct 18, 2024
906c860
test ensemble, optuna, feature importance
choitaesoon Oct 18, 2024
23cd06f
fix : 전처리 이후 인덱스 재설정하도록 수정
JaeEunSeo Oct 19, 2024
cce05da
optuna
taew-dev Oct 19, 2024
f67c413
feat: CNN + MLP hybrid model 구현
JaeEunSeo Oct 19, 2024
a73211f
feat: 공간적 가중치 행렬 생성 및 xgboost 혼합 테스트
jinnk0 Oct 20, 2024
bd93585
feat: add CNN, MLP model
JaeEunSeo Oct 21, 2024
d295249
creating deposit feature_1019
choitaesoon Oct 21, 2024
c1d6d17
modify deposit feature(3) and xgboost test
choitaesoon Oct 21, 2024
d8184ed
target_encoding
taew-dev Oct 22, 2024
a2e4a44
feat: CNN, MLP, combined model 추가
JaeEunSeo Oct 23, 2024
48d6cc7
feat: feature 추가
JaeEunSeo Oct 23, 2024
62fd8b2
feat: 공간적 가중치 행렬로 전세가 가중 평균 추가 후 XGBoost(하이퍼파라미터 수정)
jinnk0 Oct 23, 2024
dc3dd9c
feat: torch dataset 생성
JaeEunSeo Oct 23, 2024
75e13b7
feat: 최근 거래가 피처 추가
JaeEunSeo Oct 23, 2024
64e4eec
feat: 최근 거래가 추가
JaeEunSeo Oct 23, 2024
70d9e55
remove : main 파일 위치 변경
JaeEunSeo Oct 23, 2024
10510ec
chore: cnn_mlp.py 모듈화
JaeEunSeo Oct 23, 2024
3c8eaba
testing deposit feature
choitaesoon Oct 23, 2024
3ef8c5b
feat: XGBoostWithSpatialWeight model에 seed ensemble 추가
jinnk0 Oct 23, 2024
202f9bc
stacking
taew-dev Oct 23, 2024
91f6292
xgboost_10fold_optuna
taew-dev Oct 23, 2024
c842b54
last dance
choitaesoon Oct 24, 2024
91a4683
chore: 파일명, 디렉터리, 패키지 구조 수정 및 정리
jinnk0 Oct 24, 2024
57ae0c4
remove : 실험용 주피터 파일 삭제
JaeEunSeo Oct 24, 2024
68646cc
style: preprocessing.py 정리
jinnk0 Oct 24, 2024
1fdfc6c
refactor : 모듈 코드 경로 이동
JaeEunSeo Oct 24, 2024
bb7f43a
refactor : preprocessing 모듈 handler로 이동
JaeEunSeo Oct 24, 2024
aefe6ca
style: main.py mae score 기록 부분 수정
jinnk0 Oct 24, 2024
eb778e0
chore: mae.csv 파일 저장 경로 수정
jinnk0 Oct 24, 2024
cdb44fa
fix module
choitaesoon Oct 24, 2024
cea1973
fix dev branch
choitaesoon Oct 24, 2024
2876ca4
chore: config/cofig.json을 utils/hyperparameters.json으로 변경
jinnk0 Oct 24, 2024
be79af1
Create README.md
choitaesoon Oct 24, 2024
e456032
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
jinnk0 Oct 24, 2024
4221746
docs : create README.md
JaeEunSeo Oct 24, 2024
4243a72
Update README.md
choitaesoon Oct 24, 2024
cfc94d4
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
jinnk0 Oct 24, 2024
84d5f60
chore: Handler 폴더명 handler로 변경
jinnk0 Oct 24, 2024
ef5160c
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
jinnk0 Oct 24, 2024
414c1f0
Update README.md
choitaesoon Oct 24, 2024
366e7f0
chore: handler 폴더 import 경로명 수정
jinnk0 Oct 24, 2024
2314f9f
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
jinnk0 Oct 24, 2024
e3bc936
Create README.md
choitaesoon Oct 24, 2024
4a63c54
Delete code/README.md
choitaesoon Oct 24, 2024
302f4ef
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
jinnk0 Oct 24, 2024
e9a8ce7
Update README.md
choitaesoon Oct 24, 2024
a130453
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
jinnk0 Oct 24, 2024
b1027ef
docs : Update README.md
JaeEunSeo Oct 24, 2024
e24da16
fix : fix profile
JaeEunSeo Oct 24, 2024
901f86e
spatial
taew-dev Oct 24, 2024
78a77c4
stacking
taew-dev Oct 24, 2024
f9b0b24
docs : Update README.md
JaeEunSeo Oct 24, 2024
694df4e
Update featueres README.md
choitaesoon Oct 24, 2024
65e509f
Update README.md
choitaesoon Oct 24, 2024
7a86ba7
doc : 개발 환경 fix
JaeEunSeo Oct 24, 2024
616a30d
docs : add vercel README.md
JaeEunSeo Oct 24, 2024
a621da2
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
taew-dev Oct 24, 2024
ea3fee6
Merge branch 'dev_lim' into dev
taew-dev Oct 24, 2024
f52d269
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
taew-dev Oct 24, 2024
8c09f69
불필요한 파일 삭제
taew-dev Oct 24, 2024
d9e143c
style : 모델, 유틸리티 코드 포맷팅
JaeEunSeo Oct 24, 2024
abc7c2d
Merge branch 'dev_eun' into dev
JaeEunSeo Oct 24, 2024
ffdf1f5
remove : test files
JaeEunSeo Oct 24, 2024
e520b31
remove : test 및 pth 경로 삭제
JaeEunSeo Oct 24, 2024
f7c5013
Update README.md
taew-dev Oct 24, 2024
f306eb0
chore: hyperparameter 경로 수정
jinnk0 Oct 24, 2024
84cb833
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
jinnk0 Oct 24, 2024
c379fee
feat: Adding tabtransformer files
park-jaeuk Oct 24, 2024
49c333e
feat: create tabtransformer file for running
park-jaeuk Oct 24, 2024
0af6d04
Update README.md
taew-dev Oct 24, 2024
274899d
refactor : Rename datasets.py to cnn_mlp_datasets.py
JaeEunSeo Oct 24, 2024
6352c08
refactor : Update cnn_mlp.py
JaeEunSeo Oct 24, 2024
24b4346
Merge branch 'EDA/jinnk0' into dev
jinnk0 Oct 24, 2024
126e037
feat: EDA 폴더 및 파일 병합
jinnk0 Oct 24, 2024
666641a
Merge branch 'dev' of github.com:boostcampaitech7/level2-competitived…
jinnk0 Oct 24, 2024
dee0b46
chore: jinnk0.ipynb EDA 파일 경로 수정
jinnk0 Oct 24, 2024
c96280c
feat: Adding jaeuk EDA file
park-jaeuk Oct 24, 2024
f1ef0ae
feat : create EDA_eun folder
JaeEunSeo Oct 24, 2024
dacc91c
feat : EDA_eun 노트북 추가
JaeEunSeo Oct 24, 2024
9576ff7
refactor : rename folder
JaeEunSeo Oct 24, 2024
073dc6e
Create soon
choitaesoon Oct 24, 2024
cb7f820
Delete EDA/soon
choitaesoon Oct 24, 2024
dfd3225
push choi directory to eda file
choitaesoon Oct 24, 2024
8ff89e8
feat : add lim EDA
taew-dev Oct 24, 2024
350272e
Rename test_transaction.txt to test_transaction_3.txt
jinnk0 Oct 24, 2024
7de1339
Rename train_transaction.txt to train_transaction_3.txt
jinnk0 Oct 24, 2024
9bbf9fe
Rename valid_transaction.txt to valid_transaction_3.txt
jinnk0 Oct 24, 2024
cd1c77e
Delete result/submission/tmp_interest_rate.csv
jinnk0 Oct 24, 2024
60d34aa
feat: update requirements.txt
jinnk0 Oct 24, 2024
4721d34
Merge branch 'main' of github.com:boostcampaitech7/level2-competitive…
jinnk0 Oct 24, 2024
ed9879e
docs : Update README.md
JaeEunSeo Oct 24, 2024
6e3219d
Merge branch 'main' of github.com:boostcampaitech7/level2-competitive…
jinnk0 Oct 24, 2024
bd6d9fe
Update README.md
choitaesoon Oct 24, 2024
ac36150
docs : 디렉토리 구조 tree 추가
JaeEunSeo Oct 24, 2024
0083f7f
Update README.md
choitaesoon Oct 24, 2024
94a4420
fix : Update README.md
JaeEunSeo Oct 24, 2024
ed3c912
Update README.md
JaeEunSeo Oct 24, 2024
572870b
refactor: rename the file name
park-jaeuk Oct 24, 2024
6d9d8e7
delete: remove unused file
park-jaeuk Oct 24, 2024
87a690f
fix : submission 데이터프레임 수정
JaeEunSeo Oct 24, 2024
af86131
docs : update leaderboard 결과
JaeEunSeo Oct 24, 2024
8fc5d96
Update README.md
jinnk0 Oct 24, 2024
26930d7
Update README.md
jinnk0 Oct 24, 2024
2f0164e
Update README.md
choitaesoon Oct 27, 2024
4f41790
fix : Update README.md
JaeEunSeo Oct 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
data/
baseline.ipynb
__pycache__/
Loading