Releases: sm00thix/cvmatrix
Releases · sm00thix/cvmatrix
v3.1.2
v3.1.1: Minor computational improvement and naming update (#13)
* Minor computational improvement. Also updated names from Xw and Yw to WX and WY
v3.1.0.post1
Documentation update (#12)
v3.1.0: Updated doc strings and dependencies (#11)
Co-authored-by: Ole-Christian Galbo Engstrøm <ocge@foss.dk>
v3.0.0.post1
Updated docstring for CVMatrix and NaiveCVMatrix. (#10)
v3.0.0: Detached Partitioner from CVMatrix and updated documentation. (#9)
Detached the Partitioner from CVMatrix so that the dictionary of integer arrays with validation indices does not need to be pickled when using multiprocessing together with CVMatrix such as in https://github.com/sm00thix/ikpls
v2.1.1: Exposed get_validation_indices and added an LOOCV test case (#8)
Co-authored-by: Ole-Christian Galbo Engstrøm <ocge@foss.dk>
v2.1.0.post1
Documentation and examples update (#7)
v2.1.0
Added functionality for returning training set statistics computed by…
v2.0.2: Dev (#5)
* Minor optimizations