Available Models in `rustlearn`
masterThe library provides several machine learning models that support fitting and prediction on both dense and sparse data:
- Logistic Regression: Using stochastic gradient descent (
sgdclassifier). - Support Vector Machines (SVM): Using the
libsvmlibrary. - Decision Trees: Using the CART algorithm.
- Random Forests: Using CART decision trees.
- Factorization Machines.