I've been looking at primarily Weka to do machine learning testing, and I've found that Random Forest models have the best results for my purposes. I wanted to save this model and implement it on Android to predict new values, but these days it seems nigh-impossible to implement Weka on Android (all the available sources are super out-dated).
Are there any ways to train a Random Forest model, and then implement that model on an Android app to predict new values?