-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bootstrap fixed random state (#232)
* Fix bootstrap fixed random state (closes #231) Use old-school optional type Enable colour output in CI for pytest Fix typo in arg name Rethink strategy; provide way to fix random seed but still call resample multiple times Be explicit about number of samples * Attempt to stratify bootstrap if classification props are present * Pass `targets_groups` up to Ensemble from member * use first prop for stratification --------- Co-authored-by: ppdebreuck <pierre-paul.debreuck@student.uclouvain.be>
- Loading branch information
1 parent
8d41f94
commit 53a9a6b
Showing
2 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ on: | |
push: | ||
branches: | ||
- master | ||
|
||
env: | ||
# Enable color output for pytest | ||
FORCE_COLOR: true | ||
|
||
jobs: | ||
|
||
lint: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters