Skip to content

memory considerations finished #437

memory considerations finished

memory considerations finished #437

GitHub Actions / Qodana Community for Python completed Sep 14, 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 49
Unbound local variables 🔶 Warning 31
Attempt to call a non-callable object 🔶 Warning 23
Incorrect call arguments 🔶 Warning 17
Incorrect type 🔶 Warning 7
Accessing a protected member of a class or a module ◽️ Notice 255
PEP 8 naming convention violation ◽️ Notice 246
An instance attribute is defined outside init`` ◽️ Notice 63
Shadowing names from outer scopes ◽️ Notice 62
Class has no init method ◽️ Notice 21
Unused local symbols ◽️ Notice 7
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 410 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/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 683 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 2432 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 2741 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 687 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 680 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 680 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 2449 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 683 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 410 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 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 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 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 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 warning on line 2467 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 1885 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 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 1187 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 357 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 2258 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 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 1185 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 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__