Skip to content

added test for canvas #482

added test for canvas

added test for canvas #482

Triggered via push January 5, 2024 13:01
Status Failure
Total duration 26m 54s
Artifacts

config.yml

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

Annotations

8 errors, 97 warnings, and 732 notices
examples-tests
Process completed with exit code 1.
unit-tests (ubuntu-latest, 3.10)
Process completed with exit code 1.
unit-tests (windows-latest, 3.10)
The job was canceled because "ubuntu-latest_3_10" failed.
unit-tests (windows-latest, 3.10)
The operation was canceled.
unit-tests (windows-latest, 3.11)
The job was canceled because "ubuntu-latest_3_10" failed.
unit-tests (windows-latest, 3.11)
The operation was canceled.
unit-tests (ubuntu-latest, 3.11)
The job was canceled because "ubuntu-latest_3_10" failed.
unit-tests (ubuntu-latest, 3.11)
The operation was canceled.
Attempt to call a non-callable object: atom/data_cleaning.py#L1609
'str' object is not callable
The default argument is mutable: atom/utils/utils.py#L2756
Default argument value is mutable
Overloads in regular Python files: atom/utils/types.py#L59
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#L3033
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#L2641
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#L3035
Fixture 'self.memory.cache' is not requested by test functions or @pytest.mark.usefixtures marker
Fixture is not requested by test functions: atom/atom.py#L981
Fixture 'pd.api.types.is_sparse' is not requested by test functions or @pytest.mark.usefixtures marker
Incorrect type: atom/basemodel.py#L1929
Expected type 'ndarray\[Any, dtype\[_SCT\]\]', got 'list\[ndarray\[Any, dtype\] \| Any\]' instead
Incorrect type: atom/data_cleaning.py#L1230
Expected type 'str' (matched generic type '_KT'), got 'int' instead
Incorrect type: atom/basetransformer.py#L221
Expected type 'Literal\["default", "error", "ignore", "always", "module", "once"\]', got 'Literal\["default", "error", "ignore", "always", "module", "once"\] \| bool \| bool_' instead
Incorrect type: atom/models/custom.py#L59
Unexpected type(s): (() -\> bool, str) Possible type(s): (None, Iterable\[str \| None\]) ((_S) -\> Any, Iterable\[str\]) ((_T) -\> Any, Iterable\[str\])
Incorrect type: atom/utils/utils.py#L497
Expected type 'str', got 'Task' instead
Incorrect type: atom/branch/branch.py#L773
Expected type 'int \| integer \| str', got 'tuple' instead
Incorrect type: atom/basemodel.py#L1925
Expected type 'int', got 'list\[ndarray\[Any, dtype\] \| Any\]' instead
Incorrect type: atom/pipeline.py#L369
Expected type 'Estimator', got 'Literal\["passthrough"\] \| Estimator' instead
Incorrect type: atom/basemodel.py#L1012
Expected type 'T_Estimator', got 'int \| integer' instead
Incorrect type: docs_sources/scripts/autodocs.py#L326
Expected type 'str', got '(...) -\> Any' instead
Incorrect type: docs_sources/scripts/autodocs.py#L782
Expected type '(...) -\> Any \| None', got 'str' 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: docs_sources/scripts/autodocs.py#L794
Expected type '(...) -\> Any \| None', got 'str' instead
Incorrect type: atom/plots/predictionplot.py#L2172
Expected type '_SupportsArray\[dtype\] \| _NestedSequence\[_SupportsArray\[dtype\]\] \| bool \| int \| float \| complex \| str \| bytes \| _NestedSequence\[bool \| int \| float \| complex \| str \| bytes\]', got 'list\[list\]' instead
Incorrect type: docs/scripts/autodocs.py#L741
Expected type '(...) -\> Any \| None', got '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: atom/feature_engineering.py#L220
Expected type '(_T1) -\> _S', got '() -\> LiteralString \| () -\> str' instead
Incorrect type: docs/scripts/autodocs.py#L753
Expected type '(...) -\> Any \| None', got 'str' instead
Incorrect type: docs_sources/scripts/autodocs.py#L401
Expected type 'collections.Iterable', got '(...) -\> Any' instead
Incorrect type: atom/pipeline.py#L367
Expected type 'Estimator', got 'Literal\["passthrough"\] \| Estimator' instead
Incorrect type: docs/scripts/autodocs.py#L309
Expected type 'str', got '(...) -\> Any' instead
Incorrect type: atom/basetransformer.py#L228
Expected type 'str' (matched generic type 'AnyStr'), got 'Literal\["default", "error", "ignore", "always", "module", "once"\] \| bool \| bool_' instead
Incorrect type: atom/pipeline.py#L432
Expected type 'Estimator', got 'Literal\["passthrough"\] \| Estimator' instead
Unbound local variables: atom/utils/utils.py#L1651
Local variable 'cols' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L517
Local variable 'samples' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L1952
Local variable 'num_imputer' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1152
Local variable 'goal' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1154
Local variable 'y_pred' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L3386
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1248
Local variable 'corr_y' 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/dataplot.py#L659
Local variable 'ngram_c' 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/feature_engineering.py#L1332
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#L594
Local variable 'path' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L2573
Local variable 'y_new' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L2573
Local variable 'X_new' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1377
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1648
Local variable 'train_only' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L2427
Local variable 'est' might be referenced before assignment
Unbound local variables: atom/plots/dataplot.py#L644
Local variable 'finder' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1367
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L2632
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/baserunner.py#L1341
Local variable 'data' might be referenced before assignment
Unbound local variables: atom/basemodel.py#L1015
Local variable 'splitter' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1649
Local variable 'train_only' might be referenced before assignment
Unbound local variables: atom/models/classreg.py#L540
Local variable 'm' might be referenced before assignment
Unbound local variables: atom/baserunner.py#L337
Local variable 'name' might be referenced before assignment
Unbound local variables: atom/feature_engineering.py#L1424
Local variable 'solver' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1973
Local variable 'deciles' 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/atom.py#L573
Local variable 'rows_c' might be referenced before assignment
Unbound local variables: atom/plots/baseplot.py#L223
Local variable 'rows_c' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1680
Local variable 'verbosity' might be referenced before assignment
Unbound local variables: atom/basemodel.py#L1032
Local variable 'score' might be referenced before assignment
Unbound local variables: atom/baserunner.py#L1338
Local variable 'og' might be referenced before assignment
Unbound local variables: atom/models/classreg.py#L538
Local variable 'cb' might be referenced before assignment
Unbound local variables: atom/utils/utils.py#L1650
Local variable 'cols' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L964
Local variable 'out' might be referenced before assignment
Unbound local variables: atom/data_cleaning.py#L1564
Local variable 'infrequent_to_value' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1153
Local variable 'x' might be referenced before assignment
Unbound local variables: atom/plots/predictionplot.py#L1412
Local variable 'm' might be referenced before assignment
Depencencies in pyproject.toml: pyproject.toml#L37
Package optuna 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#L39
Package plotly is not installed
Depencencies in pyproject.toml: pyproject.toml#L46
Package sktime 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#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#L47
Package zoofs is not installed
Depencencies in pyproject.toml: pyproject.toml#L44
Package scipy 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#L35
Package nltk is not installed
Depencencies in pyproject.toml: pyproject.toml#L41
Package requests 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#L45
Package shap is not installed
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1213
Instance attribute _labels 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#L753
Instance attribute missing_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L178
Instance attribute _backend 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/pipeline.py#L183
Instance attribute _mem_fit defined outside __init__
An instance attribute is defined outside `__init__`: atom/ensembles.py#L403
Instance attribute _label_encoder defined outside __init__
An instance attribute is defined outside `__init__`: atom/atom.py#L579
Instance attribute report defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L424
Instance attribute _counts defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1509
Instance attribute mapping_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L331
Instance attribute _random_state defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L292
Instance attribute _experiment defined outside __init__
An instance attribute is defined outside `__init__`: atom/basemodel.py#L1939
Instance attribute dashboard defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1510
Instance attribute _to_value defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L163
Instance attribute _engine 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/data_cleaning.py#L429
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L422
Instance attribute mapping_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1254
Instance attribute collinear_ 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/data_cleaning.py#L1950
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L750
Instance attribute _estimators defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L196
Instance attribute _memory defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1112
Instance attribute _low_variance defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L2282
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L592
Instance attribute genetic_features_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1511
Instance attribute _categories defined outside __init__
An instance attribute is defined outside `__init__`: atom/utils/utils.py#L1002
Instance attribute _explanation defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1305
Instance attribute scaler_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1390
Instance attribute _n_features defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1111
Instance attribute _high_variance defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1616
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1433
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L102
Instance attribute _n_jobs 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/ensembles.py#L204
Instance attribute stack_method_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/pipeline.py#L184
Instance attribute _mem_transform defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1212
Instance attribute _estimators defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1893
Instance attribute _max_nan_rows defined outside __init__
An instance attribute is defined outside `__init__`: atom/basemodel.py#L1987
Instance attribute cv defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L112
Instance attribute _device defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L1882
Instance attribute missing_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L497
Instance attribute _dfs defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L219
Instance attribute _warnings defined outside __init__
An instance attribute is defined outside `__init__`: atom/ensembles.py#L404
Instance attribute classes_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L1226
Instance attribute collinear defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L761
Instance attribute target_names_in_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L206
Instance attribute _verbose defined outside __init__
An instance attribute is defined outside `__init__`: atom/basemodel.py#L1855
Instance attribute app defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L749
Instance attribute mapping_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/feature_engineering.py#L502
Instance attribute gfg_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/ensembles.py#L160
Instance attribute estimators_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/data_cleaning.py#L2853
Instance attribute _estimator defined outside __init__
An instance attribute is defined outside `__init__`: atom/ensembles.py#L100
Instance attribute estimators_ defined outside __init__
An instance attribute is defined outside `__init__`: atom/basetransformer.py#L282
Instance attribute _logger defined outside __init__
An instance attribute is defined outside `__init__`: atom/pipeline.py#L182
Instance attribute _memory defined outside __init__
Unclear exception clauses: atom/basemodel.py#L2637
Too broad exception clause
Method is not declared static: atom/utils/utils.py#L340
Method `get_final_error` may be 'static'
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L121
PEP 8: E501 line too long (125 \> 120 characters)
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#L246
PEP 8: E501 line too long (122 \> 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_sources/scripts/autodocs.py#L213
PEP 8: E501 line too long (122 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L229
PEP 8: E501 line too long (145 \> 120 characters)
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/scripts/autodocs.py#L230
PEP 8: E501 line too long (122 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L146
PEP 8: E501 line too long (121 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L115
PEP 8: E501 line too long (127 \> 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: 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_sources/scripts/autodocs.py#L211
PEP 8: E501 line too long (129 \> 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: docs/scripts/autodocs.py#L68
PEP 8: E501 line too long (126 \> 120 characters)
PEP 8 coding style violation: docs/scripts/autodocs.py#L613
PEP 8: W605 invalid escape sequence '\\\*'
PEP 8 coding style violation: atom/data_cleaning.py#L2003
PEP 8: E731 do not assign a lambda expression, use a def
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#L203
PEP 8: E501 line too long (136 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L61
PEP 8: E501 line too long (127 \> 120 characters)
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/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#L170
PEP 8: E501 line too long (140 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L116
PEP 8: E501 line too long (133 \> 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#L73
PEP 8: E501 line too long (126 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L168
PEP 8: E501 line too long (130 \> 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_sources/scripts/autodocs.py#L153
PEP 8: E501 line too long (140 \> 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#L200
PEP 8: E501 line too long (134 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L209
PEP 8: E501 line too long (135 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L65
PEP 8: E501 line too long (178 \> 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#L210
PEP 8: E501 line too long (131 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L212
PEP 8: E501 line too long (124 \> 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#L122
PEP 8: E501 line too long (123 \> 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#L228
PEP 8: E501 line too long (130 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L156
PEP 8: E501 line too long (135 \> 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_sources/scripts/autodocs.py#L59
PEP 8: E501 line too long (145 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L223
PEP 8: E501 line too long (126 \> 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#L768
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: atom/basemodel.py#L1834
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L232
PEP 8: E501 line too long (135 \> 120 characters)
PEP 8 coding style violation: atom/plots/dataplot.py#L999
PEP 8: E731 do not assign a lambda expression, use a def
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/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#L202
PEP 8: E501 line too long (138 \> 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_sources/scripts/autodocs.py#L207
PEP 8: E501 line too long (150 \> 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#L129
PEP 8: E501 line too long (132 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L165
PEP 8: E501 line too long (136 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L167
PEP 8: E501 line too long (132 \> 120 characters)
PEP 8 coding style violation: atom/baserunner.py#L666
PEP 8: E203 whitespace before ':'
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L244
PEP 8: E501 line too long (145 \> 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#L208
PEP 8: E501 line too long (123 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L180
PEP 8: E501 line too long (142 \> 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: atom/basemodel.py#L774
PEP 8: E731 do not assign a lambda expression, use a def
PEP 8 coding style violation: docs/scripts/autodocs.py#L228
PEP 8: E501 line too long (145 \> 120 characters)
PEP 8 coding style violation: atom/models/classreg.py#L1943
PEP 8: E117 over-indented
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#L185
PEP 8: E501 line too long (132 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L251
PEP 8: E501 line too long (153 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L1038
PEP 8: E203 whitespace before ':'
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L164
PEP 8: E501 line too long (138 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L69
PEP 8: E501 line too long (126 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L245
PEP 8: E501 line too long (145 \> 120 characters)
PEP 8 coding style violation: docs_sources/scripts/autodocs.py#L175
PEP 8: E501 line too long (121 \> 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 naming convention violation: atom/plots/predictionplot.py#L1708
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1864
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1098
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2812
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1284
Argument name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L301
Argument name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L16
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/baserunner.py#L706
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L935
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1213
Variable in function should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L344
Function name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L475
Variable in function should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L929
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L747
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3025
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/data_cleaning.py#L2889
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/pipeline.py#L434
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/data_cleaning.py#L530
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1714
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L437
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3274
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L271
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/data_cleaning.py#L135
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1528
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1217
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L837
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L742
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L259
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1479
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2212
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L727
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1270
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L928
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1654
Function name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L911
Argument 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#L2882
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3185
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L564
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L849
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L508
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2864
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L719
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1233
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L531
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3049
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L376
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1400
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1519
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2560
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2631
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L580
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1268
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L177
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L775
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L92
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L500
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2578
Argument name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L18
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/plots/shapplot.py#L485
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1240
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L547
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2908
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2808
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2974
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/feature_engineering.py#L1408
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1630
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L536
Argument name 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#L2671
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2013
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2638
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1551
Variable in function 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#L2051
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1222
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L588
Argument name should be lowercase
PEP 8 naming convention violation: atom/branch/branch.py#L445
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L599
Argument name should be lowercase
PEP 8 naming convention violation: atom/atom.py#L510
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L348
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L559
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2400
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L19
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/basemodel.py#L2953
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L518
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L722
Argument name 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/data_cleaning.py#L790
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2633
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1916
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2354
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1029
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L1353
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1078
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L734
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3324
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L333
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1677
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L622
Variable in function 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#L2845
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L508
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L745
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L971
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2250
Argument name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L56
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1887
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L486
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L747
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/basemodel.py#L2772
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1526
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2724
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2816
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1711
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L586
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L601
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1166
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1966
Variable in function 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/basemodel.py#L2167
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L511
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1687
Function 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/basemodel.py#L1144
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1417
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/shapplot.py#L863
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L440
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2964
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L871
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3236
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1664
Function name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L210
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L2744
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/feature_engineering.py#L1306
Variable in function should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L17
CamelCase variable imported as constant
PEP 8 naming convention violation: atom/pipeline.py#L262
Argument name should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1721
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2023
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L853
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2436
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3021
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2824
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2511
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L540
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L856
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3019
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2088
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1098
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L180
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L629
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L675
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1722
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2636
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L317
Variable in function should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L740
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2335
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1948
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/predictionplot.py#L1080
Variable in function should be lowercase
PEP 8 naming convention violation: atom/atom.py#L1223
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2687
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/nlp.py#L684
Argument name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L377
Argument name 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/feature_engineering.py#L1230
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2817
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2095
Variable in function should be lowercase
PEP 8 naming convention violation: atom/plots/shapplot.py#L736
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L606
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L492
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1650
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2409
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2362
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2549
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2353
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/utils/utils.py#L1427
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L567
Variable in function 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#L1965
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3088
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2328
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/atom.py#L737
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2033
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1674
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L423
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L432
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L697
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L781
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3023
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L363
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L585
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L430
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#L2588
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/data_cleaning.py#L1913
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/basemodel.py#L936
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1152
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2170
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L441
Argument name should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2623
Variable in function should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L420
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1820
Argument name should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L414
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1491
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1455
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2532
Argument name should be lowercase
PEP 8 naming convention violation: atom/nlp.py#L1013
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2008
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L700
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L1678
Function name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1499
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L1592
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2588
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L930
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/basemodel.py#L672
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L2522
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1058
Argument name should be lowercase
PEP 8 naming convention violation: atom/basemodel.py#L3137
Argument name should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1563
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2310
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1208
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L576
Variable in function should be lowercase
PEP 8 naming convention violation: atom/basetransformer.py#L496
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2907
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2569
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L1482
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/ensembles.py#L119
Argument name should be lowercase
PEP 8 naming convention violation: atom/pipeline.py#L656
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/data_cleaning.py#L1910
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L1895
Variable in function should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L2532
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/branch/branch.py#L359
Function name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L826
Variable in function should be lowercase
PEP 8 naming convention violation: atom/utils/utils.py#L2512
Variable in function should be lowercase
PEP 8 naming convention violation: atom/feature_engineering.py#L519
Argument name should be lowercase
PEP 8 naming convention violation: atom/ensembles.py#L422
Argument name should be lowercase
PEP 8 naming convention violation: atom/baserunner.py#L584
Argument name should be lowercase
PEP 8 naming convention violation: atom/data_cleaning.py#L546
Variable in function should be lowercase
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/plots/shapplot.py#L623
Access to a protected member _shap 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/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/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/predictionplot.py#L3533
Access to a protected member _score_func 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/branch/branchmanager.py#L172
Access to a protected member _container of a class
Accessing a protected member of a class or a module: atom/atom.py#L903
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1916
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L672
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1413
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/atom.py#L1242
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/atom.py#L582
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/baserunner.py#L1419
Access to a protected member _get_est 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/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#L845
Access to a protected member _score_func 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/plots/shapplot.py#L863
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2633
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L340
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L255
Access to a protected member _data 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/basemodel.py#L1858
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/atom.py#L1494
Access to a protected member _mapping of a class
Accessing a protected member of a class or a module: atom/atom.py#L1217
Access to a protected member _mem_transform of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2398
Access to a protected member _study of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3547
Access to a protected member _get_pred 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/utils/utils.py#L51
Access to a protected member _score of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L969
Access to a protected member _get_trial 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/atom.py#L567
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/atom.py#L938
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L474
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1391
Access to a protected member _group 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/plots/shapplot.py#L136
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L649
Access to a protected member _log 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/atom.py#L924
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/atom.py#L930
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1078
Access to a protected member _all 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/dataplot.py#L149
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L774
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L967
Access to a protected member _storage of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L44
Access to a protected member _typing of a class
Accessing a protected member of a class or a module: atom/atom.py#L721
Access to a protected member _branches 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/utils/utils.py#L477
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L969
Access to a protected member _storage of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L245
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/atom.py#L1204
Access to a protected member _get_output_identifiers of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L716
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L712
Access to a protected member _ht 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/atom.py#L1223
Access to a protected member _mem_transform of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1694
Access to a protected member _get_columns 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/plots/dataplot.py#L1466
Access to a protected member _get_rows 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/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/basetransformer.py#L375
Access to a protected member _default of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L32
Access to a protected member _typing 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/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/plots/predictionplot.py#L3091
Access to a protected member _bootstrap of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L774
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/atom.py#L1238
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2478
Access to a protected member _prediction_methods of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2446
Access to a protected member _study of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2613
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L1720
Access to a protected member _data of a class
Accessing a protected member of a class or a module: docs_sources/scripts/autodocs.py#L717
Access to a protected member _estimators 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/plots/predictionplot.py#L2744
Access to a protected member _get_rows 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/plots/predictionplot.py#L3364
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L663
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L758
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L883
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/atom.py#L1237
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L52
Access to a protected member _print_elapsed_time of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2168
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L415
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1675
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L571
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3057
Access to a protected member _bootstrap of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L497
Access to a protected member _name 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/baserunner.py#L696
Access to a protected member _holdout 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/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/predictionplot.py#L1390
Access to a protected member _train_idx 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/utils/utils.py#L674
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L971
Access to a protected member _set_trial of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L738
Access to a protected member _get_target 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/branch/branchmanager.py#L158
Access to a protected member _location of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3364
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L760
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2358
Access to a protected member _models 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/feature_engineering.py#L1531
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/atom.py#L735
Access to a protected member _log 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/plots/predictionplot.py#L3367
Access to a protected member _group 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/atom.py#L721
Access to a protected member _og 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/plots/predictionplot.py#L2896
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L413
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L569
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3541
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/ensembles.py#L20
Access to a protected member _base of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L786
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2498
Access to a protected member _models 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/models/classreg.py#L538
Access to a protected member _pruned 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/basemodel.py#L2064
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L413
Access to a protected member _kwargs 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/plots/dataplot.py#L628
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/basetransformer.py#L380
Access to a protected member _default 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/basetrainer.py#L344
Access to a protected member _group 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/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/atom.py#L1947
Access to a protected member _get_columns 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#L1271
Access to a protected member _get_pred 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/predictionplot.py#L3365
Access to a protected member _best_score of a class
Accessing a protected member of a class or a module: atom/atom.py#L1231
Access to a protected member _data 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/plots/shapplot.py#L737
Access to a protected member _get_columns 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/basemodel.py#L971
Access to a protected member _storage 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/shapplot.py#L247
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/ensembles.py#L20
Access to a protected member _fit_single_estimator of a class
Accessing a protected member of a class or a module: atom/atom.py#L720
Access to a protected member _og of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1075
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/atom.py#L814
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1702
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1528
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1549
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L394
Access to a protected member _suggest of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L404
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1393
Access to a protected member _group 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#L1204
Access to a protected member _is_in_cache_and_valid 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/shapplot.py#L739
Access to a protected member _shap of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L178
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/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#L1243
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1391
Access to a protected member _best_score of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2059
Access to a protected member _data 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/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/atom.py#L724
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/atom.py#L2084
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2183
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L477
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L51
Access to a protected member _validation of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L682
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L43
Access to a protected member _libs of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L528
Access to a protected member _sign 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/atom.py#L1239
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/atom.py#L917
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1154
Access to a protected member _all of a class
Accessing a protected member of a class or a module: atom/atom.py#L749
Access to a protected member _config of a class
Accessing a protected member of a class or a module: atom/atom.py#L720
Access to a protected member _branches of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1912
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L137
Access to a protected member _comps 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/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/basetrainer.py#L242
Access to a protected member _estimators of a class
Accessing a protected member of a class or a module: atom/models/classreg.py#L545
Access to a protected member _message 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/utils/utils.py#L2181
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/hyperparametertuningplot.py#L1317
Access to a protected member _palette 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#L51
Access to a protected member _fit_and_score of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L996
Access to a protected member _get_columns 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/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#L3111
Access to a protected member _best_score 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/utils/utils.py#L701
Access to a protected member _log of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L527
Access to a protected member _kwargs of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L719
Access to a protected member _ht 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/basetrainer.py#L343
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L783
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/atom.py#L1576
Access to a protected member _mapping of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L2167
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1072
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L498
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L2738
Access to a protected member _get_target 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/pipeline.py#L254
Access to a protected member _iter 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/plots/dataplot.py#L1345
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/atom.py#L761
Access to a protected member _log of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L968
Access to a protected member _cached_frozen_trial of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L2060
Access to a protected member _data 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/plots/predictionplot.py#L540
Access to a protected member _get_pred 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/utils/utils.py#L648
Access to a protected member _log of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1898
Access to a protected member _get_target 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/plots/predictionplot.py#L2480
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L479
Access to a protected member _sign of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3365
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L920
Access to a protected member _est_class of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L137
Access to a protected member _comps of a class
Accessing a protected member of a class or a module: atom/atom.py#L1229
Access to a protected member _data 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/atom.py#L1241
Access to a protected member _holdout of a class
Accessing a protected member of a class or a module: atom/atom.py#L576
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/atom.py#L717
Access to a protected member _get_data of a class
Accessing a protected member of a class or a module: atom/atom.py#L289
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/atom.py#L1167
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/models/custom.py#L103
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L872
Access to a protected member _get_target 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/atom.py#L2076
Access to a protected member _models of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L1699
Access to a protected member _est_class of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L713
Access to a protected member _metric of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3245
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L3364
Access to a protected member _train_idx of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1390
Access to a protected member _group of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L410
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/atom.py#L1230
Access to a protected member _data of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L3030
Access to a protected member _get_rows 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/shapplot.py#L873
Access to a protected member _shap 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#L669
Access to a protected member _ht of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L1930
Access to a protected member _get_columns of a class
Accessing a protected member of a class or a module: atom/feature_engineering.py#L1160
Access to a protected member _get_est of a class
Accessing a protected member of a class or a module: atom/basemodel.py#L689
Access to a protected member _get_target of a class
Accessing a protected member of a class or a module: atom/plots/shapplot.py#L736
Access to a protected member _get_rows of a class
Accessing a protected member of a class or a module: atom/utils/utils.py#L527
Access to a protected member _score_func of a class
Accessing a protected member of a class or a module: atom/plots/predictionplot.py#L369
Access to a protected member _get_pred of a class
Accessing a protected member of a class or a module: atom/plots/dataplot.py#L1336
Access to a protected member _get_columns 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/atom.py#L734
Access to a protected member _branches 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: docs_sources/scripts/autodocs.py#L705
Access to a protected member _get_distributions 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/baserunner.py#L586
Shadows name 'X_test' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L945
Shadows name 'estimator' from outer scope
Shadowing names from outer scopes: atom/feature_engineering.py#L1098
Shadows name 'model' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L527
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L2373
Shadows name 'method' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L1170
Shadows name 'col' from outer scope
Shadowing names from outer scopes: atom/models/custom.py#L43
Shadows name 'kwargs' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2756
Shadows name 'cache' 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#L2588
Shadows name 'y' from outer scope
Shadowing names from outer scopes: atom/plots/predictionplot.py#L2317
Shadows name 'y' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L868
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/nlp.py#L704
Shadows name 'ngram' from outer scope
Shadowing names from outer scopes: atom/feature_engineering.py#L1098
Shadows name 'y_valid' 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/utils.py#L2504
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/data_cleaning.py#L464
Shadows name 'key' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L2588
Shadows name 'X' 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/utils/utils.py#L413
Shadows name 'score' 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#L2639
Shadows name 'kwargs' 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#L1189
Shadows name 'i' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L587
Shadows name 'y_test' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L465
Shadows name 'diff' from outer scope
Shadowing names from outer scopes: atom/baserunner.py#L585
Shadows name 'y_train' 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#L477
Shadows name 'score' from outer scope
Shadowing names from outer scopes: atom/utils/utils.py#L2474
Shadows name 'out' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L462
Shadows name 'y' 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/feature_engineering.py#L1098
Shadows name 'X_valid' from outer scope
Shadowing names from outer scopes: atom/data_cleaning.py#L464
Shadows name 'value' from outer scope
Shadowing names from outer scopes: docs_sources/scripts/autodocs.py#L685
Shadows name 'trainer' from outer scope
Shadowing names from outer scopes: atom/basemodel.py#L953
Shadows name 'scores' from outer scope
Shadowing names from outer scopes: atom/plots/predictionplot.py#L3040
Shadows name 'metric' 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/basemodel.py#L895
Shadows name 'estimator' 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/utils/utils.py#L2639
Shadows name 'args' from outer scope
Unused local symbols: atom/nlp.py#L201
Parameter 'y' 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: atom/feature_engineering.py#L697
Parameter 'y' value is not used
Unused local symbols: atom/feature_engineering.py#L1455
Parameter 'y' value is not used
Unused local symbols: atom/feature_engineering.py#L180
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#L1284
Parameter 'y' value is not used
Unused local symbols: atom/data_cleaning.py#L1630
Parameter 'y' value is not used
Unused local symbols: atom/nlp.py#L458
Parameter 'y' value is not used
Unused local symbols: atom/data_cleaning.py#L2310
Parameter 'y' value is not used
Unused local symbols: docs/scripts/autodocs.py#L888
Parameter 'kwargs' value is not used
Unused local symbols: atom/feature_engineering.py#L519
Parameter 'y' value is not used
Unused local symbols: atom/data_cleaning.py#L2864
Parameter 'y' value is not used
Unused local symbols: docs_sources/scripts/autodocs.py#L931
Parameter 'kwargs' value is not used
Unused local symbols: docs_sources/scripts/autodocs.py#L812
Parameter 'kwargs' value is not used