Thanks Marco.
I’m looking at the interplay of two features, so instead of just two separate factor nodes for A and B, I create a formula node for FRank(A)*FRank(B) to magnify cases when both are high (or low).
That’s also why I asked if the limit was on function calls vs formula nodes, as I didn’t have 40+ formula nodes containing cross sectionals, to my knowledge at least. But I had over 40 calls to FRank in the system as this pattern yielded two FRank calls per node where it was used.
Thanks.