Skip to content

Fixed: Extre Trees and Gradient Boosting from sklearn working and tested #26

Fixed: Extre Trees and Gradient Boosting from sklearn working and tested

Fixed: Extre Trees and Gradient Boosting from sklearn working and tested #26

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

34 new problems found by Qodana Community for Python

Qodana Community for Python

34 new problems were found

Inspection name Severity Problems
PEP 8 naming convention violation ◽️ Notice 20
Class must implement all abstract methods ◽️ Notice 9
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 7 in mloptimizer/genoptimizer/svc.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class SVCOptimizer must implement all abstract methods

Check notice on line 34 in mloptimizer/genoptimizer/trees.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class ForestOptimizer must implement all abstract methods

Check notice on line 63 in mloptimizer/genoptimizer/trees.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class ExtraTreesOptimizer must implement all abstract methods

Check notice on line 36 in mloptimizer/genoptimizer/xgb.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class CustomXGBClassifierOptimizer must implement all abstract methods

Check notice on line 8 in mloptimizer/genoptimizer/keras.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class KerasClassifierOptimizer must implement all abstract methods

Check notice on line 7 in mloptimizer/genoptimizer/catboost.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class CatBoostClassifierOptimizer must implement all abstract methods

Check notice on line 8 in mloptimizer/genoptimizer/xgb.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class XGBClassifierOptimizer must implement all abstract methods

Check notice on line 8 in mloptimizer/genoptimizer/trees.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class TreeOptimizer must implement all abstract methods

Check notice on line 92 in mloptimizer/genoptimizer/trees.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class GradientBoostingOptimizer must implement all abstract methods

Check notice on line 517 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 516 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 516 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 515 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 19 in mloptimizer/test/test_genoptimizer/test_XGBClassifierOptimizer.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 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 41 in mloptimizer/test/test_genoptimizer/test_XGBClassifierOptimizer.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 13 in mloptimizer/test/test_genoptimizer/test_TreeOptimizer.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 28 in mloptimizer/test/test_genoptimizer/test_optimizers.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 28 in mloptimizer/test/test_genoptimizer/test_TreeOptimizer.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 52 in mloptimizer/test/test_genoptimizer/test_optimizers.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 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 19 in mloptimizer/test/test_genoptimizer/test_TreeOptimizer.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