codestates / codestates/ds-TIL
[TIL] day41 오세광 201102
- Dominant language
- No language data
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
# 키워드: for loop, concat, def, tennis prediction model
# (Act)What you actually did.
1. ATP Tennis 데이터를 가지고, 각 경기당 승리여부를 예측하는 모델을 구상하였다.
2. 데이터를 손 쉽게 가져오기 위해, for loop와 def를 다시 공부하여, 데이터를 불러올 때 어떻게 쓸지 공부하였다.
3. Concat을 활용하여 10년간의 엑셀 데이터를 합치는 것을 고민했다.
# (Evaluate)How you evaluate your action's outcome vs. the initial goal(plan).
1. ATP 데이터를 바탕으로 승리여부를 예측하는 모델을 구상하여 만들 예정이고, 이것이 각 빅3가 그랜드 슬램에서 만났을 때 승리여부를 예측할 수 있는 모델로 확장가능하면 좋겠다.
2. Concat과 for loop, def를 활용하여 10년간 데이터를 손쉽게 합칠 수 있는 def를 만들어보려고 한다.
# (Reflect)
How you worked throughout the stages plan-research-act-observe-evaluate.
What did you do well, what can you improve upon.
How can you improve your process?
1. 우선 오늘은 10년간의 데이터를 쉽게 합칠 수 있는 def를 만들고, 그에 따라 앞으로 진행해볼 예정이다.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.