Skip to content

Ts plots

Ts plots #488

Triggered via pull request January 26, 2024 08:00
Status Failure
Total duration 12m 30s
Artifacts

config.yml

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

Annotations

5 errors, 140 warnings, and 765 notices
unit-tests (ubuntu-latest, 3.10)
Process completed with exit code 1.
unit-tests (windows-latest, 3.10)
The operation was canceled.
unit-tests (windows-latest, 3.11)
The operation was canceled.
unit-tests (ubuntu-latest, 3.11)
The operation was canceled.
examples-tests
Process completed with exit code 1.
code-quality-codeql
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, github/codeql-action/init@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
isort
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mypy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-tests (ubuntu-latest, 3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-tests (windows-latest, 3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-tests (windows-latest, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-tests (ubuntu-latest, 3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Incorrect call arguments: atom/basemodel.py#L2304
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L484
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L543
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L674
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L582
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L369
Unexpected argument
Incorrect call arguments: atom/atom.py#L714
Unexpected argument
Incorrect call arguments: atom/atom.py#L1146
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L427
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L634
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L829
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L703
Unexpected argument
Incorrect call arguments: atom/basemodel.py#L2503
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L757
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L314
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L864
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L800
Unexpected argument
Incorrect call arguments: atom/pipeline.py#L911
Unexpected argument
Attempt to call a non-callable object: atom/data_cleaning.py#L1850
'str' object is not callable
The default argument is mutable: atom/utils/utils.py#L2753
Default argument value is mutable
Overloads in regular Python files: atom/utils/types.py#L60
A series of @overload-decorated methods should always be followed by an implementation that is not @overload-ed
Fixture is not requested by test functions: atom/basemodel.py#L3062
Fixture 'self.memory.cache' is not requested by test functions or @pytest.mark.usefixtures marker
Fixture is not requested by test functions: atom/basemodel.py#L2670
Fixture 'self.memory.cache' is not requested by test functions or @pytest.mark.usefixtures marker
Fixture is not requested by test functions: atom/basemodel.py#L3058
Fixture 'self.memory.cache' is not requested by test functions or @pytest.mark.usefixtures marker
Incorrect type: atom/basetransformer.py#L229
Expected type 'str' (matched generic type 'AnyStr'), got 'Literal\["default", "error", "ignore", "always", "module", "once"\] \| bool \| bool_' instead
Incorrect type: docs_sources/scripts/autodocs.py#L801
Expected type '(...) -\> Any \| None', got 'str' instead
Incorrect type: atom/utils/utils.py#L515
Expected type 'str', got 'Task' instead
Incorrect type: docs_sources/scripts/autodocs.py#L333
Expected type 'str', got '(...) -\> Any' instead
Incorrect type: atom/branch/branch.py#L773
Expected type 'int \| integer \| str', got 'tuple' instead
Incorrect type: atom/basetransformer.py#L222
Expected type 'Literal\["default", "error", "ignore", "always", "module", "once"\]', got 'Literal\["default", "error", "ignore", "always", "module", "once"\] \| bool \| bool_' instead
Incorrect type: atom/data_cleaning.py#L1471
Expected type 'str' (matched generic type '_KT'), got 'int' instead
Incorrect type: docs/scripts/autorun.py#L167
Expected type 'tuple\[list\[str\], list\[str\]\]', got 'tuple\[list\[list\], list\[str\]\]' instead
Incorrect type: docs_sources/scripts/autorun.py#L239
Expected type 'list\[str\]', got 'str' instead
Incorrect type: atom/plots/predictionplot.py#L193
Unexpected type(s): (list\[list\]) Possible type(s): (_SupportsArray\[dtype\[_SCT\]\] \| _NestedSequence\[_SupportsArray\[dtype\[_SCT\]\]\]) (_SupportsArray\[dtype\] \| _NestedSequence\[_SupportsArray\[dtype\]\] \| bool \| int \| float \| complex \| str \| bytes \| _NestedSequence\[bool \| int \| float \| complex \| str \| bytes\])
Incorrect type: docs/scripts/autodocs.py#L741
Expected type '(...) -\> Any \| None', got 'str' instead
Incorrect type: atom/feature_engineering.py#L229
Expected type '(_T1) -\> _S', got '() -\> LiteralString \| () -\> str' instead
Incorrect type: docs/scripts/autorun.py#L240
Expected type 'list\[str\]', got 'str' instead
Incorrect type: docs_sources/scripts/autorun.py#L166
Expected type 'tuple\[list\[str\], list\[str\]\]', got 'tuple\[list\[list\], list\[str\]\]' instead
Incorrect type: docs_sources/scripts/autodocs.py#L789
Expected type '(...) -\> Any \| None', got 'str' instead
Incorrect type: atom/basemodel.py#L1944
Expected type 'int', got 'list\[ndarray\[Any, dtype\] \| Any\]' instead
Incorrect type: docs/scripts/autodocs.py#L753
Expected type '(...) -\> Any \| None', got 'str' instead
Incorrect type: docs_sources/scripts/autodocs.py#L408
Expected type 'collections.Iterable', got '(...) -\> Any' instead
Incorrect type: docs/scripts/autodocs.py#L309
Expected type 'str', got '(...) -\> Any' instead
Incorrect type: atom/models/custom.py#L33
Unexpected type(s): (() -\> bool, str) Possible type(s): (None, Iterable\[str \| None\]) ((_S) -\> Any, Iterable\[str\]) ((_T) -\> Any, Iterable\[str\])
Incorrect type: atom/plots/predictionplot.py#L2337
Unexpected type(s): (list\[list\]) Possible type(s): (_SupportsArray\[dtype\[_SCT\]\] \| _NestedSequence\[_SupportsArray\[dtype\[_SCT\]\]\]) (_SupportsArray\[dtype\] \| _NestedSequence\[_SupportsArray\[dtype\]\] \| bool \| int \| float \| complex \| str \| bytes \| _NestedSequence\[bool \| int \| float \| complex \| str \| bytes\])
Incorrect type: atom/basemodel.py#L1948
Expected type 'ndarray\[Any, dtype\[_SCT\]\]', got 'list\[ndarray\[Any, dtype\] \| Any\]' instead
Unbound local variables: atom/plots/predictionplot.py#L2797
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1419
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L2605
Local variable 'y_new' might be referenced before assignment
Unbound local variables: atom/baserunner.py#L1338
Local variable 'og' might be referenced before assignment
Unbound local variables: atom/basemodel.py#L1034
Local variable 'splitter' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L848
Local variable 'y_true' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L372
Local variable 'frac_pos' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1669
Local variable 'cols' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L3517
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L372
Local variable 'pred' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L3087
Local variable 'res' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1320
Local variable 'y_true' might be referenced before assignment
Unbound local variables: atom/baserunner.py#L344
Local variable 'period' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L2796
Local variable 'prec' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L519
Local variable 'samples' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L2796
Local variable 'rec' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L1805
Local variable 'infrequent_to_value' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1461
Local variable 'y' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L3275
Local variable 'met' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1393
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/branch/branch.py#L232
Local variable 'under' might be referenced before assignment
Unbound local variables: atom/atom.py#L508
Local variable 'stat' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L966
Local variable 'out' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L3087
Local variable 'y_true' might be referenced before assignment
Unbound local variables: atom/models/classreg.py#L538
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1666
Local variable 'train_only' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L2605
Local variable 'X_new' might be referenced before assignment
Unbound local variables: atom/atom.py#L664
Local variable 'path' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L3393
Local variable 'tpr' might be referenced before assignment
Unbound local variables: atom/baserunner.py#L1341
Local variable 'data' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1461
Local variable 'x' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1737
Local variable 'y' might be referenced before assignment
Unbound local variables: atom/plots/dataplot.py#L1419
Local variable 'y' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1668
Local variable 'cols' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1274
Local variable 'corr_y' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1933
Local variable 'y' might be referenced before assignment
Unbound local variables: atom/baserunner.py#L337
Local variable 'name' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1319
Local variable 'x' might be referenced before assignment
Unbound local variables: atom/plots/dataplot.py#L988
Local variable 'ngram_c' might be referenced before assignment
Unbound local variables: atom/branch/branch.py#L231
Local variable 'side' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1403
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L2145
Local variable 'deciles' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L3393
Local variable 'fpr' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1450
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1358
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/plots/dataplot.py#L1419
Local variable 'x' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L2193
Local variable 'num_imputer' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1737
Local variable 'x' might be referenced before assignment
Unbound local variables: atom/atom.py#L643
Local variable 'rows_c' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L2591
Local variable 'est' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1585
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/models/classreg.py#L536
Local variable 'cb' might be referenced before assignment
Unbound local variables: atom/plots/baseplot.py#L226
Local variable 'rows_c' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L848
Local variable 'y_pred' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1698
Local variable 'verbosity' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1667
Local variable 'train_only' might be referenced before assignment
Unbound local variables: atom/plots/dataplot.py#L974
Local variable 'finder' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1933
Local variable 'x' might be referenced before assignment
Depencencies in pyproject.toml: pyproject.toml#L45
Package shap is not installed
Depencencies in pyproject.toml: pyproject.toml#L44
Package scipy is not installed
Depencencies in pyproject.toml: pyproject.toml#L39
Package plotly is not installed
Depencencies in pyproject.toml: pyproject.toml#L33
Package mlflow is not installed
Depencencies in pyproject.toml: pyproject.toml#L30
Package featuretools is not installed
Depencencies in pyproject.toml: pyproject.toml#L31
Package joblib is not installed
Depencencies in pyproject.toml: pyproject.toml#L29
Package ipywidgets is not installed
Depencencies in pyproject.toml: pyproject.toml#L32
Package matplotlib is not installed
Depencencies in pyproject.toml: pyproject.toml#L48
Package zoofs is not installed
Depencencies in pyproject.toml: pyproject.toml#L41
Package requests is not installed
Depencencies in pyproject.toml: pyproject.toml#L27
Package imbalanced-learn is not installed
Depencencies in pyproject.toml: pyproject.toml#L24
Package dagshub is not installed
Depencencies in pyproject.toml: pyproject.toml#L47
Package statsmodels is not installed
Depencencies in pyproject.toml: pyproject.toml#L34
Package modin is not installed
Depencencies in pyproject.toml: pyproject.toml#L26
Package gplearn is not installed
Depencencies in pyproject.toml: pyproject.toml#L28
Package ipython is not installed
Depencencies in pyproject.toml: pyproject.toml#L40
Package ray is not installed
Depencencies in pyproject.toml: pyproject.toml#L23
Package category-encoders is not installed
Depencencies in pyproject.toml: pyproject.toml#L22
Package beartype is not installed
Depencencies in pyproject.toml: pyproject.toml#L38
Package pandas is not installed
Depencencies in pyproject.toml: pyproject.toml#L42
Package scikit-learn is not installed
Depencencies in pyproject.toml: pyproject.toml#L25
Package dill is not installed
Depencencies in pyproject.toml: pyproject.toml#L36
Package numpy is not installed
Depencencies in pyproject.toml: pyproject.toml#L37
Package optuna is not installed
Depencencies in pyproject.toml: pyproject.toml#L35
Package nltk is not installed
Depencencies in pyproject.toml: pyproject.toml#L46
Package sktime is not installed
code-quality-qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, JetBrains/qodana-action@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
examples-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1751
Instance attribute _to_value defined outside __init__
An instance attribute is defined outside `__init__`: atom/basemodel.py#L2032
Instance attribute cv defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1125
Instance attribute _low_variance defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1150
Instance attribute _estimators defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L431
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1459
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L2523
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1453
Instance attribute _estimators defined outside __init__
An instance attribute is defined outside `__init__`: atom/nlp.py#L964
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L197
Instance attribute _memory defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1416
Instance attribute _n_features defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L427
Instance attribute _counts defined outside __init__
An instance attribute is defined outside `__init__`: atom/branch/branchmanager.py#L142
Instance attribute _current defined outside __init__
An instance attribute is defined outside `__init__`: atom/pipeline.py#L190
Instance attribute _mem_transform defined outside __init__
An instance attribute is defined outside `__init__`: atom/atom.py#L649
Instance attribute report defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L377
Instance attribute target_names_in_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/pipeline.py#L188
Instance attribute _memory defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1454
Instance attribute _labels defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L509
Instance attribute _dfs defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L283
Instance attribute _logger defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L752
Instance attribute _estimators defined outside __init__
An instance attribute is defined outside `__init__`: atom/utils/patches.py#L138
Instance attribute estimators_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L113
Instance attribute _device 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/data_cleaning.py#L2123
Instance attribute missing_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L751
Instance attribute mapping_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basemodel.py#L1958
Instance attribute dashboard defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1331
Instance attribute scaler_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L220
Instance attribute _warnings defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L763
Instance attribute target_names_in_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/branch/branchmanager.py#L210
Instance attribute _current defined outside __init__
An instance attribute is defined outside `__init__`: atom/utils/utils.py#L1020
Instance attribute _explanation defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1124
Instance attribute _high_variance defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L332
Instance attribute _random_state defined outside __init__
An instance attribute is defined outside `__init__`: atom/baserunner.py#L1272
Instance attribute _metric defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L755
Instance attribute missing_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1280
Instance attribute collinear_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1252
Instance attribute collinear defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L2191
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/pipeline.py#L189
Instance attribute _mem_fit defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L3095
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L604
Instance attribute genetic_features_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L425
Instance attribute mapping_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1750
Instance attribute mapping_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L514
Instance attribute gfg_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1857
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/basemodel.py#L1874
Instance attribute app defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L207
Instance attribute _verbose defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L103
Instance attribute _n_jobs defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L2134
Instance attribute _max_nan_rows defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L293
Instance attribute _experiment defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1752
Instance attribute _categories defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L164
Instance attribute _engine defined outside __init__
Unclear exception clauses: atom/basemodel.py#L2666
Too broad exception clause
Method is not declared static: atom/utils/utils.py#L358
Method `get_final_error` may be 'static'
PEP 8 coding style violation: atom/plots/dataplot.py#L1506
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: atom/nlp.py#L524
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs/scripts/autodocs.py#L218
PEP 8: E501 line too long (135 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L160
PEP 8: E501 line too long (140 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L203
PEP 8: E501 line too long (122 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L116
PEP 8: E501 line too long (125 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L613
PEP 8: W605 invalid escape sequence '\\w'
PEP 8 coding style violation: docs/scripts/autodocs.py#L229
PEP 8: E501 line too long (145 \> 120 characters)
PEP 8 coding style violation: atom/models/classreg.py#L1939
PEP 8: E117 over-indented
PEP 8 coding style violation: docs/scripts/autodocs.py#L795
PEP 8: W605 invalid escape sequence '\\Z'
PEP 8 coding style violation: docs/scripts/autodocs.py#L176
PEP 8: E501 line too long (132 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L171
PEP 8: E501 line too long (138 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L83
PEP 8: E501 line too long (138 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L230
PEP 8: E501 line too long (122 \> 120 characters)
PEP 8 coding style violation: atom/basemodel.py#L793
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L252
PEP 8: E501 line too long (145 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L613
PEP 8: W605 invalid escape sequence '\\Z'
PEP 8 coding style violation: docs/scripts/autodocs.py#L148
PEP 8: E501 line too long (135 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L214
PEP 8: E501 line too long (150 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L187
PEP 8: E501 line too long (142 \> 120 characters)
PEP 8 coding style violation: atom/nlp.py#L316
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs/scripts/autodocs.py#L193
PEP 8: E501 line too long (138 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L201
PEP 8: E501 line too long (129 \> 120 characters)
PEP 8 coding style violation: atom/data_cleaning.py#L2244
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L175
PEP 8: E501 line too long (130 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L68
PEP 8: E501 line too long (126 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L68
PEP 8: E501 line too long (178 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L209
PEP 8: E501 line too long (138 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L613
PEP 8: W605 invalid escape sequence '\\\*'
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L219
PEP 8: E501 line too long (124 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L167
PEP 8: E501 line too long (121 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L775
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs/scripts/autodocs.py#L202
PEP 8: E501 line too long (124 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L64
PEP 8: E501 line too long (127 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L110
PEP 8: E501 line too long (127 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L157
PEP 8: E501 line too long (136 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L795
PEP 8: W605 invalid escape sequence '\\w'
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L230
PEP 8: E501 line too long (126 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L258
PEP 8: E501 line too long (153 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L178
PEP 8: E501 line too long (138 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L174
PEP 8: E501 line too long (132 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L56
PEP 8: E501 line too long (127 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L194
PEP 8: E501 line too long (136 \> 120 characters)
PEP 8 coding style violation: atom/nlp.py#L542
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L136
PEP 8: E501 line too long (132 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L160
PEP 8: E501 line too long (130 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L60
PEP 8: E501 line too long (178 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L216
PEP 8: E501 line too long (135 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L62
PEP 8: E501 line too long (145 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L159
PEP 8: E501 line too long (132 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L162
PEP 8: E501 line too long (140 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L71
PEP 8: E501 line too long (121 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autorun.py#L123
PEP 8: E203 whitespace before ':'
PEP 8 coding style violation: docs/scripts/autodocs.py#L613
PEP 8: W605 invalid escape sequence '\\\['
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L74
PEP 8: E501 line too long (126 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L251
PEP 8: E501 line too long (145 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L156
PEP 8: E501 line too long (138 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L153
PEP 8: E501 line too long (121 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L117
PEP 8: E501 line too long (123 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L64
PEP 8: E501 line too long (126 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L177
PEP 8: E501 line too long (140 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L239
PEP 8: E501 line too long (135 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L80
PEP 8: E501 line too long (138 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L728
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs/scripts/autodocs.py#L54
PEP 8: E501 line too long (145 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L123
PEP 8: E501 line too long (133 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L215
PEP 8: E501 line too long (123 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L182
PEP 8: E501 line too long (121 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L129
PEP 8: E501 line too long (123 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L207
PEP 8: E501 line too long (134 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L191
PEP 8: E501 line too long (134 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L124
PEP 8: E501 line too long (132 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L235
PEP 8: E501 line too long (153 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L85
PEP 8: E501 line too long (126 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L218
PEP 8: E501 line too long (129 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L122
PEP 8: E501 line too long (127 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L199
PEP 8: E501 line too long (135 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L111
PEP 8: E501 line too long (133 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L217
PEP 8: E501 line too long (131 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L192
PEP 8: E501 line too long (132 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L128
PEP 8: E501 line too long (125 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L200
PEP 8: E501 line too long (131 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L198
PEP 8: E501 line too long (150 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L228
PEP 8: E501 line too long (145 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L235
PEP 8: E501 line too long (130 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L210
PEP 8: E501 line too long (136 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L163
PEP 8: E501 line too long (138 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L72
PEP 8: E501 line too long (147 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L220
PEP 8: E501 line too long (122 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L253
PEP 8: E501 line too long (122 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L163
PEP 8: E501 line too long (135 \> 120 characters)
PEP 8 coding style violation: atom/basemodel.py#L1853
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L172
PEP 8: E501 line too long (136 \> 120 characters)
PEP 8 coding style violation: atom/nlp.py#L314
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L1045
PEP 8: E203 whitespace before ':'
PEP 8 naming convention violation: atom/pipeline.py#L583
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2329
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1517
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2617
Function name should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1895
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1918
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1577
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#L344
Function name should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L25
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/feature_engineering.py#L205
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2215
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2809
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L929
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L713
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2540
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L3150
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3054
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1887
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L461
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L872
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L839
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1683
Function name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2456
Argument name should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L453
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L855
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L3124
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L582
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L420
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L704
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2976
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/shapplot.py#L133
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L955
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2254
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2544
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L546
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1070
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L814
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1589
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1697
Function name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L746
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L238
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1466
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L720
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1256
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2292
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1449
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2999
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L783
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L873
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L950
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L502
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2601
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L548
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2660
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1839
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2988
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L510
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L429
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2274
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L20
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/data_cleaning.py#L2595
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2610
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L559
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2814
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2581
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L635
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L727
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L706
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L415
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L792
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1332
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L497
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L734
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L838
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L137
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/shapplot.py#L620
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1720
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1393
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1286
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L201
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L777
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1248
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L726
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2249
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1673
Function name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L740
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1481
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L913
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L669
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L680
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2912
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L445
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L428
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3076
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2754
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1434
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L210
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3298
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L377
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/shapplot.py#L737
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L446
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2592
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L809
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L318
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L458
Argument name should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L460
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1552
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/shapplot.py#L364
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L2138
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L714
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3260
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2665
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2136
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1443
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1101
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2128
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L531
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L759
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2257
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L745
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L1371
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L649
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L948
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1706
Function name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L514
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L384
Function name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2420
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2839
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1525
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1239
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L584
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L302
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L758
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2823
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L502
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1111
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L544
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2551
Argument name should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L364
Function name should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1881
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L312
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/shapplot.py#L864
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2154
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L732
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1554
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L477
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L724
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1894
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L339
Function name should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L196
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2382
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1104
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L573
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L956
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1192
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2189
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L179
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L774
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L439
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2617
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3163
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2662
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L912
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L3106
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L830
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L366
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1185
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L809
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L675
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L3058
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L334
Argument name should be lowercase
PEP 8 naming convention violation: atom/api.py#L30
Function name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2491
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1167
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2151
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1292
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L684
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L492
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1891
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2656
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1236
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L520
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L1445
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L532
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L435
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1511
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L3131
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L496
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2464
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1163
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L712
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L350
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1144
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L316
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1120
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L865
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1238
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3347
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2773
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2594
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1111
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L596
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2716
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1915
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L1610
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L858
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1935
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L715
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L555
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L26
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/data_cleaning.py#L2569
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1508
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1545
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L94
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L747
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1871
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L719
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L586
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L851
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3052
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L379
Function name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L733
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2576
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2501
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1481
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L801
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2336
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1884
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/patches.py#L19
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/feature_engineering.py#L1294
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2876
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L485
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L728
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L2910
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L213
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L1013
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/shapplot.py#L247
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2302
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L442
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L681
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2212
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3048
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L828
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3115
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/data_cleaning.py#L94
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1259
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L582
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2551
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/shapplot.py#L485
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L438
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3050
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L709
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L979
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L3149
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L359
Function name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L498
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2667
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2264
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L719
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2105
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L739
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L684
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2802
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3211
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L705
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1525
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2561
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L588
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L268
Argument name should be lowercase
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L1833
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L862
Access to a protected member _response_method of a class
Accessing a protected member of a class or a module: atom/atom.py#L806
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1875
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/atom.py#L807
Access to a protected member _log of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L731
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/atom.py#L570
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/data_cleaning.py#L37
Access to a protected member _clone_parametrized of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L874
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1565
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L528
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1316
Access to a protected member _og of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L545
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L172
Access to a protected member _container of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L411
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/atom.py#L2191
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/atom.py#L1560
Access to a protected member _mapping of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1264
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/atom.py#L1010
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/models/classreg.py#L536
Access to a protected member _pruned of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1447
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/atom.py#L821
Access to a protected member _config of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L23
Access to a protected member _get_improvement_info of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1566
Access to a protected member _best_score of a class
Accessing a protected member of a class or a module: atom/training.py#L150
Access to a protected member _best_score of a class
Accessing a protected member of a class or a module: atom/atom.py#L26
Access to a protected member _typing of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L991
Access to a protected member _set_trial of a class
Accessing a protected member of a class or a module: docs/scripts/autodocs.py#L676
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/utils/patches.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#L623
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L426
Access to a protected member _final_output of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3677
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L159
Access to a protected member _bootstrap of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1568
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2903
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L138
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L546
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L33
Access to a protected member _typing of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L873
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L24
Access to a protected member _is_log_scale of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3060
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L341
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L545
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L1841
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L499
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/utils/patches.py#L21
Access to a protected member _fit_single_estimator of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L165
Access to a protected member _location of a class
Accessing a protected member of a class or a module: atom/atom.py#L833
Access to a protected member _log of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3497
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L708
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3500
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/data_cleaning.py#L1139
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1110
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L697
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L724
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/atom.py#L1308
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L24
Access to a protected member _utils of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L487
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/atom.py#L886
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L988
Access to a protected member _cached_frozen_trial of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1424
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1339
Access to a protected member _container of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L620
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2562
Access to a protected member _study of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2662
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1557
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L176
Access to a protected member _pipeline of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L738
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/pipeline.py#L18
Access to a protected member _print_elapsed_time of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L247
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L723
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L819
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1264
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L1503
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2102
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/atom.py#L796
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L25
Access to a protected member _bunch of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2014
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L497
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L492
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L169
Access to a protected member _best_score of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1437
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2012
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2094
Access to a protected member _is_fitted of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L249
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L793
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L21
Access to a protected member _get_dims_from_info of a class
Accessing a protected member of a class or a module: atom/atom.py#L989
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L793
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L1307
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2644
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L667
Access to a protected member _log of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1935
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L191
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L433
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/atom.py#L637
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L730
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L337
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L431
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2201
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L1298
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/utils/patches.py#L22
Access to a protected member _fit_and_score of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L175
Access to a protected member _pipeline of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L539
Access to a protected member _response_method of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L53
Access to a protected member _check_response_method of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L343
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1339
Access to a protected member _og of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2187
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L793
Access to a protected member _og of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L338
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/atom.py#L646
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L305
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/atom.py#L291
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L167
Access to a protected member _bootstrap of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1867
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L297
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2104
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L162
Access to a protected member _location of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L366
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L294
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/atom.py#L1274
Access to a protected member _is_in_cache_and_valid of a class
Accessing a protected member of a class or a module: atom/training.py#L151
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L987
Access to a protected member _storage of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2203
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L158
Access to a protected member _location of a class
Accessing a protected member of a class or a module: atom/atom.py#L1237
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L180
Access to a protected member _mapping of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L740
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L23
Access to a protected member _terminator_improvement of a class
Accessing a protected member of a class or a module: atom/atom.py#L641
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L692
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L495
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/atom.py#L1286
Access to a protected member _mem_transform of a class
Accessing a protected member of a class or a module: atom/atom.py#L1292
Access to a protected member _mem_transform of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3663
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L792
Access to a protected member _og of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1193
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L211
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1554
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1566
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L719
Access to a protected member _log of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1431
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1225
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L158
Access to a protected member _location of a class
Accessing a protected member of a class or a module: atom/training.py#L220
Access to a protected member _name of a class
Accessing a protected member of a class or a module: atom/atom.py#L792
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L336
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L1717
Access to a protected member _est_class of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3671
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/models/classreg.py#L543
Access to a protected member _message of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L174
Access to a protected member _bootstrap of a class
Accessing a protected member of a class or a module: atom/utils/patches.py#L22
Access to a protected member _validation of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L989
Access to a protected member _get_trial of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L495
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L306
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L666
Access to a protected member _log of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L367
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/atom.py#L1299
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L131
Access to a protected member _container of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L1271
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1228
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/pipeline.py#L17
Access to a protected member _final_estimator_has of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L696
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3498
Access to a protected member _group of a class
Accessing a protected member of a class or a module: docs/scripts/autodocs.py#L665
Access to a protected member _get_distributions of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L250
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L687
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L737
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L136
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/atom.py#L1680
Access to a protected member _mapping of a class
Accessing a protected member of a class or a module: atom/training.py#L135
Access to a protected member _name of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L239
Access to a protected member _time_fit of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L484
Access to a protected member _response_method of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L68
Access to a protected member _study of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2778
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L364
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3250
Access to a protected member _get_score of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L509
Access to a protected member _name of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L305
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L622
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L793
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2109
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L849
Access to a protected member _response_method of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L1304
Access to a protected member _palette of a class
Accessing a protected member of a class or a module: atom/atom.py#L1310
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L339
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L50
Access to a protected member _print_elapsed_time of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1286
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/atom.py#L1002
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1565
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/atom.py#L1300
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3497
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L133
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L316
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/atom.py#L2054
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1249
Access to a protected member _all of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2662
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/atom.py#L975
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/atom.py#L652
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L996
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1739
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L242
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L934
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L803
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L553
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L21
Access to a protected member _get_parallel_coordinate_info of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L1117
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/atom.py#L639
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L712
Access to a protected member _get_distributions of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L690
Access to a protected member _container of a class
Accessing a protected member of a class or a module: atom/atom.py#L1274
Access to a protected member _get_output_identifiers of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L739
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L419
Access to a protected member _best_score of a class
Accessing a protected member of a class or a module: atom/branch/branchmanager.py#L163
Access to a protected member _location of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2610
Access to a protected member _study of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L1269
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L239
Access to a protected member _best_score of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1848
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/pipeline.py#L19
Access to a protected member _raise_for_params of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1186
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L42
Access to a protected member _libs of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1517
Access to a protected member _est_params of a class
Accessing a protected member of a class or a module: atom/pipeline.py#L260
Access to a protected member _iter of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3498
Access to a protected member _best_score of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3497
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2069
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L864
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L865
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L260
Access to a protected member _est_params_fit of a class
Accessing a protected member of a class or a module: atom/atom.py#L1312
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/atom.py#L789
Access to a protected member _get_data of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1280
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L43
Access to a protected member _typing of a class
Accessing a protected member of a class or a module: atom/atom.py#L484
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1440
Access to a protected member _est_params of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L836
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L1392
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3380
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L486
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1238
Access to a protected member _all of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1138
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L344
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1071
Access to a protected member _est_class of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L135
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2522
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L402
Access to a protected member _suggest of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L20
Access to a protected member _parallel_coordinate of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L1961
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L431
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L264
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L740
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2084
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/atom.py#L1311
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: docs/scripts/autodocs.py#L677
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2105
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L989
Access to a protected member _storage of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L991
Access to a protected member _storage of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1723
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L681
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1177
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L47
Access to a protected member _validation of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1877
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/atom.py#L2183
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L748
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/basetrainer.py#L262
Access to a protected member _est_params of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L806
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/atom.py#L1306
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2188
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2910
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L428
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/data_cleaning.py#L1130
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L958
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L421
Access to a protected member _response_method of a class
Accessing a protected member of a class or a module: atom/utils/patches.py#L22
Access to a protected member _score of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L32
Access to a protected member _safe_indexing of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L696
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L416
Access to a protected member _response_method of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L485
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L3061
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L737
Access to a protected member _get_rows of a class
Shadowing built-in names: docs/scripts/autorun.py#L57
Shadows built-in name 'type'
Shadowing built-in names: docs_sources/scripts/autorun.py#L54
Shadows built-in name 'type'
Shadowing names from outer scopes: atom/utils/patches.py#L312
Shadows name 'X' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L462
Shadows name 'y' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L2420
Shadows name 'method' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L973
Shadows name 'scores' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L586
Shadows name 'X_test' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L1430
Shadows name 'i' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L704
Shadows name 'ngram' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L1411
Shadows name 'col' from outer scope
Shadowing names from outer scopes: atom/utils/patches.py#L312
Shadows name 'fh' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2536
Shadows name 'out' from outer scope
Shadowing names from outer scopes: docs_sources/scripts/autorun.py#L108
Shadows name 'f' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L915
Shadows name 'estimator' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L718
Shadows name 'column' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L466
Shadows name 'value' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L965
Shadows name 'estimator' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L2617
Shadows name 'X' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L190
Shadows name 'name' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L464
Shadows name 'y' from outer scope
Shadowing names from outer scopes: atom/feature_engineering.py#L1111
Shadows name 'X_valid' from outer scope
Shadowing names from outer scopes: atom/basetrainer.py#L308
Shadows name 'm' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2506
Shadows name 'out' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L467
Shadows name 'diff' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L587
Shadows name 'y_test' from outer scope
Shadowing names from outer scopes: docs/scripts/autodocs.py#L645
Shadows name 'trainer' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2753
Shadows name 'cache' from outer scope
Shadowing names from outer scopes: atom/utils/patches.py#L46
Shadows name 'args' from outer scope
Shadowing names from outer scopes: docs/scripts/autorun.py#L111
Shadows name 'f' from outer scope
Shadowing names from outer scopes: atom/utils/patches.py#L46
Shadows name 'kwargs' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L585
Shadows name 'y_train' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L2617
Shadows name 'y' from outer scope
Shadowing names from outer scopes: docs_sources/scripts/autodocs.py#L692
Shadows name 'trainer' from outer scope
Shadowing names from outer scopes: atom/feature_engineering.py#L1111
Shadows name 'y_valid' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L466
Shadows name 'key' from outer scope
Shadowing names from outer scopes: atom/feature_engineering.py#L1111
Shadows name 'model' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L685
Shadows name 'target' from outer scope
Shadowing names from outer scopes: atom/plots/predictionplot.py#L2481
Shadows name 'y' from outer scope
Shadowing names from outer scopes: atom/branch/branch.py#L717
Shadows name 'target' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L584
Shadows name 'X_train' from outer scope
Shadowing names from outer scopes: atom/utils/patches.py#L312
Shadows name 'y' from outer scope
Unused local symbols: atom/nlp.py#L201
Parameter 'y' value is not used
Unused local symbols: atom/feature_engineering.py#L531
Parameter 'y' value is not used
Unused local symbols: atom/feature_engineering.py#L709
Parameter 'y' value is not used
Unused local symbols: atom/data_cleaning.py#L2551
Parameter 'y' value is not used
Unused local symbols: atom/data_cleaning.py#L1167
Parameter 'y' value is not used
Unused local symbols: atom/feature_engineering.py#L184
Parameter 'y' value is not used
Unused local symbols: atom/feature_engineering.py#L1481
Parameter 'y' value is not used
Unused local symbols: docs_sources/scripts/autodocs.py#L938
Parameter 'kwargs' value is not used
Unused local symbols: docs/scripts/autodocs.py#L771
Parameter 'kwargs' value is not used
Unused local symbols: atom/nlp.py#L979
Parameter 'y' value is not used
Unused local symbols: docs_sources/scripts/autodocs.py#L819
Parameter 'kwargs' value is not used
Unused local symbols: atom/data_cleaning.py#L1525
Parameter 'y' value is not used
Unused local symbols: atom/nlp.py#L684
Parameter 'y' value is not used
Unused local symbols: atom/data_cleaning.py#L1871
Parameter 'y' value is not used
Unused local symbols: atom/nlp.py#L458
Parameter 'y' value is not used
Unused local symbols: docs/scripts/autodocs.py#L888
Parameter 'kwargs' value is not used
Unused local symbols: atom/data_cleaning.py#L3106
Parameter 'y' value is not used