Skip to content

refac plotting to rows 1 #439

refac plotting to rows 1

refac plotting to rows 1 #439

GitHub Actions / Qodana Community for Python completed Sep 20, 2023 in 0s

782 new problems found by Qodana Community for Python

Qodana Community for Python

782 new problems were found

Inspection name Severity Problems
Invalid type hints definitions and usages 🔶 Warning 46
Unbound local variables 🔶 Warning 33
Attempt to call a non-callable object 🔶 Warning 23
Incorrect call arguments 🔶 Warning 13
Incorrect type 🔶 Warning 7
Accessing a protected member of a class or a module ◽️ Notice 257
PEP 8 naming convention violation ◽️ Notice 250
An instance attribute is defined outside init`` ◽️ Notice 63
Shadowing names from outer scopes ◽️ Notice 55
Class has no init method ◽️ Notice 21
Incorrect docstring ◽️ Notice 8
Unused local symbols ◽️ Notice 5
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 warning on line 509 in atom/models/classreg.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 685 in atom/basemodel.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 411 in atom/data_cleaning.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 689 in atom/basemodel.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 675 in atom/plots/predictionplot.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 670 in atom/plots/predictionplot.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 411 in atom/data_cleaning.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 685 in atom/basemodel.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 1739 in atom/models/classreg.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 3211 in atom/models/classreg.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 548 in atom/basemodel.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 670 in atom/plots/predictionplot.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check warning on line 545 in atom/basemodel.py

See this annotation in the file changed.

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

Incorrect call arguments

Unexpected argument

Check notice on line 354 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__

Check notice on line 1349 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 collinear defined outside __init__

Check notice on line 1531 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 1886 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 100 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 201 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 _verbose 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 1186 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 _labels defined outside __init__

Check notice on line 2263 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 1916 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 159 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 1843 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__