mokapot v0.8.2
[0.8.2] - 2022-07-18
Bug fixes and small improvements.
Added
mokapot.Model()
objects now recored the CV fold that they were fit on. This means that they can be provided tomokapot.brew()
in any order and still maintain proper cross-validation bins.
Fixed
- Resolved issue where models were required to have an intercept term.
- The PepXML parser would sometimes try and log transform features with
0
's, resulting in missing values.