I have a an equation with a long fraction and at each derivation step the fraction gets longer and the final fraction looks something like this :
\begin{equation*}
\begin{split}
\frac{\sum_{A} P(Y|C= B, Y, G = H, A, K=0) P(Y, X < R, A)P(Y, X < R, A)P(C= Z | Y, W > K, A, U=0) P(Y, X < R, A)}{\sum_{A} P(T = K| A,S < Q A, W=0) P(N = K, A)P(N = K, A)P(N = K, A)P(N = K, A)}\\
\end{split}
\end{equation*}
I am on two column setting and have viewed a couple of posts where they were able to break the fraction either because it has a short dominator or it contains summation that can be broken into multiple lines like in here, here2, and here3. But in my case I am summing over the products in the nominator and dominator.

