# FlexiML-models [![Current Crates.io Version](https://img.shields.io/crates/v/fleximl-models.svg)](https://crates.io/crates/fleximl-models) Machine learning models available for [FlexiML](https://github.com/Elesdes/FlexiML) framework. ## Modules Below, a checklist of the modules that are currently available or planned for the future: - `ml`: Contains machine learning model implementations - [x] `LinearModel` - [x] `MLP` - [x] `RBF K-Means` - [ ] `SVM` - [ ] `RandomForest` - [ ] `XGBoost` - [ ] `KAN`