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

Triggered via push February 23, 2024 17:52
Status Success
Total duration 2m 19s
Artifacts

code_quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 34 notices
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3, JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Class must implement all abstract methods: mloptimizer/genoptimizer/svc.py#L7
Class SVCOptimizer must implement all abstract methods
Class must implement all abstract methods: mloptimizer/genoptimizer/trees.py#L34
Class ForestOptimizer must implement all abstract methods
Class must implement all abstract methods: mloptimizer/genoptimizer/trees.py#L63
Class ExtraTreesOptimizer must implement all abstract methods
Class must implement all abstract methods: mloptimizer/genoptimizer/xgb.py#L36
Class CustomXGBClassifierOptimizer must implement all abstract methods
Class must implement all abstract methods: mloptimizer/genoptimizer/keras.py#L8
Class KerasClassifierOptimizer must implement all abstract methods
Class must implement all abstract methods: mloptimizer/genoptimizer/catboost.py#L7
Class CatBoostClassifierOptimizer must implement all abstract methods
Class must implement all abstract methods: mloptimizer/genoptimizer/xgb.py#L8
Class XGBClassifierOptimizer must implement all abstract methods
Class must implement all abstract methods: mloptimizer/genoptimizer/trees.py#L8
Class TreeOptimizer must implement all abstract methods
Class must implement all abstract methods: mloptimizer/genoptimizer/trees.py#L92
Class GradientBoostingOptimizer must implement all abstract methods
Incorrect docstring: mloptimizer/genoptimizer/base.py#L517
Missing parameter checkpoint_flag in docstring
Incorrect docstring: mloptimizer/genoptimizer/base.py#L516
Missing parameter start_gen in docstring
Incorrect docstring: mloptimizer/genoptimizer/base.py#L516
Missing parameter checkpoint_path in docstring
Incorrect docstring: mloptimizer/genoptimizer/base.py#L515
Missing parameter logbook 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_CustomXGBClassifier.py#L21
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/alg_wrapper.py#L160
Argument name 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/alg_wrapper.py#L126
Argument name should be lowercase
PEP 8 naming convention violation: mloptimizer/test/test_alg_wrapper.py#L11
Variable in function should be lowercase
PEP 8 naming convention violation: mloptimizer/alg_wrapper.py#L182
Argument name 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#L203
Argument name 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