Is there a way to start these formulas the the same vertical "line": my latex code:
\begin{equation} Accuracy = \frac{TP+TN}{TP+TN+FP+FN}\end{equation}
\begin{equation} Precision = \frac{TP}{TP+FP}\end{equation}
\begin{equation} Recall = \frac{TP}{TP+FN}\end{equation}
\begin{equation} F1 = \frac{2*Precision*Recall}{Precision+Recall}\end{equation}
Thanks!