-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provide the section 'reports' in the metadata filed instead of the pa…
…rameter 'print_report' (#471) * provide the parameter 'reports' instead of 'print_report', refactor the code, update unit tests * refactor the code, update unit tests * update 'README.md' * refactor the code, update unit tests * update 'README.md' * update unit tests * update unit tests * update unit tests * update 'README.md' * fix issues raised by 'flake8' * refactor the method 'validate_parameter_reports' of 'ml/utils' * minor changes in help strings provided for parameters in 'ml/train.py', 'ml/infer.py' * refactor the class Worker * refactor the class Worker * refactor the code in 'ml/config', 'ml/strategies', 'ml/worker', update unit tests * refactor the code * fix the method 'run' of the class InferStrategy * update 'VERSION' * update unit tests * update unit tests, fix issues raised by 'flake8' * update unit tests in 'tests/unit/validation_schema' * refactor the code * refactor the code * refactor the code, update unit tests * refactor the class YAMLLoader, update 'README.md', 'VERSION' * update 'README.md' * refactor the code * minor changes * refactor the class InferConfig * update 'VERSION' * minor changes in 'train.py', 'infer.py' * minor changes in the class Validator * add the class ReportTypes in 'ml/validation_schema' * update 'VERSION' * refactor the class Report * refactor the class BaseTest * refactor the method '_should_generate_data' of the class Worker * update 'tests/unit/launchers' * update 'tests/unit/launchers/test_launch-train.py' * refactor the log message in the method '_set_up_reporting' of the class InferConfig * refactor the class ReportTypes in 'ml/validation_schema' * refactor the method '_should_generate_data' of the class Worker * update 'VERSION' * refactor the class Validator * refactor the method 'validate_parameter_reports' of 'ml/utils' * refactor the code * minor changes in the class YAMLLoader * minor changes in 'ml/reporters' * update the method '_update_dataset' of the class VAEWrapper * refactor the class InferConfig * refactor the code * refactor the class InferConfig * refactor the class InferConfig * update 'VERSION' * refactor the code * refactor 'ml/strategies' * update 'VERSION' * refactor the code * refactor the code * refactor the code related to support of the streamlit app * minor changes in 'syngen/streamlit_app/handlers/handlers.py' * upgrade the library 'aiohttp' in 'requirements.txt' * refactor the code * fix issues raised by 'flake8' * update unit tests in 'tests/unit/test_worker/test_worker.py' * update unit tests in 'tests/unit/test_worker' * refactor unit tests in 'tests/unit/test_worker' * fix the vulnerability, update 'requirements.txt', 'setup.cfg', add the warning message in the method 'generate_report' of the class Report * refactor the code * fix issues raised by flake8 * update unit tests * fix issues raised by 'flake8' * update the log message in the method 'generate_report' of the class Report * minor changes in 'ml/config', 'ml/mlflow_tracker' * changes in the documentation * minor changes in 'README.md', 'train.py' * refactor 'README.md' * minor changes in 'train.py', 'infer.py' * refactor the class YAMLLoader, the code in 'ml/validation_schema', update 'README.md', update unit tests * minor changes in 'ml/validation_schema', update 'VERSION' * minor changes in 'ml/handlers' * update 'README.md' * refactor the code in the class Dataset, minor changes in 'ml/validation_schema' * update 'VERSION' * minor changes in 'README.md' --------- Co-authored-by: Hanna Imshenetska <[email protected]@EVZZAMZSA0021.epam.com>
- Loading branch information
1 parent
ae15d29
commit 0436a15
Showing
52 changed files
with
3,274 additions
and
1,374 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.9.52 | ||
0.10.0 |
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
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
Oops, something went wrong.