[chore] Revert environment: secrets changes & cleanup finetuned models#774
Merged
gee-senbong merged 4 commits intomainfrom Mar 13, 2026
Merged
[chore] Revert environment: secrets changes & cleanup finetuned models#774gee-senbong merged 4 commits intomainfrom
environment: secrets changes & cleanup finetuned models#774gee-senbong merged 4 commits intomainfrom
Conversation
|
Changes made by this pull request: .github/workflows/ci.yaml .github/workflows/pytest.yml |
Contributor
Experiment ResultsExperiment 1: air-passengersDescription:
Results:
Plot:Experiment 2: air-passengersDescription:
Results:
Plot:Experiment 3: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 4: electricity-multiple-seriesDescription:
Results:
Plot:Experiment 5: electricity-multiple-seriesDescription:
Results:
Plot: |
environment: secrets changes in Github workflow files
40b0797 to
3be1976
Compare
3be1976 to
94c843b
Compare
environment: secrets changes in Github workflow filesenvironment: secrets changes & cleanup finetuned models
JQGoh
reviewed
Mar 13, 2026
| - name: Cleanup old finetuned models | ||
| run: > | ||
| uv run python scripts/cleanup_finetuned_models.py --older-than 60 |
Collaborator
There was a problem hiding this comment.
thanks for this fix, better than my suggestion
JQGoh
reviewed
Mar 13, 2026
Collaborator
JQGoh
left a comment
There was a problem hiding this comment.
Test run on windows https://github.com/Nixtla/nixtla/actions/runs/23035439135/job/66902312995?pr=774
returns error like
UnicodeEncodeError: 'charmap' codec can't encode character '\u2713' in position 0: character maps to <undefined>
This is minor but could improve the printing of information.
JQGoh
approved these changes
Mar 13, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.





This PR