fix pred methods #438
778 new problems found by Qodana Community for Python
Qodana Community for Python
778 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Invalid type hints definitions and usages |
🔶 Warning | 49 |
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 | 249 |
An instance attribute is defined outside init`` |
◽️ Notice | 63 |
Shadowing names from outer scopes |
◽️ Notice | 58 |
Class has no init method |
◽️ Notice | 21 |
Unused local symbols |
◽️ Notice | 4 |
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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 509 in atom/models/classreg.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 685 in atom/plots/predictionplot.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 411 in atom/data_cleaning.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 687 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 680 in atom/plots/predictionplot.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 683 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 680 in atom/plots/predictionplot.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 411 in atom/data_cleaning.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 548 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 1739 in atom/models/classreg.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 3211 in atom/models/classreg.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 683 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check warning on line 545 in atom/basemodel.py
github-actions / Qodana Community for Python
Incorrect call arguments
Unexpected argument
Check notice on line 1349 in atom/feature_engineering.py
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
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
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
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
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
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
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
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
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute _drop_cols defined outside __init__
Check notice on line 526 in atom/atom.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute report defined outside __init__
Check notice on line 159 in atom/ensembles.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute estimators_ defined outside __init__
Check notice on line 181 in atom/pipeline.py
github-actions / Qodana Community for Python
An instance attribute is defined outside `__init__`
Instance attribute _mem_transform defined outside __init__