Skip to content

Major Refactor: SklearnOptimizer replace all old Optimizers #89

Major Refactor: SklearnOptimizer replace all old Optimizers

Major Refactor: SklearnOptimizer replace all old Optimizers #89

GitHub Actions / Qodana Community for Python completed Feb 27, 2024 in 0s

20 new problems found by Qodana Community for Python

Qodana Community for Python

20 new problems were found

Inspection name Severity Problems
PEP 8 naming convention violation ◽️ Notice 15
Incorrect docstring ◽️ Notice 4
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]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 464 in mloptimizer/genoptimizer/base.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect docstring

Missing parameter checkpoint_path in docstring

Check notice on line 463 in mloptimizer/genoptimizer/base.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect docstring

Missing parameter logbook in docstring

Check notice on line 464 in mloptimizer/genoptimizer/base.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect docstring

Missing parameter start_gen in docstring

Check notice on line 465 in mloptimizer/genoptimizer/base.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Incorrect docstring

Missing parameter checkpoint_flag in docstring

Check notice on line 28 in mloptimizer/test/test_CustomXGBClassifier.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Variable in function should be lowercase

Check notice on line 27 in mloptimizer/test/test_genoptimizer/test_meta.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Variable in function should be lowercase

Check notice on line 160 in mloptimizer/alg_wrapper.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Argument name should be lowercase

Check notice on line 37 in mloptimizer/test/test_CustomXGBClassifier.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Variable in function should be lowercase

Check notice on line 108 in mloptimizer/test/test_genoptimizer/test_meta.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Variable in function should be lowercase

Check notice on line 126 in mloptimizer/alg_wrapper.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Argument name should be lowercase

Check notice on line 11 in mloptimizer/test/test_alg_wrapper.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Variable in function should be lowercase

Check notice on line 70 in mloptimizer/test/test_genoptimizer/test_meta.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Variable in function should be lowercase

Check notice on line 182 in mloptimizer/alg_wrapper.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Argument name should be lowercase

Check notice on line 54 in mloptimizer/test/test_genoptimizer/test_meta.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Variable in function should be lowercase

Check notice on line 11 in mloptimizer/test/test_plots.py

See this annotation in the file changed.

@github-actions 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_genoptimizer/test_meta.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Variable in function should be lowercase

Check notice on line 203 in mloptimizer/alg_wrapper.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Argument name should be lowercase

Check notice on line 10 in docs/conf.py

See this annotation in the file changed.

@github-actions 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