Skip to content
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

🧹 Clean-up #56

Merged
merged 31 commits into from
Nov 17, 2022
Merged

🧹 Clean-up #56

merged 31 commits into from
Nov 17, 2022

Conversation

ri-heme
Copy link
Collaborator

@ri-heme ri-heme commented Nov 17, 2022

ri-heme and others added 30 commits October 26, 2022 15:38
Latest version of `seaborn` requires palettes to be lists of colors, does not support NumPy array.
* 🎨 change docstrings to google convention

* Update .gitignore with virtual environments and some files in docs/ folder

* Initiate docs folder for ReadTheDocs with sphinx-quickstart

* Update ReadTheDocs theme

* Add pages to the ReadTheDocs

* Update docstrings to dataloaders

* ➕ 🔧 Add/configure Sphinx extensions

* Remove TensorDataset from attributes

* Remove docstrings from dunder methods

* Add requirements.txt in docs/ and remove unneeded package from requirements

* 🎨 In the docstrings remove types that are already defined in the functions

* 🎨 Made docstring in under 80 characters per line

* 🎨 Change docstring from N_patients to N_samples

* Add docstrings to concat_con_list and concat_cat_list functions

* 🎨 Update a docstring in concat_con_list function

* ♻️ Change the categorical_shapes from (N_samples, N_variables, N_max-classes) to (N_variables, N_max-classes) and all following dependencies.

* 📝 Update docstrings based on the functions changed

* ♻️ Change variable name from processed_data_path to results_path

* 📝 Add type hints to methods in vae.py module

* ♻️ Change inversed logic statement to non inversed

* ♻️ Rename the variable name that has the same name as builtin function

Co-authored-by: Valentas <[email protected]>
Co-authored-by: Ricardo Hernández Medina <[email protected]>
@ri-heme ri-heme merged commit c69bd47 into main Nov 17, 2022
@ri-heme ri-heme deleted the developer branch November 17, 2022 13:31
@ri-heme ri-heme restored the developer branch November 17, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean-up config files Remove number of samples from categorical shapes
2 participants