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

Tutorial release, new features, and bug fix #75

Merged
merged 23 commits into from
Apr 28, 2023
Merged

Tutorial release, new features, and bug fix #75

merged 23 commits into from
Apr 28, 2023

Conversation

WenjieDu
Copy link
Owner

Tutorials and documentations are released in this PR. also there are

new features:

  1. enable automatically saving model into file if necessary;
  2. add pypots.random.set_random_seed();
  3. default disabling early-stopping during model training;

fixed bugs:

  1. the disordered labels in the data returned by pypots.data.generating.gene_physionet2012();

* refactor: move `pypots-cli` from pypots/utils/commands to pypots/cli;

* feat: add test cases for pypots-cli;

* feat: add test_cli.py into the execution of workflow CI;

* fix: raise RuntimeError when enable strict mode in check_if_under_root_dir();

* feat: update environment_for_conda_test.yml;

* fix: only run installation command again if necessary;

* fix: implement time out with threading;

* fix: directly set SPHINX_APIDOC_OPTIONS with os.environ to avoid bugs on Windows platform;

* fix: append "+cpu" if torch is not cuda version;

* fix: log and ignore error raised when testing on Windows;
* fix: disable testing on pypots-cli to see if `IndexError: list index out of range` in coverage report generation still exist;

* fix: re-enable testing on pypots-cli but disable TestPyPOTSCLIDev.test_1_run_tests();

* fix: disable the entire TestPyPOTSCLIDev;

* fix: disable the test case for --lint-code;
@WenjieDu WenjieDu linked an issue Apr 25, 2023 that may be closed by this pull request
2 tasks
* feat: add the config file devcontainer.json for GitHub codebase creating;

* feat: update devcontainer.json;

* feat: remove the installation of cudnn;

* doc: add comments for postCreateCommand;
@WenjieDu WenjieDu changed the title Tutorial release, documentation update, new features, and bug fix Tutorial release, new features, and bug fix Apr 28, 2023
@WenjieDu WenjieDu merged commit df8ddfc into main Apr 28, 2023
12 checks passed
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.

Too low classification metrics when using classification models
1 participant