Skip to content

added: python3.8 and install dependencies added to github action for … #2

added: python3.8 and install dependencies added to github action for …

added: python3.8 and install dependencies added to github action for … #2

Triggered via push January 13, 2024 12:01
Status Success
Total duration 2m 19s
Artifacts

code_quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 26 notices
Unbound local variables: mloptimizer/genoptimizer.py#L144
Local variable 'type_str' might be referenced before assignment
Unbound local variables: mloptimizer/genoptimizer.py#L136
Local variable 'type_str' might be referenced before assignment
An instance attribute is defined outside `__init__`: mloptimizer/alg_wrapper.py#L155
Instance attribute _xclf defined outside __init__
Incorrect docstring: mloptimizer/genoptimizer.py#L630
Missing parameter checkpoint_path in docstring
Incorrect docstring: mloptimizer/genoptimizer.py#L629
Missing parameter logbook in docstring
Incorrect docstring: mloptimizer/genoptimizer.py#L631
Missing parameter checkpoint_flag in docstring
Incorrect docstring: mloptimizer/genoptimizer.py#L630
Missing parameter start_gen in docstring
PEP 8 naming convention violation: mloptimizer/test/test_CustomXGBClassifier.py#L28
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_TreeOptimizer.py#L13
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_TreeOptimizer.py#L28
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_alg_wrapper.py#L14
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_XGBClassifierOptimizer.py#L10
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_CustomXGBClassifier.py#L21
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_CustomXGBClassifier.py#L37
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_XGBClassifierOptimizer.py#L19
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/alg_wrapper.py#L159
Argument name should be lowercase
PEP 8 naming convention violation: mloptimizer/alg_wrapper.py#L181
Argument name should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_TreeOptimizer.py#L38
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_CustomXGBClassifier.py#L9
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/alg_wrapper.py#L125
Argument name should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_Optimizers.py#L27
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/alg_wrapper.py#L202
Argument name should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_XGBClassifierOptimizer.py#L29
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_TreeOptimizer.py#L50
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_XGBClassifierOptimizer.py#L41
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_TreeOptimizer.py#L19
Variable in function should be lowercase
Accessing a protected member of a class or a module: docs/conf.py#L10
Access to a protected member _sg_scraper of a class
Unused local symbols: mloptimizer/plots.py#L169
Parameter 'features' value is not used