Skip to content

refactor type hinting 3 #431

refactor type hinting 3

refactor type hinting 3 #431

Triggered via push September 1, 2023 15:47
Status Failure
Total duration 24m 47s
Artifacts

config.yml

on: push
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

22 errors, 155 warnings, and 629 notices
isort: atom/branch.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/atom.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/basetransformer.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/utils/utils.py#L1
Imports are incorrectly sorted and/or formatted.
isort
Process completed with exit code 1.
flake8
Process completed with exit code 1.
unit-tests (ubuntu-latest, 3.9)
Process completed with exit code 4.
unit-tests (ubuntu-latest, 3.8)
The job was canceled because "ubuntu-latest_3_9" failed.
unit-tests (ubuntu-latest, 3.8)
The operation was canceled.
unit-tests (windows-latest, 3.9)
The job was canceled because "ubuntu-latest_3_9" failed.
unit-tests (windows-latest, 3.9)
The operation was canceled.
unit-tests (windows-latest, 3.8)
The job was canceled because "ubuntu-latest_3_9" failed.
unit-tests (windows-latest, 3.8)
The operation was canceled.
unit-tests (windows-latest, 3.11)
The job was canceled because "ubuntu-latest_3_9" failed.
unit-tests (windows-latest, 3.11)
The operation was canceled.
unit-tests (ubuntu-latest, 3.11)
The job was canceled because "ubuntu-latest_3_9" failed.
unit-tests (ubuntu-latest, 3.11)
The operation was canceled.
unit-tests (ubuntu-latest, 3.10)
The job was canceled because "ubuntu-latest_3_9" failed.
unit-tests (ubuntu-latest, 3.10)
The operation was canceled.
unit-tests (windows-latest, 3.10)
The job was canceled because "ubuntu-latest_3_9" failed.
unit-tests (windows-latest, 3.10)
The operation was canceled.
examples-tests
Process completed with exit code 1.
Incorrect call arguments: atom/models/classreg.py#L1739
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L680
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L541
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L2476
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L676
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L2511
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L2493
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L538
Unexpected argument
Incorrect call arguments: atom/models/classreg.py#L509
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L2784
Unexpected argument
Incorrect call arguments: atom/models/classreg.py#L3211
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L676
Unexpected argument
Attempt to call a non-callable object: atom/models/classreg.py#L3065
'PREDICTOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L2623
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/models/classreg.py#L1960
'PREDICTOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L726
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L723
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/models/ensembles.py#L67
'PREDICTOR' object is not callable
Attempt to call a non-callable object: atom/basemodel.py#L2831
'SCORER' object is not callable
Attempt to call a non-callable object: atom/models/classreg.py#L1681
'PREDICTOR' object is not callable
Attempt to call a non-callable object: atom/models/classreg.py#L3157
'PREDICTOR' object is not callable
Attempt to call a non-callable object: atom/models/classreg.py#L456
'PREDICTOR' object is not callable
Attempt to call a non-callable object: atom/basemodel.py#L683
'SCORER' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L2243
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/models/ensembles.py#L132
'PREDICTOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L1207
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/nlp.py#L1004
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L2825
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/basemodel.py#L422
'PREDICTOR' object is not callable
Attempt to call a non-callable object: atom/feature_engineering.py#L1424
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L1908
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L1902
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L1182
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L1914
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/data_cleaning.py#L2236
'ESTIMATOR' object is not callable
Incorrect type: atom/baserunner.py#L856
Expected type 'ESTIMATOR', got 'BaseRunner' instead
Incorrect type: atom/basemodel.py#L2030
Expected type 'MODEL \| None', got 'BaseModel' instead
Incorrect type: atom/basemodel.py#L1076
Expected type 'MODEL', got 'BaseModel' instead
Incorrect type: atom/ensembles.py#L301
Expected type 'VotingClassifier', got 'BaseVoting' instead
Incorrect type: atom/baserunner.py#L547
Expected type 'ESTIMATOR', got 'BaseRunner' instead
Incorrect type: atom/baserunner.py#L780
Expected type 'ESTIMATOR', got 'BaseRunner' instead
Incorrect type: atom/ensembles.py#L404
Expected type 'StackingClassifier', got 'BaseStacking' instead
Incorrect type: atom/branch.py#L274
Expected type 'BRANCH', got 'Branch' instead
Incorrect type: atom/ensembles.py#L447
Expected type 'StackingRegressor', got 'BaseStacking' instead
Invalid type hints definitions and usages: atom/baserunner.py#L508
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L1328
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L459
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/atom.py#L1775
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L1395
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/atom.py#L2072
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/basemodel.py#L177
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L668
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L303
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/basetransformer.py#L179
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L454
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/nlp.py#L703
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/feature_engineering.py#L734
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L885
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/nlp.py#L953
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/feature_engineering.py#L1113
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/api.py#L337
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L61
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/feature_engineering.py#L174
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/atom.py#L1733
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L1802
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L111
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/atom.py#L1504
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/feature_engineering.py#L427
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L2186
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L1549
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/plots/base.py#L93
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L98
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/basemodel.py#L2079
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L1084
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/feature_engineering.py#L172
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/basemodel.py#L587
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/atom.py#L2016
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L1784
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/atom.py#L1805
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/nlp.py#L484
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/plots/base.py#L182
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/api.py#L556
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L2482
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L2233
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L653
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L2182
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L890
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L93
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L91
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L103
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/nlp.py#L192
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/atom.py#L1467
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L2002
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/api.py#L791
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L75
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L673
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L79
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L88
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L1333
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L110
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L2007
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/atom.py#L1540
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/baserunner.py#L666
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L78
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/feature_engineering.py#L422
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L80
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L1554
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L1110
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/basetransformer.py#L184
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L2228
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L2776
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/baserunner.py#L629
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L1115
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/basemodel.py#L186
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L1796
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L86
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L84
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/atom.py#L2135
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/utils/types.py#L83
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/basemodel.py#L1875
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/data_cleaning.py#L2477
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/nlp.py#L948
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Invalid type hints definitions and usages: atom/training.py#L1779
'Literal' may be parameterized with literal ints, byte and unicode strings, bools, Enum values, None, other literal types, or type aliases to other literal types
Unbound local variables: atom/atom.py#L396
Local variable 'model' might be referenced before assignment
Unbound local variables: atom/basemodel.py#L961
Local variable 'splitter' might be referenced before assignment
Unbound local variables: atom/pipeline.py#L211
Local variable 'fitted_transformer' might be referenced before assignment
Unbound local variables: atom/branch.py#L175
Local variable 'side' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L2618
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1966
Local variable 'deciles' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L1891
Local variable 'max_nan_cols' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L3357
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L1647
Local variable 'idx' might be referenced before assignment
Unbound local variables: atom/models/classreg.py#L521
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/models/classreg.py#L519
Local variable 'cb' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1400
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1545
Local variable 'cols' might be referenced before assignment
Unbound local variables: atom/branch.py#L176
Local variable 'under' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L2413
Local variable 'est' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1438
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/basemodel.py#L3365
Local variable 'y' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1543
Local variable 'train_only' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1546
Local variable 'cols' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1234
Local variable 'goal' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L456
Local variable 'samples' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1544
Local variable 'train_only' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1531
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1499
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L2671
Local variable 'vb' might be referenced before assignment
Unbound local variables: atom/basetransformer.py#L1048
Local variable 'data' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1473
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1351
Local variable 'corr_y' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1483
Local variable 'solver' might be referenced before assignment
An instance attribute is defined outside `__init__`: atom/training.py#L209
Instance attribute holdout defined outside __init__
An instance attribute is defined outside `__init__`: atom/ensembles.py#L403
Instance attribute classes_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/ensembles.py#L160
Instance attribute estimators_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L306
Instance attribute _random_state defined outside __init__
An instance attribute is defined outside `__init__`: atom/training.py#L70
Instance attribute holdout defined outside __init__
An instance attribute is defined outside `__init__`: atom/pipeline.py#L87
Instance attribute _memory_fit defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L176
Instance attribute _backend defined outside __init__
An instance attribute is defined outside `__init__`: atom/training.py#L119
Instance attribute holdout defined outside __init__
An instance attribute is defined outside `__init__`: atom/atom.py#L358
Instance attribute evalml defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L708
Instance attribute target_names_in_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basemodel.py#L1848
Instance attribute cv defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L118
Instance attribute _device defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L197
Instance attribute _warnings defined outside __init__
An instance attribute is defined outside `__init__`: atom/ensembles.py#L402
Instance attribute _label_encoder defined outside __init__
An instance attribute is defined outside `__init__`: atom/baserunner.py#L727
Instance attribute _metric defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L267
Instance attribute _experiment defined outside __init__
An instance attribute is defined outside `__init__`: atom/atom.py#L530
Instance attribute report defined outside __init__
An instance attribute is defined outside `__init__`: atom/ensembles.py#L206
Instance attribute stack_method_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/pipeline.py#L88
Instance attribute _memory_transform defined outside __init__
An instance attribute is defined outside `__init__`: atom/ensembles.py#L101
Instance attribute estimators_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L162
Instance attribute _engine defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L535
Instance attribute gfg defined outside __init__
An instance attribute is defined outside `__init__`: atom/pipeline.py#L86
Instance attribute _memory defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L258
Instance attribute _logger defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L185
Instance attribute _verbose defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L109
Instance attribute _n_jobs defined outside __init__
An instance attribute is defined outside `__init__`: atom/baserunner.py#L164
Instance attribute _current defined outside __init__
Class has no `__init__` method: atom/utils/utils.py#L89
Class has no __init__ method
Class has no `__init__` method: atom/baserunner.py#L40
Class has no __init__ method
Class has no `__init__` method: atom/plots/__init__.py#L28
Class has no __init__ method
Class has no `__init__` method: atom/ensembles.py#L115
Class has no __init__ method
Class has no `__init__` method: atom/plots/featureselectionplot.py#L22
Class has no __init__ method
Class has no `__init__` method: atom/utils/utils.py#L74
Class has no __init__ method
Class has no `__init__` method: atom/ensembles.py#L52
Class has no __init__ method
Class has no `__init__` method: atom/basetracker.py#L31
Class has no __init__ method
Class has no `__init__` method: atom/plots/dataplot.py#L30
Class has no __init__ method
Class has no `__init__` method: atom/data_cleaning.py#L60
Class has no __init__ method
Class has no `__init__` method: atom/basetracker.py#L20
Class has no __init__ method
Class has no `__init__` method: atom/utils/utils.py#L101
Class has no __init__ method
Class has no `__init__` method: atom/plots/predictionplot.py#L47
Class has no __init__ method
Class has no `__init__` method: atom/plots/shapplot.py#L23
Class has no __init__ method
Class has no `__init__` method: atom/plots/base.py#L321
Class has no __init__ method
Class has no `__init__` method: atom/plots/base.py#L34
Class has no __init__ method
Class has no `__init__` method: docs/scripts/autodocs.py#L243
Class has no __init__ method
Class has no `__init__` method: atom/plots/__init__.py#L17
Class has no __init__ method
Class has no `__init__` method: atom/ensembles.py#L33
Class has no __init__ method
Class has no `__init__` method: docs_sources/scripts/autodocs.py#L242
Class has no __init__ method
Method is not declared static: atom/utils/utils.py#L135
Method `get_final_error` may be 'static'
PEP 8 naming convention violation: atom/ensembles.py#L303
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L879
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2319
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L949
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1575
Function name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L947
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1661
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2158
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L494
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L1036
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L786
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L1052
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2975
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L571
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1567
Function name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3372
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3348
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L927
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1096
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L474
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L805
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L352
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2858
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1959
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L474
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L1334
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2640
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1710
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1409
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2327
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2829
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L345
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2316
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L585
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2522
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch.py#L271
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L57
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1446
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1626
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2866
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2472
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L421
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L247
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L955
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L943
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch.py#L299
Function name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2528
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch.py#L284
Function name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2110
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L148
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L413
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2062
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1606
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3641
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2837
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1987
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L201
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L543
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L769
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2837
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L966
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L201
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2635
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2940
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L918
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L584
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2000
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3505
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1969
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L480
Argument name should be lowercase
PEP 8 naming convention violation: atom/api.py#L27
Function name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2872
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1147
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L429
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2889
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L672
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L820
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1563
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1711
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch.py#L304
Function name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L935
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L157
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L184
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L761
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1700
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L453
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1333
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1336
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1106
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1819
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L744
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2855
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1697
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2282
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L386
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2298
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L418
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1115
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L942
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L821
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3592
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1137
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L775
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L962
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L382
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L448
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L737
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L960
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L497
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3458
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2532
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1026
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1316
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L473
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L438
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1581
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2065
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L860
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L716
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L415
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L934
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L120
Argument name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L259
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1325
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L948
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2353
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L301
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1867
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2397
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L887
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2357
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L1484
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L553
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2641
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L802
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/types.py#L117
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L295
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L796
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2285
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch.py#L274
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L441
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2293
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2223
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L70
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L968
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1195
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L800
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L881
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2790
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L116
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1524
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L589
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L337
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1588
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1635
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1676
Argument name should be lowercase
PEP 8 naming convention violation: atom/branch.py#L324
Function name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1544
Function name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L447
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L954
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1672
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L469
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1703
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L917
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2330
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L941
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L18
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/nlp.py#L985
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1836
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L259
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2309
Argument name should be lowercase
PEP 8 naming convention violation: atom/branch.py#L279
Function name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1515
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2727
Argument name should be lowercase
PEP 8 naming convention violation: atom/branch.py#L319
Function name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L886
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L697
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L645
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1777
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L19
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/ensembles.py#L20
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/nlp.py#L290
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L798
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L217
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L425
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1142
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L439
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1959
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1554
Function name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L506
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L391
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1233
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1216
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L488
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2646
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L984
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L961
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2206
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L928
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2871
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2498
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L798
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3555
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L894
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2906
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L487
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L763
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2264
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2638
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1633
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3355
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L283
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1645
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L1016
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2807
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L457
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2796
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2789
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L105
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2790
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1964
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1186
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3349
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2541
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L671
Argument name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L211
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L321
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1608
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2154
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2647
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1600
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2586
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3410
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2511
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L17
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/feature_engineering.py#L1371
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1186
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2892
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1030
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1871
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2033
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L537
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L355
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L465
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L458
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1924
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L214
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1417
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2900
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1592
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2363
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L376
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L433
Variable in function should be lowercase
Accessing a protected member of a class or a module: atom/basemodel.py#L794
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L735
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L657
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L268
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L199
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/atom.py#L717
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L275
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L217
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L431
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/models/classreg.py#L519
Access to a protected member _pruned of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L474
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L523
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L522
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/atom.py#L1029
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L263
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L718
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L240
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L662
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/models/classreg.py#L526
Access to a protected member _message of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L908
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L1985
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3217
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3338
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L449
Access to a protected member _trial_to_est of a class
Accessing a protected member of a class or a module: atom/atom.py#L588
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/plots/base.py#L532
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L902
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L719
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L605
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1678
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/atom.py#L882
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1659
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L718
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L919
Access to a protected member _get_trial of a class
Accessing a protected member of a class or a module: atom/plots/base.py#L539
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L530
Access to a protected member _name of a class
Accessing a protected member of a class or a module: atom/atom.py#L2002
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1714
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L266
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L680
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L353
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/branch.py#L108
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L454
Access to a protected member _trials of a class
Accessing a protected member of a class or a module: atom/plots/base.py#L534
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L50
Access to a protected member _score of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3520
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L441
Access to a protected member _final_output of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L29
Access to a protected member _safe_indexing of a class
Accessing a protected member of a class or a module: atom/plots/featureselectionplot.py#L122
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L125
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1378
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L455
Access to a protected member _trials of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L429
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3505
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/training.py#L233
Access to a protected member _name of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L919
Access to a protected member _storage of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3336
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L239
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L250
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2869
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2344
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1254
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L165
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L1986
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/atom.py#L875
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L3354
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/training.py#L145
Access to a protected member _name of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L717
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2720
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L719
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L366
Access to a protected member _suggest of a class
Accessing a protected member of a class or a module: atom/plots/base.py#L940
Access to a protected member _run of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L340
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L719
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1920
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2600
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2478
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/atom.py#L681
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1904
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2477
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1244
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2795
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L298
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2876
Access to a protected member _get_models of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L299
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3335
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/ensembles.py#L21
Access to a protected member _base of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L529
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/atom.py#L698
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/atom.py#L1461
Access to a protected member _mapping of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L21
Access to a protected member _terminator_improvement of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L922
Access to a protected member _storage of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L1894
Access to a protected member _is_fitted of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L1999
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L536
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L504
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/ensembles.py#L21
Access to a protected member _fit_single_estimator of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L268
Access to a protected member _est_params_fit of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L19
Access to a protected member _get_parallel_coordinate_info of a class
Accessing a protected member of a class or a module: atom/plots/featureselectionplot.py#L122
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: docs/scripts/autodocs.py#L671
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L823
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/training.py#L161
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L369
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/atom.py#L1460
Access to a protected member _mapping of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L360
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/atom.py#L1115
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2637
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1529
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L51
Access to a protected member _print_elapsed_time of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L42
Access to a protected member _validation of a class
Accessing a protected member of a class or a module: atom/atom.py#L462
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/pipeline.py#L139
Access to a protected member _iter of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L472
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1638
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L488
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L353
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L352
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L444
Access to a protected member _module of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L845
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2664
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2469
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/pipeline.py#L18
Access to a protected member _final_estimator_has of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L727
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L473
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2784
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L468
Access to a protected member _run of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L648
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L262
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3210
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1379
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L922
Access to a protected member _set_trial of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L50
Access to a protected member _validation of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L113
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L50
Access to a protected member _fit_and_score of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L543
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/atom.py#L383
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L820
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/atom.py#L902
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L720
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L844
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L266
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2594
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/base.py#L542
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2863
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L359
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2665
Access to a protected member _data of a class
Accessing a protected member of a class or a module: docs/scripts/autodocs.py#L659
Access to a protected member _get_distributions of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2665
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L947
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L250
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L908
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L443
Access to a protected member _est_class of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L673
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/atom.py#L2003
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L223
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L730
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/atom.py#L896
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1537
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L298
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L444
Access to a protected member _est_class of a class
Accessing a protected member of a class or a module: atom/atom.py#L381
Access to a protected member _component_obj of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L741
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L438
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L356
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L22
Access to a protected member _is_log_scale of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L1565
Access to a protected member _est_class of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L19
Access to a protected member _get_dims_from_info of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L908
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1538
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2487
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L203
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L243
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L443
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L718
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L442
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1636
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L237
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L817
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/pipeline.py#L19
Access to a protected member _print_elapsed_time of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L761
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3513
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1260
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L127
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L349
Access to a protected member _default of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1687
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/atom.py#L1994
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L374
Access to a protected member _run of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L270
Access to a protected member _est_params of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2356
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L474
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L205
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1642
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3501
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/featureselectionplot.py#L228
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L603
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L219
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L440
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/atom.py#L719
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L512
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/models/ensembles.py#L109
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L23
Access to a protected member _bunch of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L477
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L21
Access to a protected member _get_improvement_info of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L672
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1065
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3335
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/atom.py#L717
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/plots/featureselectionplot.py#L134
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2664
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L355
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1925
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/plots/featureselectionplot.py#L226
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/atom.py#L688
Access to a protected member _get_data of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L719
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/atom.py#L397
Access to a protected member _get_score of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L842
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L203
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/atom.py#L859
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L661
Access to a protected member _get_distributions of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L718
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L200
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L692
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2651
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L128
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/atom.py#L888
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1381
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/plots/base.py#L974
Access to a protected member _run of a class
Accessing a protected member of a class or a module: atom/atom.py#L401
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L719
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L396
Access to a protected member _get_score of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L918
Access to a protected member _cached_frozen_trial of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L1229
Access to a protected member _palette of a class
Accessing a protected member of a class or a module: atom/atom.py#L681
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L355
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L253
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L718
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L727
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1921
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/atom.py#L714
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1886
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: docs/scripts/autodocs.py#L670
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/atom.py#L391
Access to a protected member _component_obj of a class
Accessing a protected member of a class or a module: atom/branch.py#L273
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1924
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L18
Access to a protected member _parallel_coordinate of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L22
Access to a protected member _utils of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1578
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3335
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L606
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1535
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1378
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2157
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L178
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L542
Access to a protected member _ht of a class
Shadowing names from outer scopes: atom/utils/utils.py#L298
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L1124
Shadows name 'bins' from outer scope
Shadowing names from outer scopes: atom/branch.py#L532
Shadows name 'c' from outer scope
Shadowing names from outer scopes: atom/branch.py#L651
Shadows name 'column' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L843
Shadows name 'estimator' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L266
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/plots/hyperparametertuningplot.py#L450
Shadows name 'x' from outer scope
Shadowing names from outer scopes: atom/branch.py#L529
Shadows name 'col' from outer scope
Shadowing names from outer scopes: atom/plots/hyperparametertuningplot.py#L491
Shadows name 'i' from outer scope
Shadowing names from outer scopes: atom/branch.py#L512
Shadows name 'col' from outer scope
Shadowing names from outer scopes: docs/scripts/autodocs.py#L637
Shadows name 'trainer' from outer scope
Shadowing names from outer scopes: docs_sources/scripts/autorun.py#L113
Shadows name 'f' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L1124
Shadows name 'labels' from outer scope
Shadowing names from outer scopes: atom/basetrainer.py#L324
Shadows name 'm' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L349
Shadows name 'diff' from outer scope
Shadowing names from outer scopes: atom/feature_engineering.py#L1186
Shadows name 'model' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L673
Shadows name 'y' from outer scope
Shadowing names from outer scopes: atom/branch.py#L620
Shadows name 'target' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L443
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L675
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/plots/hyperparametertuningplot.py#L447
Shadows name 'x' from outer scope
Shadowing names from outer scopes: atom/branch.py#L137
Shadows name 'name' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L273
Shadows name 'counts' from outer scope
Shadowing names from outer scopes: docs/scripts/autorun.py#L113
Shadows name 'f' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L896
Shadows name 'estimator' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L346
Shadows name 'y' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L327
Shadows name 'm' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L308
Shadows name 'model' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L1129
Shadows name 'i' from outer scope
Shadowing names from outer scopes: atom/plots/hyperparametertuningplot.py#L472
Shadows name 'x' from outer scope
Shadowing names from outer scopes: atom/branch.py#L399
Shadows name 'ex' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L798
Shadows name 'X_test' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2464
Shadows name 'out' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L304
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/branch.py#L399
Shadows name 'idx' from outer scope
Shadowing names from outer scopes: atom/plots/predictionplot.py#L3014
Shadows name 'metric' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L781
Shadows name 'ex' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L799
Shadows name 'y_test' from outer scope
Shadowing names from outer scopes: atom/branch.py#L419
Shadows name 'i' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L348
Shadows name 'value' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L447
Shadows name 'score' from outer scope
Shadowing names from outer scopes: docs_sources/scripts/autodocs.py#L639
Shadows name 'trainer' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L275
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2435
Shadows name 'out' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L2276
Shadows name 'method' from outer scope
Shadowing names from outer scopes: atom/plots/predictionplot.py#L2312
Shadows name 'y' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L736
Shadows name 'ngram' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L1131
Shadows name 'labels' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L441
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L904
Shadows name 'scores' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L302
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L234
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L322
Shadows name 'model' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L797
Shadows name 'y_train' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2687
Shadows name 'args' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L203
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/feature_engineering.py#L1186
Shadows name 'X_valid' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L273
Shadows name 'docs' from outer scope
Shadowing names from outer scopes: atom/branch.py#L416
Shadows name 'idx' from outer scope
Shadowing names from outer scopes: atom/branch.py#L512
Shadows name 'ex' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L311
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/feature_engineering.py#L1186
Shadows name 'y_valid' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L796
Shadows name 'X_train' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L348
Shadows name 'key' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2687
Shadows name 'kwargs' from outer scope
Shadowing names from outer scopes: atom/branch.py#L651
Shadows name 'target' from outer scope
Unused local symbols: docs/scripts/autodocs.py#L879
Parameter 'kwargs' value is not used
Unused local symbols: docs_sources/scripts/autodocs.py#L881
Parameter 'kwargs' value is not used
Unused local symbols: docs/scripts/autodocs.py#L768
Parameter 'kwargs' value is not used
Unused local symbols: docs_sources/scripts/autodocs.py#L770
Parameter 'kwargs' value is not used