Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] fix distribution row/column convention in
CyclicBoosting
(#334)
Recent PR brought the QPDistributions in line with unified `skpro` row/column conventions, where 1D vectors are interpreted as row vectors. This clashes with assumed coercion about the now-changed QPDistributions (it assumed column vectors) inside `CyclicBoosting`, which needed to be fixed.
- Loading branch information