-
Notifications
You must be signed in to change notification settings - Fork 45
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
Issue/237 #241
base: dev
Are you sure you want to change the base?
Issue/237 #241
Commits on Sep 11, 2024
-
DEV: Created standalone class for Random Forest Models (#237)
FEAT: Implemented RF class method for fitting the model FEAT: Implemented RF class method for obtaining importance analysis from a fitted RF FEAT: Implemented RF class method for returning oob error FEAT: Implemented RF class method for obtaining FDR from a fitted model FEAT: Implemented RF class method for exporting forest to JSON REFACTOR: Make RF model available at package level CHORE: Added type checking to all methods
Configuration menu - View commit details
-
Copy full SHA for 5edfbfa - Browse repository at this point
Copy the full SHA 5edfbfaView commit details -
DEV: Updated varspark python wrapper (#237)
REFACTOR: Removed FeatureSource and ImportanceAnalysis classes from core REFACTOR: Added FeatureSource import so features can be returned as a class instantiation
Configuration menu - View commit details
-
Copy full SHA for 80a9c59 - Browse repository at this point
Copy the full SHA 80a9c59View commit details -
DEV: Created standalone FeatureSource class in separate file (#237)
REFACTOR: Removed imp analysis and model training FEAT: Added conversion from feature to RDD (python) FEAT: Added conversion from feature to RDD (scala) CHORE: Added type checking
Configuration menu - View commit details
-
Copy full SHA for 23520ec - Browse repository at this point
Copy the full SHA 23520ecView commit details -
REFACTOR: Remove unecessary hail import for hail rf wrapper
due to import order warning (#237)
Configuration menu - View commit details
-
Copy full SHA for 4560998 - Browse repository at this point
Copy the full SHA 4560998View commit details -
DEV: Created standalone ImportanceAnalysis class in
separate wrapper file (#237) REFACTOR: Updated important_variables and variable_importance methods to convert to pandas DataFrames
Configuration menu - View commit details
-
Copy full SHA for b8b39fd - Browse repository at this point
Copy the full SHA b8b39fdView commit details -
DEV: Updated ImportanceAnalysis scala class (#237)
REFACTOR: Removed model training from object instantation and updated class to accept a model as a parameter REFACTOR: Added normalisation as an optional parameter for variable importance methods FEAT: Updated variableImportance method to include splitCount in return as it is required for local FDR analysis
Configuration menu - View commit details
-
Copy full SHA for 4bfaac9 - Browse repository at this point
Copy the full SHA 4bfaac9View commit details -
DEV: Created scala function that trains a forest
and passes back to python context (#237)
Configuration menu - View commit details
-
Copy full SHA for 0fc736f - Browse repository at this point
Copy the full SHA 0fc736fView commit details -
REFACTOR: Removed model definition and training
from importAnalysis method of AnalyticsFunctions (#237)
Configuration menu - View commit details
-
Copy full SHA for ea069d6 - Browse repository at this point
Copy the full SHA ea069d6View commit details -
DEV: Create no-hail equivalent of JSON model export (#237)
FIX: Update export function to process trees in batches, instead of collecting the whole forest as a map as this led to OOM errors on large forests
Configuration menu - View commit details
-
Copy full SHA for e08f12a - Browse repository at this point
Copy the full SHA e08f12aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc5912 - Browse repository at this point
Copy the full SHA ddc5912View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d40d4 - Browse repository at this point
Copy the full SHA f6d40d4View commit details -
DEV: Update python unit testing (#237)
REFACTOR: Refactor to mirror changes to python wrapper FEAT: Include FDR calculation in unit test
Configuration menu - View commit details
-
Copy full SHA for 3356d9a - Browse repository at this point
Copy the full SHA 3356d9aView commit details -
DEV: Create no hail lfdr class (#237)
FEAT: Implement function for manhattan plotting negative log p values
Configuration menu - View commit details
-
Copy full SHA for 59f40bc - Browse repository at this point
Copy the full SHA 59f40bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f8066b - Browse repository at this point
Copy the full SHA 3f8066bView commit details -
DEV: Create temp notebook for demonstrating VS functionality
without hail (#237)
Configuration menu - View commit details
-
Copy full SHA for de29b45 - Browse repository at this point
Copy the full SHA de29b45View commit details
Commits on Sep 13, 2024
-
DEV: Add covariate import wrapper function (#237)
STYLE: Format with black
Configuration menu - View commit details
-
Copy full SHA for fe2db4c - Browse repository at this point
Copy the full SHA fe2db4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b9570 - Browse repository at this point
Copy the full SHA a9b9570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea4c8c - Browse repository at this point
Copy the full SHA 3ea4c8cView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f11e62 - Browse repository at this point
Copy the full SHA 8f11e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for d671f35 - Browse repository at this point
Copy the full SHA d671f35View commit details -
DEV: Add wrapper functions for covariate support (#237)
FEAT: Add wrapper class for importing covariates FEAT: Add wrapper class for unioning features and covariates
Configuration menu - View commit details
-
Copy full SHA for 209a463 - Browse repository at this point
Copy the full SHA 209a463View commit details -
Configuration menu - View commit details
-
Copy full SHA for b94afcc - Browse repository at this point
Copy the full SHA b94afccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04daae2 - Browse repository at this point
Copy the full SHA 04daae2View commit details -
DEV: Update lfdr to support covariates (#237)
REFACTOR: Include covariate filtering in manhattan plot function STYLE: Format with black (#237)
Configuration menu - View commit details
-
Copy full SHA for 30732ba - Browse repository at this point
Copy the full SHA 30732baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3381e68 - Browse repository at this point
Copy the full SHA 3381e68View commit details -
DEV: Update VSContext to support covariates (#237)
FEAT: Add functions for importing std and transposed CSVs FEAT: Add function for unioning features and covariates
Configuration menu - View commit details
-
Copy full SHA for 37f4193 - Browse repository at this point
Copy the full SHA 37f4193View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfae3c2 - Browse repository at this point
Copy the full SHA dfae3c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9733844 - Browse repository at this point
Copy the full SHA 9733844View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd32e0f - Browse repository at this point
Copy the full SHA dd32e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 769ce76 - Browse repository at this point
Copy the full SHA 769ce76View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a23cf - Browse repository at this point
Copy the full SHA e9a23cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4379b0a - Browse repository at this point
Copy the full SHA 4379b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2048d0 - Browse repository at this point
Copy the full SHA d2048d0View commit details -
REFACTOR: Update pairwise operation tests based on import changes (#237)
Reference changed to importTransposedCSV
Configuration menu - View commit details
-
Copy full SHA for 2416b8e - Browse repository at this point
Copy the full SHA 2416b8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1529bd8 - Browse repository at this point
Copy the full SHA 1529bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d6137 - Browse repository at this point
Copy the full SHA 12d6137View commit details -
DEV: Replace to_df functionality with head (#237)
REFACTOR: Remove python component of converting Feature RDD to pandas FEAT: Add RDD slice to DF function
Configuration menu - View commit details
-
Copy full SHA for 4df6e32 - Browse repository at this point
Copy the full SHA 4df6e32View commit details -
DEV: Update FeatureSource dataframe conversion (#237)
REFACTOR: Remove conversion of whole RDD to DataFrame FEAT: Add function for slicing rows and columns and converting to DF
Configuration menu - View commit details
-
Copy full SHA for b1fe760 - Browse repository at this point
Copy the full SHA b1fe760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4506139 - Browse repository at this point
Copy the full SHA 4506139View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07cd144 - Browse repository at this point
Copy the full SHA 07cd144View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cef13f4 - Browse repository at this point
Copy the full SHA cef13f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f4e3b - Browse repository at this point
Copy the full SHA b6f4e3bView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b7f83b - Browse repository at this point
Copy the full SHA 9b7f83bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f66f445 - Browse repository at this point
Copy the full SHA f66f445View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e637c - Browse repository at this point
Copy the full SHA e6e637cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f82d29 - Browse repository at this point
Copy the full SHA 8f82d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be8d66 - Browse repository at this point
Copy the full SHA 1be8d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd53f27 - Browse repository at this point
Copy the full SHA bd53f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ae200 - Browse repository at this point
Copy the full SHA 45ae200View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe70285 - Browse repository at this point
Copy the full SHA fe70285View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 279bd5b - Browse repository at this point
Copy the full SHA 279bd5bView commit details -
DEV: Integrate bgzipped file support in VCF import API (#237)
* .bgz loader function implemented by Christina
Configuration menu - View commit details
-
Copy full SHA for 5ad8cc0 - Browse repository at this point
Copy the full SHA 5ad8cc0View commit details -
DEV: Implement imputation for VCF features (#237)
* Update python wrapper to include imputation strategy parameter * Update scala API to pass imputation strategy to VCFFeatureSource * Create functions to handle mode and zero imputation strategies * Added imputation strategy to test cases * Added imputation strategy to FeatureSource cli * Remove sparkPar from test cases due to changes in class signature * Updated DefVariantToFeatureConverterTest to use zeros imputation
Configuration menu - View commit details
-
Copy full SHA for b686d75 - Browse repository at this point
Copy the full SHA b686d75View commit details