-
Notifications
You must be signed in to change notification settings - Fork 1
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
V1.1.0 #16
Merged
Merged
V1.1.0 #16
Conversation
This file contains 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
* Security: switched `os.mkdir` for `os.makedirs` * Fixed: copy-paste corrections * Fixed: redundant set casting * Changed: cleaned up docstring comment * Version bump * Removed config jsons that do not have paired data files * Changed: removed copyright notices from example json and data * Changed: Readme updated
* Post-release patches (#1) (#2) (#3) * Security: switched `os.mkdir` for `os.makedirs` * Fixed: copy-paste corrections * Fixed: redundant set casting * Changed: cleaned up docstring comment * Version bump * Removed config jsons that do not have paired data files * Changed: removed copyright notices from example json and data * Changed: Readme updated * Removed: `auto-sklearn`. Completes first task of Removal of Auto-sklearn #4 * Changed: upgraded scikit-learn to `1.2.2`. completes last task for Removal of Auto-sklearn #4 * removed `auto-sklearn` from result files * Changed: config_manual
* Changed: moved dev packages to `requirements_dev.txt` * Changed: upgraded `tensorflow` and `keras` to be able to create env on arm64 * Changed: `DEV_MANUAL.md` to capture venv changes
* Added: pydantic to env * Added: created initial pydantic dataModel * Added: PredictionModel * Changed: DataModel testing pattern * Added: PlottingModel * Added TabularModel * Added: MetabolomicModel * Added: GeneExpression Model * Added: MicrobiomeModel * Added: probtype val to PlottingModel * Changed: venv instruction update * Changed: updated requirments.txt * Added: FeatureSelectionModel, AutoModel & MethodModel * Added: AutoKerasModel * Added: AutoLgbmModel * Added: AutoXgboostModel * Linting * Bugfix: PlottingModel * Added: MlModel * Fixed: MlModel * Fixed: PlottingModel * Added: ConfigModel
* Added: new flag to skip ML standardizing in MlModel * Added: created `load_transformed_data` from pre-existing code * Added: more typehinting * Changed: simplified `load_data` * Changed: extracted `save_transformed_data` from pre-existing code * Added: type hinting * Added: new option `DataModel.data_type` `"R2G"` for datasets are Ready to Go to be trained on Pt1 * Changed: extracted out ml preprocessing into function `learn_ml_preprocessing` and `apply_ml_preprocessing` * Changed: type hints & logging * - Added: new option `DataModel.data_type` `"R2G"` for datasets are Ready to Go to be trained on Pt2 * Fixes * Changed: import clean up * Fixed: depreciation warnings * Fixes * Fixes * Extended Test suite * Fixes * Added: Config duplication * Changed: batch processing * Changed: config duplication * Changed: readme & config manual updates * Changed: updated config
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.
Development of new features include:
covers #14 #11 #6 #5 #4