Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance train_val_test_split with Flexible Test Dataset Support #59

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add: modified train_val_test_split
infingardi committed Oct 18, 2024
commit 9ecf9e60782c8efcfc962f96f1352b6c01f7083b
2 changes: 1 addition & 1 deletion bibmon/_bibmon_tools.py
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ def spearmanr_dendrogram(df, figsize = (18,8)):

###############################################################################

def train_val_test_split (data, start_train, end_train,
def train_val_test_split(data, start_train, end_train,
end_validation, end_test,
tags_X = None, tags_Y = None):
"""