Closed kbpark-onepredict closed 2 years ago
테스트 중 int -> float 변환 과정, 4/3 != 1.3333333....와 같은 작은 오차가 발생하여 np.equal 대신 np.isclose를 사용하였습니다.
PR 이름도 commit message 처럼 [type]: [Subject] 형태로 변경해주시면 감사하겠습니다. ex. feat: Add moving average algorithm
PR 이름도 commit message 처럼 [type]: [Subject] 형태로 변경해주시면 감사하겠습니다. ex. feat: Add moving average algorithm
반영했습니다.
@all-contributors please add @kbpark-onepredict code
@kyunghwan-onepredict
I've put up a pull request to add @kbpark-onepredict! :tada:
@kbpark-onepredict contributor 추가하는 commit 하였습니다. 👍
Summary
Write the summary about this PR.
Changes
Write changes in detail.
How to Test?
Write a way to test the changes.
Checklist