Skip to content

Commit

Permalink
Merge pull request #43 from datasig-ac-uk/additional-features
Browse files Browse the repository at this point in the history
Fix #8: Add option to include additional features
  • Loading branch information
rchan26 authored Aug 15, 2023
2 parents ba4eea2 + bd7fb1d commit ef6e51d
Show file tree
Hide file tree
Showing 6 changed files with 502 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Check products
run: pipx run twine check dist/*

- uses: pypa/[email protected].7
- uses: pypa/[email protected].10
if: github.event_name == 'release' && github.event.action == 'published'
with:
# Remember to generate this and set it in "GitHub Secrets"
Expand Down
1 change: 0 additions & 1 deletion src/nlpsig/classification_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def __init__(
else:
if self.groups is not None:
# see https://github.com/scikit-learn/scikit-learn/issues/9193
print("[INFO] Splitting data by provided groups")
self.shuffle = False

if x_data.shape[0] != len(self.groups):
Expand Down
Loading

0 comments on commit ef6e51d

Please sign in to comment.