Skip to content

update deps 4

update deps 4 #454

GitHub Actions / Qodana Community for Python completed Oct 28, 2023 in 0s

728 new problems found by Qodana Community for Python

Qodana Community for Python

728 new problems were found

Inspection name Severity Problems
Unbound local variables 🔶 Warning 39
Incorrect property definition 🔶 Warning 9
Redeclared names without usages 🔶 Warning 8
Incorrect type 🔶 Warning 1
Accessing a protected member of a class or a module ◽️ Notice 261
PEP 8 naming convention violation ◽️ Notice 259
An instance attribute is defined outside init`` ◽️ Notice 63
Shadowing names from outer scopes ◽️ Notice 39
Unused local symbols ◽️ Notice 30
Class has no init method ◽️ Notice 12
Class must implement all abstract methods ◽️ Notice 6
Method is not declared static ◽️ 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 52 in atom/plots/predictionplot.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class PredictionPlot must implement all abstract methods

Check notice on line 18 in atom/plots/__init__.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class ATOMPlot must implement all abstract methods

Check notice on line 30 in atom/plots/shapplot.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class ShapPlot must implement all abstract methods

Check notice on line 40 in atom/plots/hyperparametertuningplot.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class HyperparameterTuningPlot must implement all abstract methods

Check notice on line 29 in atom/plots/__init__.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class RunnerPlot must implement all abstract methods

Check notice on line 39 in atom/plots/dataplot.py

See this annotation in the file changed.

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

Class must implement all abstract methods

Class DataPlot must implement all abstract methods

Check notice on line 747 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute missing_ defined outside __init__

Check notice on line 1499 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _to_value defined outside __init__

Check notice on line 404 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute mapping_ defined outside __init__

Check notice on line 1196 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _discretizers defined outside __init__

Check notice on line 1880 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _max_nan_rows defined outside __init__

Check notice on line 1474 in atom/feature_engineering.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _estimator defined outside __init__

Check notice on line 743 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute mapping_ defined outside __init__

Check notice on line 522 in atom/feature_engineering.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _dfs defined outside __init__

Check notice on line 1947 in atom/basemodel.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute cv defined outside __init__

Check notice on line 104 in atom/basetransformer.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _n_jobs defined outside __init__

Check notice on line 1873 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _num_cols defined outside __init__

Check notice on line 328 in atom/basetransformer.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _random_state defined outside __init__

Check notice on line 406 in atom/ensembles.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute classes_ defined outside __init__

Check notice on line 2265 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _estimator defined outside __init__

Check notice on line 630 in atom/atom.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute report defined outside __init__

Check notice on line 1871 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _drop_cols defined outside __init__

Check notice on line 2846 in atom/data_cleaning.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute _estimator defined outside __init__

Check notice on line 101 in atom/ensembles.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute estimators_ defined outside __init__

Check notice on line 463 in atom/atom.py

See this annotation in the file changed.

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

An instance attribute is defined outside `__init__`

Instance attribute evalml defined outside __init__