Modified .rst files and jupyter notebooks to improve readability #67
Merged
abdelhafizm merged 4 commits intomainfrom May 29, 2025
Merged
Modified .rst files and jupyter notebooks to improve readability #67abdelhafizm merged 4 commits intomainfrom
abdelhafizm merged 4 commits intomainfrom
Conversation
Member
ramosv
commented
May 29, 2025
- Jupyter Notebooks outputs updated to improve readability
- More competencies review and update of .rst
- updated non working hyperlinks
There was a problem hiding this comment.
Pull Request Overview
This PR enhances documentation readability across .rst files, updates development dependencies, and refines preprocessing and downstream-task code behavior.
- Streamlined and reformatted documentation in
utils.rst,metrics.rst,index.rst, and Sphinx config. - Added a new build dependency and updated autosummary exports.
- Refactored
preprocess_clinicalcolumn handling and adjusted logging levels, hyperparameter options, and resource settings indpmon.py.
Reviewed Changes
Copilot reviewed 39 out of 39 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| requirements-dev.txt | Added the build package |
| docs/source/utils.rst | Reformatted function listings and examples for clarity |
| docs/source/metrics.rst | Updated examples, ASCII tables, and code snippets |
| docs/source/index.rst | Simplified installation section and reordered TOC entries |
| docs/source/conf.py | Enabled custom CSS by moving html_css_files |
| docs/source/_autosummary/bioneuralnet.utils.preprocess.rst | Exported OrdinalEncoder in the autosummary |
| bioneuralnet/utils/preprocess.py | Modified column concatenation logic and added (unused) import |
| bioneuralnet/downstream_task/dpmon.py | Changed log levels, hyperparameter ranges, and CPU allocation |
Comments suppressed due to low confidence (1)
bioneuralnet/utils/preprocess.py:103
- The function builds a
df_selectedincluding ignored columns but returnsdf_features[selected_columns]instead ofdf_selected; update the return toreturn df_selected.
return df_features[selected_columns]
Member
Author
|
@abdelhafizm please review again and merge when all checks pass. |
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.