MachineLearning

ML for UFC predictions: logistic regression vs random forest? [P]

Hello everyone, I am pretty new to anything ML related so bear with me. I’ve been working on a UFC fight prediction project in Python using pandas + scikit-learn. Right now I’m using logistic regression since the output is binary (fighter A wins or fig…