This document summarizes a study that evaluated 13 machine learning algorithms on 165 bioinformatics datasets to provide recommendations for applying ML to bioinformatics problems. The key points are: 1) The algorithms were evaluated based on predictive accuracy, and ensemble and tree-based methods performed best overall. 2) Hyperparameter tuning and model selection improved performance for most algorithms. 3) The results showed problem-dependent variation in best algorithms, but Naive Bayes, linear models, random forests, and SVMs provided good coverage. 4) The study provides a starting point for ML practitioners by recommending 5 algorithms and their parameters.