-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e40636
commit 9f7ce64
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
./utils <br /> | ||
./utils : 잡다구리 유틸성 python파일들 들어있습니다. <br /> | ||
custom_loss_2_true.py : time-series 예측을 위한 mase 커스텀 소스 | ||
|
||
*** | ||
|
||
## custom_loss_2_true.py | ||
|
||
사용법 : seasonality가 parameter로 존재하지 않으며, y_true에 값을 2개 넘겨서 사용함 <br /> | ||
(batch_size, time-step, [기간평균오차를 계산할 대상, 예측에 대한 실제값]) <br /> | ||
해당 아티클 참조 <br /> | ||
[https://shyu0522.tistory.com/13] <br /> | ||
소스에도 주석 잘 달아놔서 아티클 번갈아가며 확인하면, 사용하는데에는 지장이 없을것으로 보임. |