-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test data range and update training data splitting; enhance loggi…
…ng in IntervalData In `Algorithm`: - Changed test results loop from `(0..count)` to `(1..count)` to correct data indexing. - Modified training data generation to use only features and labels up to the start index instead of concatenating before and after slices. - In `IntervalData`: - Consolidated multiple debug statements into a single line for clearer and more concise logging.
- Loading branch information
1 parent
63db524
commit 93d103a
Showing
2 changed files
with
4 additions
and
7 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
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