Skip to content

Releases: 4Freye/panelsplit

Fix to allow for Pipeline object as estimator

11 Jun 19:04
fac353e
Compare
Choose a tag to compare

This release fixes a bug that occurred when providing a Pipeline object as the estimator when using cross_val_fit. Now Pipeline objects can be provided as the estimator.

added cloning of transformer

16 May 14:47
0557f2e
Compare
Choose a tag to compare

Cloning of transformer during _cross_val_fit ensures no leakage between splits.
Edited example in the examples folder after bug fixes.

cloning estimator to fit

14 May 18:41
96241a7
Compare
Choose a tag to compare

Fixed the following issues:
#15
#13

These pertain to the fact that there was leakage in the estimator between splits. Now this is solved as the package clones the estimator before fitting to each split.

prediction bug fix

08 May 20:58
dc81253
Compare
Choose a tag to compare

Fixed issues regarding the prediction function, namely #7.

initial panelsplit release

04 Mar 11:58
ed20362
Compare
Choose a tag to compare

Initial release of panelsplit.