Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

SOLVED! - TS Model Factory Error after upgrading from 2021 to 2022.1.4

Watsa
8 - Asteroid

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

 

Watsa_0-1676397282048.png

 

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)

 

 

0 REPLIES 0
Labels