Hello,
I recently upgraded my Alteryx Designer from 2021.1 to 2022.1 and I got an error in the TS Model Factory output.
There is only one record from the output. I did uninstall RInstaller and reinstall but it still did not work.
Please advise what I should check.
Alteryx Designer Version: 2022.1.1.42604 Patch: 4
RInstaller_2022.1.1.42604

Solution, posted on https://community.alteryx.com/t5/Community-Gallery/TS-Model-Factory/tac-p/1082134#M1193:
1. right click on the tool and open the macro
2. update the script in R tool
Line 337.
- Before: fit_stat <- summary (this_model)
After: fit_stat <- accuracy(this_model)
Line 626
- Before: fit_stat <- summary (this_model)
After: fit_stat <- accuracy(this_model)