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.
🐲 관련 이슈
close #479
🏃♂️ 구현/변경 사항
히트맵 그리는 로직을 선형 스케일 + 로그 스케일을 사용하는 것으로 변경하였습니다.
한 그리드 내에 데이터가 치우치는 현상을 보완하였습니다.
기존 : 선형 스케일, 0.0~1.0까지 0.1씩 균등 분배
현재 : 데이터가 치우친 경우는 로그 스케일, 균등한 경우에는 선형 스케일을 사용, 데이터 개수가 작은 구간은 더 세분화
📷 스크린샷
기존에 데이터가 치우친 경우 한 그리드만 표시되는 예시 사진입니다.
✏️ ETC
🙏To Reviewer