Skip to content

branchmanager

branchmanager #432

Triggered via push September 5, 2023 18:52
Status Failure
Total duration 10m 12s
Artifacts

config.yml

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

Annotations

26 errors, 191 warnings, and 638 notices
flake8
Process completed with exit code 1.
isort: atom/basetracker.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/training.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/nlp.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/data_cleaning.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/basetransformer.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/api.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/pipeline.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/ensembles.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/feature_engineering.py#L1
Imports are incorrectly sorted and/or formatted.
isort: atom/branch/branchmanager.py#L1
Imports are incorrectly sorted and/or formatted.
unit-tests (ubuntu-latest, 3.9)
Process completed with exit code 4.
unit-tests (ubuntu-latest, 3.8)
Process completed with exit code 4.
unit-tests (windows-latest, 3.10)
The job was canceled because "ubuntu-latest_3_8" failed.
unit-tests (windows-latest, 3.10)
The operation was canceled.
unit-tests (windows-latest, 3.11)
The job was canceled because "ubuntu-latest_3_8" failed.
unit-tests (windows-latest, 3.11)
The operation was canceled.
unit-tests (windows-latest, 3.8)
The job was canceled because "ubuntu-latest_3_8" failed.
unit-tests (windows-latest, 3.8)
The operation was canceled.
unit-tests (ubuntu-latest, 3.10)
The job was canceled because "ubuntu-latest_3_8" failed.
unit-tests (ubuntu-latest, 3.10)
The operation was canceled.
unit-tests (windows-latest, 3.9)
The job was canceled because "ubuntu-latest_3_8" failed.
unit-tests (windows-latest, 3.9)
The operation was canceled.
unit-tests (ubuntu-latest, 3.11)
The job was canceled because "ubuntu-latest_3_8" failed.
unit-tests (ubuntu-latest, 3.11)
The operation was canceled.
examples-tests
Process completed with exit code 1.
Incorrect call arguments: atom/basemodel.py#L549
Unexpected argument
Incorrect call arguments: atom/models/classreg.py#L1739
Unexpected argument
Incorrect call arguments: atom/branch/branchmanager.py#L50
Parameter 'parent' unfilled
Incorrect call arguments: atom/basemodel.py#L2504
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L687
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L687
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L2795
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L552
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L2522
Unexpected argument
Incorrect call arguments: atom/models/classreg.py#L509
Unexpected argument
Incorrect call arguments: atom/models/classreg.py#L3211
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L2487
Unexpected argument
Incorrect call arguments: atom/branch/branchmanager.py#L87
Parameter 'branch' unfilled
Incorrect call arguments: atom/basemodel.py#L691
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#L1182
'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/nlp.py#L1004
'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/models/ensembles.py#L67
'PREDICTOR' 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/models/ensembles.py#L132
'PREDICTOR' object is not callable
Attempt to call a non-callable object: atom/basemodel.py#L694
'SCORER' 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#L2243
'ESTIMATOR' object is not callable
Attempt to call a non-callable object: atom/basemodel.py#L2842
'SCORER' 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/data_cleaning.py#L2236
'ESTIMATOR' 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/data_cleaning.py#L723
'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#L2825
'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/basemodel.py#L433
'PREDICTOR' object is not callable
Inappropriate access to properties: atom/branch/branchmanager.py#L126
Property 'holdout' cannot be set
Incorrect type: atom/ensembles.py#L301
Expected type 'VotingClassifier', got 'BaseVoting' instead
Incorrect type: atom/baserunner.py#L883
Expected type 'BRANCH \| None', got 'Branch' instead
Incorrect type: atom/baserunner.py#L532
Expected type 'ESTIMATOR', got 'BaseRunner' instead
Incorrect type: atom/utils/utils.py#L1898
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/basemodel.py#L1984
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/branch/branch.py#L537
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/ensembles.py#L447
Expected type 'StackingRegressor', got 'BaseStacking' instead
Incorrect type: atom/utils/utils.py#L321
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/plots/hyperparametertuningplot.py#L277
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/baserunner.py#L806
Expected type 'ESTIMATOR', got 'BaseRunner' instead
Incorrect type: atom/data_cleaning.py#L2541
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/basetrainer.py#L154
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/basetrainer.py#L121
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/baserunner.py#L807
Expected type 'BRANCH \| None', got 'Branch' instead
Incorrect type: atom/utils/utils.py#L2727
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/basemodel.py#L2110
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/feature_engineering.py#L768
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/ensembles.py#L404
Expected type 'StackingClassifier', got 'BaseStacking' instead
Incorrect type: atom/basetrainer.py#L298
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/basetransformer.py#L604
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/feature_engineering.py#L501
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/utils/utils.py#L1473
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/baserunner.py#L882
Expected type 'ESTIMATOR', got 'BaseRunner' instead
Incorrect type: atom/plots/predictionplot.py#L3508
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/basetrainer.py#L289
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/plots/base.py#L582
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/plots/dataplot.py#L659
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/basemodel.py#L2041
Expected type 'MODEL \| None', got 'BaseModel' instead
Incorrect type: atom/data_cleaning.py#L2578
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/plots/base.py#L497
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/baserunner.py#L388
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/branch/branch.py#L255
Expected type 'BRANCH', got 'Branch' instead
Incorrect type: atom/atom.py#L1950
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/basetrainer.py#L277
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/basemodel.py#L1087
Expected type 'MODEL', got 'BaseModel' instead
Incorrect type: atom/branch/branch.py#L420
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/plots/base.py#L537
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/atom.py#L1569
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/baserunner.py#L327
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/atom.py#L287
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/data_cleaning.py#L2561
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Incorrect type: atom/utils/utils.py#L2729
Expected type 'collections.Iterable', got 'SEQUENCE' instead
Invalid type hints definitions and usages: atom/basemodel.py#L1886
'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#L196
'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/atom.py#L1498
'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/utils/types.py#L82
'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#L598
'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#L919
'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#L97
'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#L697
'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/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/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/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/utils/types.py#L95
'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#L1727
'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#L114
'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/api.py#L827
'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#L1622
'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#L580
'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#L1616
'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#L925
'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#L1857
'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#L87
'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#L493
'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#L1534
'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#L1769
'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#L90
'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#L691
'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#L2010
'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/utils/types.py#L107
'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#L202
'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#L2091
'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#L1390
'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/training.py#L1161
'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/training.py#L1155
'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#L2328
'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#L197
'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/basemodel.py#L2090
'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/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/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/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#L102
'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/training.py#L2334
'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#L614
'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#L115
'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#L1799
'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/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/utils/types.py#L65
'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#L1384
'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#L2097
'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#L92
'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/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/atom.py#L2066
'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#L2129
'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#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/api.py#L349
'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#L651
'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/training.py#L472
'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/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#L466
'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#L1863
'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/atom.py#L1461
'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/feature_engineering.py#L1531
Local variable 'solver' 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#L1543
Local variable 'cols' might be referenced before assignment
Unbound local variables: atom/branch/branch.py#L157
Local variable 'under' 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#L1540
Local variable 'train_only' 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/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/feature_engineering.py#L1473
Local variable 'solver' 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/atom.py#L390
Local variable 'model' 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/pipeline.py#L211
Local variable 'fitted_transformer' 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/plots/predictionplot.py#L2618
Local variable 'm' 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/basemodel.py#L3376
Local variable 'y' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L2668
Local variable 'vb' might be referenced before assignment
Unbound local variables: atom/baserunner.py#L772
Local variable 'data' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1483
Local variable 'solver' 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/plots/predictionplot.py#L1966
Local variable 'deciles' might be referenced before assignment
Unbound local variables: atom/branch/branch.py#L156
Local variable 'side' 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#L1438
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1541
Local variable 'train_only' might be referenced before assignment
Unbound local variables: atom/basemodel.py#L972
Local variable 'splitter' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1542
Local variable 'cols' might be referenced before assignment
An instance attribute is defined outside `__init__`: atom/atom.py#L524
Instance attribute report defined outside __init__
An instance attribute is defined outside `__init__`: atom/branch/branchmanager.py#L102
Instance attribute _current defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L194
Instance attribute _memory defined outside __init__
An instance attribute is defined outside `__init__`: atom/baserunner.py#L712
Instance attribute _metric defined outside __init__
An instance attribute is defined outside `__init__`: atom/atom.py#L352
Instance attribute evalml defined outside __init__
An instance attribute is defined outside `__init__`: atom/basemodel.py#L1859
Instance attribute cv defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L165
Instance attribute _engine 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/branch/branchmanager.py#L86
Instance attribute _current 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/basetransformer.py#L324
Instance attribute _random_state defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L276
Instance attribute _logger defined outside __init__
An instance attribute is defined outside `__init__`: atom/training.py#L121
Instance attribute holdout defined outside __init__
An instance attribute is defined outside `__init__`: atom/training.py#L72
Instance attribute holdout 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/atom.py#L735
Instance attribute _og defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L179
Instance attribute _backend 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#L402
Instance attribute _label_encoder defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L121
Instance attribute _device defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L203
Instance attribute _verbose defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L285
Instance attribute _experiment defined outside __init__
An instance attribute is defined outside `__init__`: atom/training.py#L211
Instance attribute holdout defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L112
Instance attribute _n_jobs 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#L215
Instance attribute _warnings defined outside __init__
An instance attribute is defined outside `__init__`: atom/atom.py#L732
Instance attribute _current defined outside __init__
An instance attribute is defined outside `__init__`: atom/baserunner.py#L149
Instance attribute _current 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/ensembles.py#L160
Instance attribute estimators_ 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/ensembles.py#L403
Instance attribute classes_ defined outside __init__
Class has no `__init__` method: atom/plots/__init__.py#L28
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/ensembles.py#L52
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/ensembles.py#L33
Class has no __init__ method
Class has no `__init__` method: atom/ensembles.py#L115
Class has no __init__ method
Class has no `__init__` method: docs_sources/scripts/autodocs.py#L244
Class has no __init__ method
Class has no `__init__` method: atom/utils/utils.py#L89
Class has no __init__ method
Class has no `__init__` method: atom/basetracker.py#L30
Class has no __init__ method
Class has no `__init__` method: atom/baserunner.py#L38
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/plots/predictionplot.py#L47
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/utils/utils.py#L74
Class has no __init__ method
Class has no `__init__` method: atom/utils/types.py#L125
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: 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/plots/shapplot.py#L23
Class has no __init__ method
Class has no `__init__` method: atom/utils/utils.py#L97
Class has no __init__ method
Class has no `__init__` method: atom/plots/base.py#L34
Class has no __init__ method
Incorrect docstring: atom/branch/branchmanager.py#L137
Unexpected parameter branch in docstring
Method is not declared static: atom/utils/utils.py#L131
Method `get_final_error` may be 'static'
PEP 8 naming convention violation: atom/data_cleaning.py#L2790
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/atom.py#L583
Variable in function 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/feature_engineering.py#L1186
Argument name 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/utils/utils.py#L2360
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/basemodel.py#L1578
Function name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L120
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/data_cleaning.py#L1836
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#L2646
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L716
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/types.py#L155
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L494
Argument name 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#L2951
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/basetransformer.py#L968
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/basetransformer.py#L948
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/basetransformer.py#L812
Argument name 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/pipeline.py#L458
Argument name 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#L2223
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2368
Variable in function 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/basetransformer.py#L962
Variable in function 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/branch/branch.py#L280
Function 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/branch/branch.py#L252
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3603
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2206
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L890
Variable in function 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#L1555
Function name 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/basetransformer.py#L515
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2632
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/basemodel.py#L2076
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/nlp.py#L537
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/basemodel.py#L3469
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2327
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2917
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/utils/utils.py#L2529
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/basemodel.py#L2801
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L931
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1126
Argument name 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/utils/utils.py#L2469
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L506
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L303
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L438
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L468
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L898
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/basetransformer.py#L973
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/atom.py#L978
Argument name 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#L967
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/data_cleaning.py#L355
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#L802
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#L737
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1565
Function 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/plots/predictionplot.py#L1959
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L265
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/data_cleaning.py#L487
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2986
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L690
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3566
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L810
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2169
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L260
Function name should be lowercase
PEP 8 naming convention violation: atom/api.py#L28
Function name 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/data_cleaning.py#L1446
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/utils/utils.py#L1331
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2073
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L483
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1586
Function name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L473
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/feature_engineering.py#L1316
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/nlp.py#L966
Argument name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L376
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/ensembles.py#L211
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/utils/utils.py#L2538
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/basetransformer.py#L940
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/plots/predictionplot.py#L1700
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/basemodel.py#L3360
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/utils/utils.py#L2635
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/utils/utils.py#L2637
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L447
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L285
Function 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/basemodel.py#L892
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/types.py#L146
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/feature_engineering.py#L553
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3383
Argument name should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L255
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/basemodel.py#L2883
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/data_cleaning.py#L2285
Variable in function 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#L2858
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/feature_engineering.py#L1147
Argument name 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/feature_engineering.py#L584
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/pipeline.py#L418
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2298
Argument name 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#L1819
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/atom.py#L1020
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/feature_engineering.py#L1661
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/atom.py#L1024
Variable in function 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/data_cleaning.py#L820
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L930
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L443
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L433
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2519
Variable in function 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/data_cleaning.py#L1645
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/basetransformer.py#L947
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L975
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/data_cleaning.py#L2889
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/data_cleaning.py#L1987
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1148
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L290
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1687
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1788
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L184
Argument name should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L305
Function name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2394
Argument name 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/feature_engineering.py#L1608
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/data_cleaning.py#L2837
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L985
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2165
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2807
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3516
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/data_cleaning.py#L116
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/pipeline.py#L201
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/basemodel.py#L2364
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L744
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L459
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L214
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2840
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L1481
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2738
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L814
Argument name 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/basemodel.py#L2320
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L386
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/basemodel.py#L3421
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2848
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/feature_engineering.py#L821
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/basemodel.py#L656
Argument name 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#L1635
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L400
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L974
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L295
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/basemodel.py#L3366
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/atom.py#L537
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3359
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L506
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L300
Function 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/pipeline.py#L301
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L259
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L956
Variable in function 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/basetransformer.py#L961
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/basemodel.py#L897
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L448
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2121
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/feature_engineering.py#L474
Variable in function 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/utils/utils.py#L2508
Variable in function 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/pipeline.py#L453
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/basetransformer.py#L960
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/basetransformer.py#L955
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/atom.py#L579
Variable in function 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#L2033
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/data_cleaning.py#L2498
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2583
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3652
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L1052
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L148
Argument name 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#L1964
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L413
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2644
Variable in function 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/data_cleaning.py#L1588
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1106
Argument name should be lowercase
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#L1325
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2800
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L217
Argument name should be lowercase
Accessing a protected member of a class or a module: atom/basemodel.py#L729
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L853
Access to a protected member _get_columns 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/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/predictionplot.py#L3338
Access to a protected member _group 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/basemodel.py#L929
Access to a protected member _cached_frozen_trial of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L3365
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2661
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L518
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L295
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/atom.py#L890
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/training.py#L147
Access to a protected member _name 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/basetrainer.py#L219
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L500
Access to a protected member _metric 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/predictionplot.py#L369
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1932
Access to a protected member _idx 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/models/classreg.py#L519
Access to a protected member _pruned 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#L1065
Access to a protected member _get_target 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/utils/utils.py#L201
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L930
Access to a protected member _get_trial 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/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#L1924
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/atom.py#L1023
Access to a protected member _train_only 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/models/classreg.py#L526
Access to a protected member _message 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/plots/base.py#L974
Access to a protected member _run 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/feature_engineering.py#L1642
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L264
Access to a protected member _est_params_fit of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L238
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L933
Access to a protected member _set_trial of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2806
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L704
Access to a protected member _data 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/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/utils/utils.py#L484
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/atom.py#L675
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L464
Access to a protected member _run of a class
Accessing a protected member of a class or a module: atom/atom.py#L869
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/atom.py#L675
Access to a protected member _data 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#L1983
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L729
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L356
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L294
Access to a protected member _kwargs 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/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/basetrainer.py#L370
Access to a protected member _run 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#L50
Access to a protected member _score of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L348
Access to a protected member _group 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/branch/branch.py#L254
Access to a protected member _train_only 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/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/basemodel.py#L2795
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/atom.py#L712
Access to a protected member _branches 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/basemodel.py#L1548
Access to a protected member _idx 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#L1562
Access to a protected member _est_class 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#L1260
Access to a protected member _get_pred 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/utils/utils.py#L262
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/atom.py#L391
Access to a protected member _get_score 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/utils/utils.py#L196
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L849
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L921
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L538
Access to a protected member _ht 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/basemodel.py#L1936
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L429
Access to a protected member _module of a class
Accessing a protected member of a class or a module: atom/training.py#L235
Access to a protected member _name 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#L2634
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L213
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1589
Access to a protected member _idx 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/utils/utils.py#L439
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L246
Access to a protected member _estimators 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/basemodel.py#L2168
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L259
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L215
Access to a protected member _estimators 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#L2648
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/atom.py#L1996
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L704
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L450
Access to a protected member _trials 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#L1535
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/atom.py#L375
Access to a protected member _component_obj 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/utils/utils.py#L436
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L915
Access to a protected member _data 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/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/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/hyperparametertuningplot.py#L21
Access to a protected member _terminator_improvement of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L921
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L451
Access to a protected member _trials 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/plots/hyperparametertuningplot.py#L23
Access to a protected member _bunch 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/atom.py#L682
Access to a protected member _get_data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L805
Access to a protected member _score_func 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: docs_sources/scripts/autodocs.py#L674
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/atom.py#L395
Access to a protected member _fullname 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/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/basetrainer.py#L349
Access to a protected member _group 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#L51
Access to a protected member _print_elapsed_time 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/atom.py#L582
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L930
Access to a protected member _storage of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L712
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/atom.py#L390
Access to a protected member _get_score of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L266
Access to a protected member _est_params of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L425
Access to a protected member _fullname 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/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/predictionplot.py#L3513
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L427
Access to a protected member _fullname 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: atom/plots/featureselectionplot.py#L228
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L675
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L262
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L1454
Access to a protected member _mapping of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2662
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/atom.py#L1109
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L473
Access to a protected member _ht 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/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/predictionplot.py#L3335
Access to a protected member _idx 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/pipeline.py#L139
Access to a protected member _iter 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/feature_engineering.py#L1638
Access to a protected member _comps 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/training.py#L163
Access to a protected member _group 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/plots/predictionplot.py#L3335
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#L247
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L445
Access to a protected member _trial_to_est of a class
Accessing a protected member of a class or a module: atom/atom.py#L377
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L470
Access to a protected member _fullname 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/basemodel.py#L741
Access to a protected member _sign 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#L2863
Access to a protected member _get_target 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: 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#L264
Access to a protected member _sign 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/shapplot.py#L603
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L738
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L846
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2661
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#L2367
Access to a protected member _train_only of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L367
Access to a protected member _default of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L427
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L525
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1549
Access to a protected member _idx 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/atom.py#L713
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/branch/branch.py#L90
Access to a protected member _fullname of a class
Accessing a protected member of a class or a module: atom/atom.py#L711
Access to a protected member _branches 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/basemodel.py#L1931
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L377
Access to a protected member _suggest of a class
Accessing a protected member of a class or a module: atom/atom.py#L1988
Access to a protected member _models 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/feature_engineering.py#L530
Access to a protected member _name of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L199
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L143
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L1228
Access to a protected member _palette 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/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/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/utils/utils.py#L1891
Access to a protected member _is_fitted of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L726
Access to a protected member _models 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/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/baserunner.py#L843
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L428
Access to a protected member _est_class of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L43
Access to a protected member _validation of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L663
Access to a protected member _get_distributions of a class
Accessing a protected member of a class or a module: atom/atom.py#L712
Access to a protected member _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/atom.py#L456
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L351
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L519
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L254
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/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/shapplot.py#L127
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L711
Access to a protected member _data 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: atom/atom.py#L876
Access to a protected member _data 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#L1725
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/atom.py#L708
Access to a protected member _branches 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/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/plots/shapplot.py#L128
Access to a protected member _shap 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/baserunner.py#L235
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/atom.py#L713
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L199
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L921
Access to a protected member _idx of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L720
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/atom.py#L686
Access to a protected member _branches 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/utils/utils.py#L1996
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L385
Access to a protected member _component_obj of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L294
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2873
Access to a protected member _get_models 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/atom.py#L713
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L933
Access to a protected member _storage 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/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/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/atom.py#L896
Access to a protected member _data 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/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/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/base.py#L539
Access to a protected member _ht 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/atom.py#L1455
Access to a protected member _mapping 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/predictionplot.py#L543
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L423
Access to a protected member _estimators 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/utils/utils.py#L2662
Access to a protected member _idx 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/atom.py#L882
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/atom.py#L1997
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L1982
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L195
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L429
Access to a protected member _est_class of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L437
Access to a protected member _final_output of a class
Shadowing names from outer scopes: atom/branch/branch.py#L380
Shadows name 'ex' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L380
Shadows name 'idx' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2684
Shadows name 'kwargs' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L812
Shadows name 'X_test' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2432
Shadows name 'out' 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/baserunner.py#L307
Shadows name 'model' 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/autodocs.py#L637
Shadows name 'trainer' 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#L813
Shadows name 'y_test' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L795
Shadows name 'ex' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L632
Shadows name 'target' from outer scope
Shadowing names from outer scopes: atom/plots/hyperparametertuningplot.py#L446
Shadows name 'x' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2461
Shadows name 'out' 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/branch/branch.py#L400
Shadows name 'i' from outer scope
Shadowing names from outer scopes: atom/plots/hyperparametertuningplot.py#L471
Shadows name 'x' 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/basemodel.py#L915
Shadows name 'scores' 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/branch/branch.py#L397
Shadows name 'idx' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L811
Shadows name 'y_train' from outer scope
Shadowing names from outer scopes: atom/plots/hyperparametertuningplot.py#L449
Shadows name 'x' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L262
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L273
Shadows name 'docs' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L294
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L2287
Shadows name 'method' 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/data_cleaning.py#L1129
Shadows name 'i' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L810
Shadows name 'X_train' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L275
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L304
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L854
Shadows name 'estimator' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L671
Shadows name 'score' 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/plots/hyperparametertuningplot.py#L490
Shadows name 'i' 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/feature_engineering.py#L1186
Shadows name 'X_valid' 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/baserunner.py#L312
Shadows name 'm' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L736
Shadows name 'ngram' 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/nlp.py#L311
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L510
Shadows name 'col' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L302
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L601
Shadows name 'target' 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/branch/branch.py#L493
Shadows name 'ex' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L632
Shadows name 'column' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L513
Shadows name 'c' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L493
Shadows name 'col' 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: docs_sources/scripts/autodocs.py#L641
Shadows name 'trainer' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L199
Shadows name 'score' 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/nlp.py#L234
Shadows name 'elem' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2684
Shadows name 'args' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L437
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/basetrainer.py#L320
Shadows name 'm' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L907
Shadows name 'estimator' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L293
Shadows name 'model' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L439
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/basetransformer.py#L691
Shadows name 'y' 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/branch/branch.py#L118
Shadows name 'name' from outer scope
Unused local symbols: docs/scripts/autodocs.py#L879
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#L883
Parameter 'kwargs' value is not used
Unused local symbols: docs_sources/scripts/autodocs.py#L772
Parameter 'kwargs' value is not used