A suggestion list of algorithms to try, from [Scikit-learn](https://scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html) - [ ] Nearest Neighbors - [ ] SVM - [ ] Gaussian Process - [ ] (boosted) Decision Tree - [ ] Random Forest - [ ] AdaBoost - [ ] Naive Bayes - [ ] QDA
A suggestion list of algorithms to try, from Scikit-learn