Skip to content

Releases: sm00thix/cvmatrix

v3.1.2

27 Aug 10:59
096d220

Choose a tag to compare

Now precomputing WX \odot X to index into for validation sums instead…

v3.1.1: Minor computational improvement and naming update (#13)

27 Aug 10:29
ea2379b

Choose a tag to compare

* Minor computational improvement. Also updated names from Xw and Yw to WX and WY

v3.1.0.post1

11 Jul 22:48
4fcf30a

Choose a tag to compare

Documentation update (#12)

v3.1.0: Updated doc strings and dependencies (#11)

11 Jul 12:53
637abe5

Choose a tag to compare

Co-authored-by: Ole-Christian Galbo Engstrøm <ocge@foss.dk>

v3.0.0.post1

10 Jul 22:38
f932b3b

Choose a tag to compare

Updated docstring for CVMatrix and NaiveCVMatrix. (#10)

v3.0.0: Detached Partitioner from CVMatrix and updated documentation. (#9)

10 Jul 18:05
8d0e5ef

Choose a tag to compare

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)

08 Jul 12:21
5858392

Choose a tag to compare

Co-authored-by: Ole-Christian Galbo Engstrøm <ocge@foss.dk>

v2.1.0.post1

04 Jul 13:17
9aae748

Choose a tag to compare

Documentation and examples update (#7)

v2.1.0

04 Jul 12:47
303c106

Choose a tag to compare

Added functionality for returning training set statistics computed by…

v2.0.2: Dev (#5)

02 Jul 14:54
721d888

Choose a tag to compare

* Minor optimizations