Skip to content
GitHub Actions / Qodana Community for Python completed Jan 24, 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 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 3 in mloptimizer/test/test_model_evaluation.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package containing module 'pytest' is not listed in the project requirements

Check warning on line 1 in mloptimizer/test/test_genoptimizer/test_TreeOptimizer.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

Check warning on line 1 in mloptimizer/genoptimizer/keras.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

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

See this annotation in the file changed.

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

Unsatisfied package requirements

Package containing module 'numpy' is not listed in the project requirements

Check warning on line 1 in mloptimizer/genoptimizer/base.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

Check notice on line 3 in mloptimizer/plots.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package containing module 'numpy' is not listed in the project requirements

Check warning on line 1 in requirements.txt

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

Check warning on line 1 in mloptimizer/test/test_model_evaluation.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

Check warning on line 1 in mloptimizer/test/test_alg_wrapper.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

Check notice on line 2 in mloptimizer/alg_wrapper.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package containing module 'numpy' is not listed in the project requirements

Check warning on line 1 in examples/plot_evolution.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

Check warning on line 1 in setup.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

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

See this annotation in the file changed.

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

Unsatisfied package requirements

Package containing module 'pytest' is not listed in the project requirements

Check warning on line 1 in examples/plot_quickstart.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

Check warning on line 1 in mloptimizer/genoptimizer/hyperparam.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

Check warning on line 1 in mloptimizer/plots.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

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

See this annotation in the file changed.

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

Unsatisfied package requirements

Package containing module 'numpy' is not listed in the project requirements

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

See this annotation in the file changed.

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

Unsatisfied package requirements

Package containing module 'pytest' is not listed in the project requirements

Check warning on line 1 in mloptimizer/test/__init__.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied

Check notice on line 1 in mloptimizer/test/test_genoptimizer/test_XGBClassifierOptimizer.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package containing module 'pytest' is not listed in the project requirements

Check warning on line 1 in mloptimizer/genoptimizer/catboost.py

See this annotation in the file changed.

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

Unsatisfied package requirements

Package requirements 'catboost\>=1.1.1', 'deap\>=1.3.3', 'joblib\>=1.2.0', 'keras==2.12.0', 'pandas\>=1.5.3', 'python-dateutil\>=2.8.1', 'pytz\>=2022.7.1', 'scikit-learn\>=1.2.1', 'scipy\>=1.10.0', 'seaborn==0.12.2', 'tensorflow\>=2.12.0', 'xgboost\>=1.7.3', 'plotly\>=5.15.0', 'pytest-cov', 'kaleido', 'sphinx-gallery==0.14.0', 'sphinx_book_theme', 'sphinx_mdinclude', 'sphinx-autoapi' are not satisfied