-
Notifications
You must be signed in to change notification settings - Fork 24
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
Developer continuous #84
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50bfa61 - Browse repository at this point
Copy the full SHA 50bfa61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f7c2f - Browse repository at this point
Copy the full SHA 63f7c2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0c90b - Browse repository at this point
Copy the full SHA 5c0c90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d831a49 - Browse repository at this point
Copy the full SHA d831a49View commit details -
- new preprocessing - work on cont. associations
Configuration menu - View commit details
-
Copy full SHA for b5e1044 - Browse repository at this point
Copy the full SHA b5e1044View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8f8aa - Browse repository at this point
Copy the full SHA ff8f8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26bb304 - Browse repository at this point
Copy the full SHA 26bb304View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa28897 - Browse repository at this point
Copy the full SHA aa28897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0826212 - Browse repository at this point
Copy the full SHA 0826212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a5dfa - Browse repository at this point
Copy the full SHA 98a5dfaView commit details -
- checking different config settings. Highlights: - preprocessing.py: feature_min_max function -perturbations.py: perturb...extended: change target_dataset feature by feature for min/max - identify_associations.py: branched flow depending on target_value
Configuration menu - View commit details
-
Copy full SHA for c838976 - Browse repository at this point
Copy the full SHA c838976View commit details -
# Added plus_std and minus_std as target values
- *preprocessing.py:* feature_min_max to feature_stats (added std) -* perturbations.py:* added std (1 for now) feature by feature -*identify_associations.py:* added predefined list of cont target values
Configuration menu - View commit details
-
Copy full SHA for 9d560bc - Browse repository at this point
Copy the full SHA 9d560bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 081e737 - Browse repository at this point
Copy the full SHA 081e737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ce21f - Browse repository at this point
Copy the full SHA 85ce21fView commit details -
Perturbation visualization added:
It is used in: - encode data (show before and after preprocessing) - identify associations (plot each feature after perturbation)
Configuration menu - View commit details
-
Copy full SHA for 337ddc5 - Browse repository at this point
Copy the full SHA 337ddc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b4f1f - Browse repository at this point
Copy the full SHA c7b4f1fView commit details -
Reorganizing the file identify_associations: - ttest and bayes functions put outside - dataloader preparation defined in functions - save results function added - single identify_associations function - Most comments addressed
Configuration menu - View commit details
-
Copy full SHA for f02c63e - Browse repository at this point
Copy the full SHA f02c63eView commit details -
📝 Make output_subpath optional
Reformat constant CONTINUOUS_TARGET_VALUES
Configuration menu - View commit details
-
Copy full SHA for 5248274 - Browse repository at this point
Copy the full SHA 5248274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b2849 - Browse repository at this point
Copy the full SHA 79b2849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1036656 - Browse repository at this point
Copy the full SHA 1036656View commit details -
Reused code put in main function: Identify associations Working branch for both modes (Continuous assoc finds self correlations)
Configuration menu - View commit details
-
Copy full SHA for 71dd894 - Browse repository at this point
Copy the full SHA 71dd894View commit details -
✨ Random continuous dataset added.
- Tested bayes and ttest on new data - Added config files for continuous test TODO: Create folder with files to create synthetic datasets
Configuration menu - View commit details
-
Copy full SHA for c9cf123 - Browse repository at this point
Copy the full SHA c9cf123View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ddf48 - Browse repository at this point
Copy the full SHA a3ddf48View commit details -
✨ Update ID associations module
- Add GPU compatibility - Fix typing - Make test dataloader batch size configurable - Add extra columns to output table
Configuration menu - View commit details
-
Copy full SHA for 1c64573 - Browse repository at this point
Copy the full SHA 1c64573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a6d7a - Browse repository at this point
Copy the full SHA 59a6d7aView commit details
Commits on Jan 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0530139 - Browse repository at this point
Copy the full SHA 0530139View commit details
Commits on Jan 24, 2023
-
- Exploring bayes behaviour on continuous pert - Plot feature associations and vae architecture as graphs - Use VSCode debugger (json edited)
Configuration menu - View commit details
-
Copy full SHA for 6fd7589 - Browse repository at this point
Copy the full SHA 6fd7589View commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c83fb42 - Browse repository at this point
Copy the full SHA c83fb42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3300a86 - Browse repository at this point
Copy the full SHA 3300a86View commit details
Commits on Feb 22, 2023
-
Functioning Kolmogorov Smirnov method - QC of features is given as separate csv from KS scores - schema: feature names of feature to visualize added - Basic visualization functions added to dataset_distribution.py
Configuration menu - View commit details
-
Copy full SHA for 2cac930 - Browse repository at this point
Copy the full SHA 2cac930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00dd85d - Browse repository at this point
Copy the full SHA 00dd85dView commit details
Commits on Mar 29, 2023
-
Updated identify associations: - Latest KS version New folder: supplementary_material - Create datasets py file - Performance evaluation py file
Configuration menu - View commit details
-
Copy full SHA for 968ff14 - Browse repository at this point
Copy the full SHA 968ff14View commit details -
Clean MOVE continuous branch - To ease eventual merging with main - Add tutorial files for continuous perturbations - Append content to supplementary material folder: Random continuous dataset (originally called realistic) added. Final predictions saved for 150 feature model. This is to run performance_evaluation directly.
Configuration menu - View commit details
-
Copy full SHA for 2813ebd - Browse repository at this point
Copy the full SHA 2813ebdView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 831d8ce - Browse repository at this point
Copy the full SHA 831d8ceView commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0b23637 - Browse repository at this point
Copy the full SHA 0b23637View commit details
Commits on Apr 28, 2023
-
Clean code to merge with developer: - Add hotfix changes for plotting - Uncouple visualize latent and VAE from id_assoc_ks. - id_assoc_ks stores latent repr before and after pert. in 3D npy file - 2 new files in supplementary_files: 3D_latent and VAE visualization.
Configuration menu - View commit details
-
Copy full SHA for 048117e - Browse repository at this point
Copy the full SHA 048117eView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8cd44d8 - Browse repository at this point
Copy the full SHA 8cd44d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e524eb - Browse repository at this point
Copy the full SHA 1e524ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a7590 - Browse repository at this point
Copy the full SHA 37a7590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9912e11 - Browse repository at this point
Copy the full SHA 9912e11View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f8bd98d - Browse repository at this point
Copy the full SHA f8bd98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c49d23 - Browse repository at this point
Copy the full SHA 8c49d23View commit details
Commits on Jul 12, 2023
-
- Relocated get_2nd... function to analysis - metrics . - Generalized node colormap for graph visualization - Enforced MOVE default style - Add some type hints and docstrings
Configuration menu - View commit details
-
Copy full SHA for e03eec2 - Browse repository at this point
Copy the full SHA e03eec2View commit details
Commits on Aug 15, 2023
-
Allowing multiple hidden layers when tuning reconstruction: - Solved parsing issue with results.tsv file's title
Configuration menu - View commit details
-
Copy full SHA for 3ab3a6d - Browse repository at this point
Copy the full SHA 3ab3a6dView commit details
Commits on Feb 1, 2024
-
If a row (sample) had all its values as NaNs, this would eliminate it from the metrics output. This caused a mismatch in # of labels/scores.
Configuration menu - View commit details
-
Copy full SHA for 030e019 - Browse repository at this point
Copy the full SHA 030e019View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a54cf35 - Browse repository at this point
Copy the full SHA a54cf35View commit details
Commits on May 16, 2024
-
Merge branch 'developer' into developer-continuous-v3
Henry Webel authoredMay 16, 2024 Configuration menu - View commit details
-
Copy full SHA for fb0dd98 - Browse repository at this point
Copy the full SHA fb0dd98View commit details -
✨ add workflow for formatting checks
- 🐛 fix incomplete publishing package file - 🎨 format src files
Henry committedMay 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 4164f41 - Browse repository at this point
Copy the full SHA 4164f41View commit details -
Henry committed
May 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 439c8cf - Browse repository at this point
Copy the full SHA 439c8cfView commit details -
✨ lint src files with flake8 - might introduce regression errors
- set max-line-length to 120
Henry committedMay 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 3ff9842 - Browse repository at this point
Copy the full SHA 3ff9842View commit details -
🐛 configure flake8 for black formatting
Henry committedMay 16, 2024 Configuration menu - View commit details
-
Copy full SHA for d722c0b - Browse repository at this point
Copy the full SHA d722c0bView commit details -
🐛 ⏪ HYDRA_VERSION_BASE needed for imports
Henry committedMay 16, 2024 Configuration menu - View commit details
-
Copy full SHA for a7e6275 - Browse repository at this point
Copy the full SHA a7e6275View commit details -
🐛 regression: merging branches lead to name mismatch
- in case of no categorical variables, the error surfaced: input_config has to be used!
Henry committedMay 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 6184235 - Browse repository at this point
Copy the full SHA 6184235View commit details -
Henry committed
May 16, 2024 Configuration menu - View commit details
-
Copy full SHA for daa74b7 - Browse repository at this point
Copy the full SHA daa74b7View commit details -
✅ Add integration test based on tutorial
Henry committedMay 16, 2024 Configuration menu - View commit details
-
Copy full SHA for e6368a9 - Browse repository at this point
Copy the full SHA e6368a9View commit details
Commits on May 31, 2024
-
🎨 format yaml files (some had no last blank line)
Henry committedMay 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 0542ff2 - Browse repository at this point
Copy the full SHA 0542ff2View commit details -
🎨 add typehints and always return figure for plotting fcts
double check type hints - also FloatArray is not very informative about the layout of the array (2D, 3D, 4D?)
Henry committedMay 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 087dcb7 - Browse repository at this point
Copy the full SHA 087dcb7View commit details -
🎨 split bayes and t-test run in CI
Henry committedMay 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 2b5b098 - Browse repository at this point
Copy the full SHA 2b5b098View commit details
Commits on Jun 1, 2024
-
Henry committed
Jun 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 2cb9aa5 - Browse repository at this point
Copy the full SHA 2cb9aa5View commit details
Commits on Jun 4, 2024
-
⏪ random small defaults restored
Henry committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 0dc2a0f - Browse repository at this point
Copy the full SHA 0dc2a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25fc96b - Browse repository at this point
Copy the full SHA 25fc96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c6624 - Browse repository at this point
Copy the full SHA 82c6624View commit details -
⚡ reduce action runtime by configuring tasks
Henry committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 09ca32f - Browse repository at this point
Copy the full SHA 09ca32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a02d0e - Browse repository at this point
Copy the full SHA 6a02d0eView commit details -
Merge branch 'developer-continuous-v3' of https://github.com/Rasmusse…
…nLab/MOVE into developer-continuous-v3
Configuration menu - View commit details
-
Copy full SHA for 2a12ed1 - Browse repository at this point
Copy the full SHA 2a12ed1View commit details -
🔧 udpate flake8 configuration according to defaults
Henry committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e1c6ba - Browse repository at this point
Copy the full SHA 2e1c6baView commit details -
✨ dry-run continuous configuration sample data
- play also with sample data configuration
Henry committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 6207350 - Browse repository at this point
Copy the full SHA 6207350View commit details -
🎨 make line 88 characters long, remove some expections from flake8
Henry committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for e4e2283 - Browse repository at this point
Copy the full SHA e4e2283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e23447 - Browse repository at this point
Copy the full SHA 5e23447View commit details -
- check if less latent dimensions reduces the t-test runtime
Henry committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 7796f5e - Browse repository at this point
Copy the full SHA 7796f5eView commit details -
🐛 four latent dimensions are required for t-test
Henry committedJun 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 48a76b7 - Browse repository at this point
Copy the full SHA 48a76b7View commit details
Commits on Jun 7, 2024
-
⚡ run latent job, try to increase speed for t-test
Henry committedJun 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 5533eca - Browse repository at this point
Copy the full SHA 5533ecaView commit details -
⚡ speed up and balance both jobs' runtime
Henry committedJun 7, 2024 Configuration menu - View commit details
-
Copy full SHA for d0a4409 - Browse repository at this point
Copy the full SHA d0a4409View commit details