Open MislavSag opened 9 months ago
Hey @MislavSag can you please let me know what version of R you are using?
I am on latest version, 4.3.3. I have updateded all packages including fnints, but still getting an error:
Finn Submission Info
• Experiment Name: finn_fcst
• Run Name: finn_fcst-20240321T113248Z
✔ Prepping Data [14.5s]
✔ Creating Model Workflows [1.6s]
✔ Creating Model Hyperparameters [1.6s]
ℹ Turning ensemble models off since no multivariate models were chosen to run.
✔ Creating Train Test Splits [10.2s]
→ A | warning: A correlation computation is required, but the inputs are size zero or one and the standard
deviation cannot be computed. `NA` will be returned.
There were issues with some computations A: x1
→ A | warning: A correlation computation is required, but the inputs are size zero or one and the standard
deviation cannot be computed. `NA` will be returned.
There were issues with some computations A: x1
→ A | warning: A correlation computation is required, but the inputs are size zero or one and the standard
deviation cannot be computed. `NA` will be returned.
There were issues with some computations A: x1
→ A | warning: A correlation computation is required, but the inputs are size zero or one and the standard
deviation cannot be computed. `NA` will be returned.
There were issues with some computations A: x1
→ A | warning: A correlation computation is required, but the inputs are size zero or one and the standard
deviation cannot be computed. `NA` will be returned.
There were issues with some computations A: x1
→ B | warning: A correlation computation is required, but `estimate` is constant and has 0 standard
deviation, resulting in a divide by 0 error. `NA` will be returned.
→ A | warning: A correlation computation is required, but the inputs are size zero or one and the standard
deviation cannot be computed. `NA` will be returned.
There were issues with some computations A: x1
→ B | warning: A correlation computation is required, but `estimate` is constant and has 0 standard
deviation, resulting in a divide by 0 error. `NA` will be returned.
→ A | warning: A correlation computation is required, but the inputs are size zero or one and the standard
deviation cannot be computed. `NA` will be returned.
There were issues with some computations A: x1
→ A | warning: A correlation computation is required, but the inputs are size zero or one and the standard
deviation cannot be computed. `NA` will be returned.
There were issues with some computations A: x1
✔ Training Individual Models [2m 32.1s]
ℹ Ensemble models have been turned off.
✔ Training Ensemble Models [266ms]
Error in { : task 3 failed - "subscript out of bounds"
In addition: Warning messages:
1: More than one set of outcomes were used when tuning. This should never happen. Review how the outcome is specified in your model.
2: More than one set of outcomes were used when tuning. This should never happen. Review how the outcome is specified in your model.
3: More than one set of outcomes were used when tuning. This should never happen. Review how the outcome is specified in your model.
4: More than one set of outcomes were used when tuning. This should never happen. Review how the outcome is specified in your model.
5: More than one set of outcomes were used when tuning. This should never happen. Review how the outcome is specified in your model.
✖ Selecting Best Models [1.1s]
Hmm this is a strange error, since this is the same code that runs as tests every day in CRAN. So in theory it should work. I would suggest checking if the finnts dependencies are old on your machine, and update them if needed. Also maybe try using another data set. For example the quarterly data set from timetk instead.
https://business-science.github.io/timetk/reference/index.html#time-series-datasets
I have just installed the package and tried smaple code from GitHub Readme:
I get an error