Updated metrics.py, exp_ForecastPFN.py, exp_transformer_metalearn.py, requirements.txt#9
Open
vaidatascientist wants to merge 1 commit intoabacusai:mainfrom
Open
Updated metrics.py, exp_ForecastPFN.py, exp_transformer_metalearn.py, requirements.txt#9vaidatascientist wants to merge 1 commit intoabacusai:mainfrom
vaidatascientist wants to merge 1 commit intoabacusai:mainfrom
Conversation
… requirements.txt A) requirements.txt: 1. pmdarima==2.0.3 --> pmdarima==2.0.4 2. tensorflow-io==0.26.0 --> tensorflow-io==0.37.1 B) ForecastPFN/benchmark/utils/metrics.py: 1. from keras import backend --> from tensorflow.keras import backend C) ForecastPFN/benchmark/exp/exp_ForecastPFN.py: 1. Casted history variable to float32 to avoid error 2. Used tf.saved_model.load() instead of tf.keras.models.load_model() as .pb models are not compatible with Keras3 3. Added code to calculate SMAPE at the bottom D) ForecastPFN/benchmark/exp/exp_transformer_metalearn.py 1. Added comments near the imports where changing the sys.path.append() path is important to avoid local development errors
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.
A) requirements.txt:
B) ForecastPFN/benchmark/utils/metrics.py:
C) ForecastPFN/benchmark/exp/exp_ForecastPFN.py:
D) ForecastPFN/benchmark/exp/exp_transformer_metalearn.py