Add functions for parsing ML results and building Parquet files#24
Open
AbhirupaGhosh wants to merge 3 commits into
Open
Add functions for parsing ML results and building Parquet files#24AbhirupaGhosh wants to merge 3 commits into
AbhirupaGhosh wants to merge 3 commits into
Conversation
This file contains functions to parse machine learning result files into structured metadata and to build Parquet files from various ML performance and feature datasets.
AbhirupaGhosh
commented
Jun 2, 2026
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.
Description
This file contains functions to parse machine learning result files into structured metadata and to build Parquet files from various ML performance and feature datasets.
Model Performance and Top Features Summary
all_performances.parquetall_top_features.parquetLOO_drug_perf.parquetLOO_drug_top_features.parquetcross_drug_perf.parquetcountry_perf.parquetcountry_top_features.parquetLOO_country_perf.parquetLOO_country_top_features.parquetcross_country_perf.parquetyear_perf.parquetyear_top_features.parquetLOO_year_perf.parquetLOO_year_top_features.parquetcross_year_perf.parquetMDR_perf.parquetMDR_top_features.parquetWhat kind of change(s) are included?
Checklist
Please ensure that all boxes are checked before indicating that this pull request is ready for review.