fixed: 2 vio of Unused local symbols. #11
25 new problems found by Qodana Community for Python
Qodana Community for Python
25 new problems were found
Inspection name | Severity | Problems |
---|---|---|
PEP 8 naming convention violation |
◽️ Notice | 19 |
Incorrect docstring |
◽️ Notice | 4 |
An instance attribute is defined outside init`` |
◽️ Notice | 1 |
Accessing a protected member of a class or a module |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 155 in mloptimizer/alg_wrapper.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute _xclf defined outside __init__
Check notice on line 644 in mloptimizer/genoptimizer.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter checkpoint_path in docstring
Check notice on line 643 in mloptimizer/genoptimizer.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter logbook in docstring
Check notice on line 645 in mloptimizer/genoptimizer.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter checkpoint_flag in docstring
Check notice on line 644 in mloptimizer/genoptimizer.py
github-actions / Qodana Community for Python
Incorrect docstring
Missing parameter start_gen in docstring
Check notice on line 28 in mloptimizer/test/test_CustomXGBClassifier.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 41 in mloptimizer/test/test_XGBClassifierOptimizer.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 19 in mloptimizer/test/test_XGBClassifierOptimizer.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 14 in mloptimizer/test/test_alg_wrapper.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 21 in mloptimizer/test/test_CustomXGBClassifier.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 10 in mloptimizer/test/test_XGBClassifierOptimizer.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 37 in mloptimizer/test/test_CustomXGBClassifier.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 159 in mloptimizer/alg_wrapper.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Argument name should be lowercase
Check notice on line 13 in mloptimizer/test/test_TreeOptimizer.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 181 in mloptimizer/alg_wrapper.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Argument name should be lowercase
Check notice on line 50 in mloptimizer/test/test_TreeOptimizer.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 9 in mloptimizer/test/test_CustomXGBClassifier.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 19 in mloptimizer/test/test_TreeOptimizer.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 125 in mloptimizer/alg_wrapper.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Argument name should be lowercase
Check notice on line 27 in mloptimizer/test/test_Optimizers.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 202 in mloptimizer/alg_wrapper.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Argument name should be lowercase
Check notice on line 29 in mloptimizer/test/test_XGBClassifierOptimizer.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 28 in mloptimizer/test/test_TreeOptimizer.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 38 in mloptimizer/test/test_TreeOptimizer.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Variable in function should be lowercase
Check notice on line 10 in docs/conf.py
github-actions / Qodana Community for Python
Accessing a protected member of a class or a module
Access to a protected member _sg_scraper of a class