Repositorio para almacenar el codigo de pruebas de maquinas de soporte vectorial
python -m venv env
. .\env\Scripts\activate
pip install -r requirements.txt
Iteracion | C | Kernel | Score |
---|---|---|---|
1 | 1.8218 | Linear | 0.8583 |
2 | 1.1845 | Linear | 0.8556 |
3 | 1.2871 | Linear | 0.8760 |
4 | 1.5799 | Linear | 0.8747 |
5 | 2.4643 | Poly | 0.7520 |
6 | 2.7357 | Poly | 0.7493 |
7 | 2.3760 | Poly | 0.7452 |
8 | 1.5449 | RBF | 0.7234 |
9 | 2.1886 | RBF | 0.7302 |