Add functions to merge performance and top features TSVs#6
Open
AbhirupaGhosh wants to merge 7 commits intomainfrom
Open
Add functions to merge performance and top features TSVs#6AbhirupaGhosh wants to merge 7 commits intomainfrom
AbhirupaGhosh wants to merge 7 commits intomainfrom
Conversation
This function merges all *_performance.tsv files into a single table with metadata and writes it as a Parquet file in the specified results path. It also includes a similar function for merging *_top_features.tsv files.
Renamed the file for consistency with naming conventions. Removed redundant suppressPackageStartupMessages blocks and unused library imports. Also cleaned up unused 'file_path' assignment in metadata tibble.
Dropped boosted tree and random forest model functions and documentation. Updated NAMESPACE exports and imports, removed references to buildBTModel and buildRFModel, and revised documentation to reflect logistic regression as the only supported model. Added documentation for new utility functions and improved parameter descriptions for tuning grid and pipeline functions.
jananiravi
previously approved these changes
Jan 21, 2026
Member
jananiravi
left a comment
There was a problem hiding this comment.
added minor changes. @AbhirupaGhosh see commits.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This function merges all *_performance.tsv files into a single table with metadata and writes it as a Parquet file in the specified results path. It also includes a similar function for merging *_top_features.tsv files.
Description
What kind of change(s) are included?
Checklist
Please ensure that all boxes are checked before indicating that this pull request is ready for review.