fleximl-models 0.1.2

Machine learning models available for FlexiML framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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`