Releases: fated/mcsvm
Releases · fated/mcsvm
v1.1
Updates in this release
- Platt Scaling support added.
- Cross Validation mode added.
- Measurements of probabilistic performance added, including Brier score and Logarithmic loss.
- Error statistics support added for both offline and cross validation mode.
- Fix an error when reading in files with Windows line break
\r\n.
v1.0
Features includes in this release
- Crammer and Singer's Multi-Class Support Vector Machines.
- Support SVMlight style data sets.
- No need to type in dimensional info before reading in data sets.
- Support Sigmoid kernel.
- No need to translate classifier file.
- Quiet mode supported.