Open-source, low-code AutoML platform for Python. PyCaret 4.0: sklearn-native engine + React control plane.
This report presents the forensic synthetic code analysis of pycaret/pycaret, a Python project with 9,825 GitHub stars. SynthScan v2.0 examined 142,559 lines of code across 501 source files, recording 1876 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 22.7 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1876 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | infra/helm/pycaret/values.yaml | 18 | # ─────────────────────── api (FastAPI backend) | COMMENT |
| MEDIUM | infra/helm/pycaret/values.yaml | 48 | # ─────────────────────── worker (Phase 1 + Phase 9 handlers) | COMMENT |
| MEDIUM | infra/helm/pycaret/values.yaml | 66 | # ─────────────────────── web (React UI) | COMMENT |
| MEDIUM | infra/helm/pycaret/values.yaml | 84 | # ─────────────────────── postgres (Phase 3) | COMMENT |
| MEDIUM | infra/helm/pycaret/values.yaml | 112 | # ─────────────────────── redis (Phase 1 + 6) | COMMENT |
| MEDIUM | infra/helm/pycaret/values.yaml | 132 | # ─────────────────────── minio (Phase 2) | COMMENT |
| MEDIUM | infra/helm/pycaret/values.yaml | 163 | # ─────────────────────── ingress | COMMENT |
| MEDIUM | infra/helm/pycaret/values.yaml | 178 | # ─────────────────────── observability | COMMENT |
| MEDIUM | scripts/triage_issues.py | 36 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/triage_issues.py | 38 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/triage_issues.py | 88 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/triage_issues.py | 166 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/build_notebooks.py | 35 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/build_notebooks.py | 37 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/build_notebooks.py | 78 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/build_notebooks.py | 80 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/build_notebooks.py | 92 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 94 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 169 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 171 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 204 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 206 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 239 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 241 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 271 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 273 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 302 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | scripts/build_notebooks.py | 304 | # ----------------------------------------------------------------------------- | STRING |
| MEDIUM | packages/engine/pycaret/api/describe.py | 26 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 32 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 427 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 432 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 462 | # ─── Data ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 512 | # ─── Preprocessing ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 564 | # ─── Feature engineering ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 579 | # ─── Cross-validation ───────────────────────────────────────── | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 608 | # ─── Reproducibility ────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 622 | # ─── Compute ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 645 | # ─── Logging ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 671 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | packages/engine/pycaret/api/describe.py | 673 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …s/engine/tests/test_session49_to_52_plots_remaining.py | 274 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …s/engine/tests/test_session49_to_52_plots_remaining.py | 276 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 28 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 30 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 72 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 74 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 137 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 139 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 186 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 188 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 356 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …s/engine/tests/test_session49_to_52_plots_remaining.py | 358 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …ges/engine/tests/test_session53_revive_legacy_verbs.py | 31 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …ges/engine/tests/test_session53_revive_legacy_verbs.py | 33 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …ges/engine/tests/test_session53_revive_legacy_verbs.py | 82 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …ges/engine/tests/test_session53_revive_legacy_verbs.py | 84 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …ges/engine/tests/test_session53_revive_legacy_verbs.py | 134 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …ges/engine/tests/test_session53_revive_legacy_verbs.py | 136 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …ges/engine/tests/test_session53_revive_legacy_verbs.py | 172 | # --------------------------------------------------------------------------- | COMMENT |
| 405 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/for_developers/DRAINING_THE_GODCLASS.md | 83 | def test_create_model_returns_fitted_pipeline(): | CODE |
| LOW | docs/for_developers/TESTING.md | 48 | def test_my_new_dataclass_json_roundtrip(): | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 482 | def _build_ts_metric_registry(self) -> dict: | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 2444 | def _ranked_ids_from_leaderboard(leaderboard: Any) -> list[str]: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 414 | def _coerce_supervised_fit_inputs(self, X, y): | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 770 | def _native_setup_unsupervised(self, data: pd.DataFrame, setup_kwargs: dict[str, Any]) -> None: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1298 | def _create_model_supervised_native( | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1394 | def _resolve_supervised_estimator( | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1415 | def _cross_validate_supervised( | CODE |
| LOW | packages/engine/pycaret/core/supervised.py | 138 | def _compare_models_supervised_native( | CODE |
| LOW | packages/engine/pycaret/core/supervised.py | 316 | def _sort_metric_is_ascending(sort: str) -> bool: | CODE |
| LOW | packages/engine/pycaret/core/supervised.py | 461 | def _tune_model_supervised_native( | CODE |
| LOW | packages/engine/pycaret/internal/metrics.py | 224 | def make_scorer_with_error_score( | CODE |
| LOW | packages/engine/pycaret/internal/memory.py | 152 | def _make_array_contiguous_if_needed(self, arr: "np.ndarray") -> "np.ndarray": | CODE |
| LOW | packages/engine/pycaret/internal/memory.py | 172 | def _get_numpy_metadata_tuple(self, arr: "np.ndarray"): | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 345 | def _hidden_layer_size_kwargs_to_hidden_layer_sizes(self, kwargs): | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 378 | def _hidden_layer_sizes_to_hidden_layer_size_kwargs(self): | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 763 | def _hidden_layer_size_kwargs_to_hidden_layer_sizes(self, kwargs): | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 796 | def _hidden_layer_sizes_to_hidden_layer_size_kwargs(self): | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 1025 | def _weight_kwargs_to_weights(self, kwargs, estimators=None): | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 1042 | def _weights_to_weight_kwargs(self): | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 1186 | def _weight_kwargs_to_weights(self, kwargs, estimators=None): | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 1203 | def _weights_to_weight_kwargs(self): | CODE |
| LOW | packages/engine/pycaret/internal/distributions.py | 389 | def get_hyperopt_distributions(distributions: Dict[str, Distribution]) -> dict: | CODE |
| LOW | packages/engine/pycaret/internal/meta_estimators.py | 219 | def get_estimator_from_meta_estimator(estimator): | CODE |
| LOW | packages/engine/pycaret/internal/tests/time_series.py | 654 | def recommend_seasonal_period(): | CODE |
| LOW | …ges/engine/pycaret/internal/display/display_backend.py | 33 | def _enable_matplotlib_inline(): | CODE |
| LOW | packages/engine/pycaret/internal/plots/time_series.py | 710 | def plot_predictions_with_confidence( | CODE |
| LOW | packages/engine/pycaret/internal/plots/time_series.py | 820 | def plot_time_series_decomposition( | CODE |
| LOW | packages/engine/pycaret/internal/plots/time_series.py | 944 | def plot_time_series_differences( | CODE |
| LOW | packages/engine/pycaret/internal/plots/time_series.py | 1149 | def plot_frequency_components( | CODE |
| LOW | packages/engine/pycaret/internal/plots/helper.py | 41 | def calculate_standardized_residual( | CODE |
| LOW | …ges/engine/pycaret/internal/plots/utils/time_series.py | 632 | def return_frequency_components( | CODE |
| LOW | …ges/engine/pycaret/internal/plots/utils/time_series.py | 710 | def frequency_components_subplot( | CODE |
| LOW | …ges/engine/pycaret/internal/plots/utils/time_series.py | 808 | def plot_original_with_overlays( | CODE |
| LOW | …ges/engine/pycaret/internal/plots/utils/time_series.py | 1119 | def _reformat_dataframes_for_plots( | CODE |
| LOW | …ges/engine/pycaret/internal/plots/utils/time_series.py | 1181 | def _clean_model_results_labels( | CODE |
| LOW | packages/engine/pycaret/utils/_dependencies.py | 35 | def _try_import_and_get_module_version(modname: str) -> Optional[Union[Version, bool]]: | CODE |
| LOW⚡ | packages/engine/pycaret/utils/generic.py | 597 | def normalize_custom_transformers( | CODE |
| LOW | packages/engine/pycaret/utils/generic.py | 497 | def calculate_unsupervised_metrics( | CODE |
| LOW | packages/engine/pycaret/utils/generic.py | 517 | def _calculate_unsupervised_metric( | CODE |
| LOW | packages/engine/pycaret/utils/generic.py | 617 | def _check_custom_transformer(transformer): | CODE |
| LOW | packages/engine/pycaret/utils/generic.py | 835 | def get_all_object_vars_and_properties(object): | CODE |
| LOW | packages/engine/pycaret/utils/generic.py | 947 | def get_columns_to_stratify_by( | CODE |
| LOW | packages/engine/pycaret/utils/generic.py | 963 | def check_if_global_is_not_none(globals_d: dict, global_names: dict): | CODE |
| LOW | packages/engine/pycaret/utils/generic.py | 1200 | def _coerce_empty_dataframe_to_none( | CODE |
| LOW | packages/engine/pycaret/utils/datetime.py | 8 | def coerce_period_to_datetime_index( | CODE |
| LOW | packages/engine/pycaret/utils/datetime.py | 65 | def coerce_datetime_to_period_index( | CODE |
| LOW | packages/engine/pycaret/utils/time_series/__init__.py | 16 | def _reconcile_order_and_lags( | CODE |
| LOW | …engine/pycaret/utils/time_series/forecasting/models.py | 9 | def _disable_pred_int_enforcement(forecaster, enforce_pi: bool) -> bool: | CODE |
| LOW | …engine/pycaret/utils/time_series/forecasting/models.py | 32 | def _disable_exogenous_enforcement( | CODE |
| LOW | …gine/pycaret/utils/time_series/forecasting/__init__.py | 10 | def _check_and_clean_coverage(coverage: Union[float, List[float]]) -> List[float]: | CODE |
| LOW | …gine/pycaret/utils/time_series/forecasting/__init__.py | 58 | def get_predictions_with_intervals( | CODE |
| LOW | …gine/pycaret/utils/time_series/forecasting/__init__.py | 151 | def update_additional_scorer_kwargs( | CODE |
| LOW | …gine/pycaret/utils/time_series/forecasting/pipeline.py | 102 | def _transformations_present_y(pipeline: ForecastingPipeline) -> bool: | CODE |
| LOW | …gine/pycaret/utils/time_series/forecasting/pipeline.py | 118 | def _are_pipeline_tansformations_empty(pipeline: ForecastingPipeline) -> bool: | CODE |
| LOW | …gine/pycaret/utils/time_series/forecasting/pipeline.py | 208 | def _get_pipeline_estimator_label( | CODE |
| LOW | …ckages/engine/pycaret/containers/metrics/regression.py | 225 | def root_mean_squared_log_error( | CODE |
| LOW | …ckages/engine/pycaret/containers/metrics/regression.py | 257 | def mean_absolute_percentage_error( | CODE |
| LOW | …ckages/engine/pycaret/containers/metrics/regression.py | 293 | def get_all_metric_containers( | CODE |
| 461 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/triage_issues.py | 22 | CODE | |
| LOW | scripts/build_notebooks.py | 20 | CODE | |
| LOW | packages/sdk-python/pycaret_client/client.py | 18 | CODE | |
| LOW | packages/sdk-python/pycaret_client/__init__.py | 35 | CODE | |
| LOW | packages/engine/pycaret/persistence.py | 25 | CODE | |
| LOW | packages/engine/pycaret/__init__.py | 34 | CODE | |
| LOW | packages/engine/pycaret/__init__.py | 36 | CODE | |
| LOW | packages/engine/pycaret/__init__.py | 36 | CODE | |
| LOW | packages/engine/pycaret/__init__.py | 37 | CODE | |
| LOW | packages/engine/pycaret/classification/__init__.py | 17 | CODE | |
| LOW | packages/engine/pycaret/anomaly/__init__.py | 11 | CODE | |
| LOW | packages/engine/pycaret/tasks/regression.py | 21 | CODE | |
| LOW | packages/engine/pycaret/tasks/clustering.py | 23 | CODE | |
| LOW | packages/engine/pycaret/tasks/classification.py | 23 | CODE | |
| LOW | packages/engine/pycaret/tasks/time_series.py | 24 | CODE | |
| LOW | packages/engine/pycaret/tasks/__init__.py | 8 | CODE | |
| LOW | packages/engine/pycaret/tasks/__init__.py | 9 | CODE | |
| LOW | packages/engine/pycaret/tasks/__init__.py | 10 | CODE | |
| LOW | packages/engine/pycaret/tasks/__init__.py | 11 | CODE | |
| LOW | packages/engine/pycaret/tasks/__init__.py | 12 | CODE | |
| LOW | packages/engine/pycaret/tasks/anomaly.py | 22 | CODE | |
| LOW | packages/engine/pycaret/core/tasks.py | 7 | CODE | |
| LOW | packages/engine/pycaret/core/results.py | 19 | CODE | |
| LOW | packages/engine/pycaret/core/unsupervised.py | 12 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 16 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 16 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 16 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 16 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 16 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 23 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 24 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 24 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 24 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 24 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 24 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 24 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 24 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 24 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 24 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 35 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 36 | CODE | |
| LOW | packages/engine/pycaret/core/__init__.py | 37 | CODE | |
| LOW | packages/engine/pycaret/core/experiment.py | 42 | CODE | |
| LOW | packages/engine/pycaret/core/errors.py | 8 | CODE | |
| LOW | packages/engine/pycaret/core/supervised.py | 12 | CODE | |
| LOW | packages/engine/pycaret/clustering/__init__.py | 11 | CODE | |
| LOW | packages/engine/pycaret/internal/display/__init__.py | 1 | CODE | |
| LOW | packages/engine/pycaret/internal/display/__init__.py | 1 | CODE | |
| LOW | packages/engine/pycaret/internal/display/__init__.py | 2 | CODE | |
| LOW | …ges/engine/pycaret/internal/display/display_backend.py | 15 | CODE | |
| LOW | …ges/engine/pycaret/internal/display/display_backend.py | 22 | CODE | |
| LOW | packages/engine/pycaret/utils/_dependencies.py | 12 | CODE | |
| LOW | packages/engine/pycaret/utils/generic.py | 25 | CODE | |
| LOW | packages/engine/pycaret/api/describe.py | 13 | CODE | |
| LOW | packages/engine/pycaret/api/cards.py | 12 | CODE | |
| LOW | packages/engine/pycaret/api/__init__.py | 30 | CODE | |
| LOW | packages/engine/pycaret/api/__init__.py | 30 | CODE | |
| LOW | packages/engine/pycaret/api/__init__.py | 30 | CODE | |
| LOW | packages/engine/pycaret/api/__init__.py | 30 | CODE | |
| LOW | packages/engine/pycaret/api/__init__.py | 31 | CODE | |
| 307 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/sdk-python/pycaret_client/client.py | 387 | except Exception: # noqa: BLE001 | CODE |
| LOW | packages/sdk-python/pycaret_client/client.py | 398 | except Exception: # noqa: BLE001 | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 267 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 278 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 290 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 307 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 437 | except Exception as e: # noqa: BLE001 — surface CV failure | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 466 | except Exception: | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 640 | except Exception: | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 697 | except Exception: # noqa: BLE001 — defensive | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 801 | except Exception: | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 977 | except Exception: # noqa: BLE001 — defensive | CODE |
| LOW | packages/engine/pycaret/tasks/time_series.py | 1132 | except Exception: # noqa: BLE001 — defensive | CODE |
| LOW | packages/engine/pycaret/core/unsupervised.py | 136 | except Exception as e: # noqa: BLE001 — surface the real cause | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 1131 | except Exception: | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 1140 | except Exception: | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 1142 | except Exception: | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 1458 | except Exception: | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 1465 | except Exception: | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 1471 | except Exception: | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 1480 | except Exception: | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 2434 | except Exception: | CODE |
| LOW⚡ | packages/engine/pycaret/core/experiment.py | 2451 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 727 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 868 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 984 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 999 | except Exception as e: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1046 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1158 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1370 | except Exception: # noqa: BLE001 — event-widening must never block | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1441 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1579 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1623 | except Exception: # pragma: no cover — defensive | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1639 | except Exception: # pragma: no cover — not all classifiers have proba | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1691 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1712 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1769 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1806 | except Exception: # noqa: BLE001 | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 1890 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 2402 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/supervised.py | 202 | except Exception as exc: | CODE |
| LOW | packages/engine/pycaret/core/supervised.py | 565 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/supervised.py | 575 | except Exception: | CODE |
| LOW | packages/engine/pycaret/core/supervised.py | 588 | except Exception: # noqa: BLE001 | CODE |
| LOW | packages/engine/pycaret/core/supervised.py | 1145 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/logging.py | 112 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/logging.py | 151 | except Exception: | CODE |
| MEDIUM | packages/engine/pycaret/internal/logging.py | 108 | def get_logger() -> logging.Logger: | CODE |
| LOW | packages/engine/pycaret/internal/metrics.py | 209 | except Exception: | CODE |
| MEDIUM | packages/engine/pycaret/internal/metrics.py | 110 | def __call__(self, y_true, y_pred, **kwargs): | CODE |
| LOW | packages/engine/pycaret/internal/persistence.py | 202 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/persistence.py | 233 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/memory.py | 395 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 15 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 373 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 791 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 1038 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/tunable.py | 1199 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/distributions.py | 11 | except Exception: | CODE |
| LOW | packages/engine/pycaret/internal/validation.py | 24 | except Exception: | CODE |
| 196 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/engine/pycaret/containers/base_container.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | …ckages/engine/pycaret/containers/metrics/regression.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | …ckages/engine/pycaret/containers/metrics/clustering.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | …es/engine/pycaret/containers/metrics/classification.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | …kages/engine/pycaret/containers/metrics/time_series.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | …kages/engine/pycaret/containers/metrics/base_metric.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | packages/engine/pycaret/containers/metrics/anomaly.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | packages/engine/pycaret/containers/models/regression.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | packages/engine/pycaret/containers/models/clustering.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | …ges/engine/pycaret/containers/models/classification.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | …ckages/engine/pycaret/containers/models/time_series.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | packages/engine/pycaret/containers/models/base_model.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | packages/engine/pycaret/containers/models/anomaly.py | 0 | returns a dictionary of the model properties, to be turned into a pandas dataframe row. parameters ---------- internal : | STRING |
| HIGH | …ckages/engine/pycaret/containers/metrics/regression.py | 0 | base anomaly metric container class, for easier definition of containers. ensures consistent format before being turned | STRING |
| HIGH | …ckages/engine/pycaret/containers/metrics/clustering.py | 0 | base anomaly metric container class, for easier definition of containers. ensures consistent format before being turned | STRING |
| HIGH | …es/engine/pycaret/containers/metrics/classification.py | 0 | base anomaly metric container class, for easier definition of containers. ensures consistent format before being turned | STRING |
| HIGH | …kages/engine/pycaret/containers/metrics/time_series.py | 0 | base anomaly metric container class, for easier definition of containers. ensures consistent format before being turned | STRING |
| HIGH | packages/engine/pycaret/containers/metrics/anomaly.py | 0 | base anomaly metric container class, for easier definition of containers. ensures consistent format before being turned | STRING |
| HIGH | packages/engine/pycaret/containers/models/regression.py | 0 | get the default engines from all models returns ------- dict[str, str] default engines for all containers. if unspecifie | STRING |
| HIGH | packages/engine/pycaret/containers/models/clustering.py | 0 | get the default engines from all models returns ------- dict[str, str] default engines for all containers. if unspecifie | STRING |
| HIGH | …ges/engine/pycaret/containers/models/classification.py | 0 | get the default engines from all models returns ------- dict[str, str] default engines for all containers. if unspecifie | STRING |
| HIGH | …ckages/engine/pycaret/containers/models/time_series.py | 0 | get the default engines from all models returns ------- dict[str, str] default engines for all containers. if unspecifie | STRING |
| HIGH | packages/engine/pycaret/containers/models/regression.py | 0 | base anomaly model container class, for easier definition of containers. ensures consistent format before being turned i | STRING |
| HIGH | packages/engine/pycaret/containers/models/clustering.py | 0 | base anomaly model container class, for easier definition of containers. ensures consistent format before being turned i | STRING |
| HIGH | …ges/engine/pycaret/containers/models/classification.py | 0 | base anomaly model container class, for easier definition of containers. ensures consistent format before being turned i | STRING |
| HIGH | …ckages/engine/pycaret/containers/models/time_series.py | 0 | base anomaly model container class, for easier definition of containers. ensures consistent format before being turned i | STRING |
| HIGH | packages/engine/pycaret/containers/models/anomaly.py | 0 | base anomaly model container class, for easier definition of containers. ensures consistent format before being turned i | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 267 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 272 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 313 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 317 | # Step 4: Add Settings & Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 325 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 379 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 384 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 427 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 431 | # Step 4: Add Settings & Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 439 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 494 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 499 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 543 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 547 | # Step 4: Add Settings & Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 555 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 40 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 45 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 69 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 73 | # Step 4: Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 76 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 121 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 126 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 151 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 155 | # Step 4: Add Settings & Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 163 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/utils/time_series/__init__.py | 400 | # Step 1: Set the index if not already set | COMMENT |
| LOW⚡ | packages/engine/pycaret/utils/time_series/__init__.py | 409 | # Step 2: Convert DateTimeIndex to PeriodIndex (IntIndex is left as is) | COMMENT |
| LOW | packages/engine/pycaret/utils/time_series/__init__.py | 426 | # Step 3: Fill missing index values (only if index is PeriodIndex, not for IntIndex) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 267 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 272 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 313 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 317 | # Step 4: Add Settings & Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 325 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 379 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 384 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 427 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 431 | # Step 4: Add Settings & Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 439 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 494 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 499 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 543 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 547 | # Step 4: Add Settings & Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/time_series.py | 555 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 40 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 45 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 69 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 73 | # Step 4: Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 76 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 121 | # Step 1: Get list of all data that needs to be tested ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 126 | # Step 2: Test all data ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 151 | # Step 3: Combine all results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 155 | # Step 4: Add Settings & Format Results ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/internal/tests/stats.py | 163 | # Step 5: Return values ---- | COMMENT |
| LOW⚡ | packages/engine/pycaret/utils/time_series/__init__.py | 400 | # Step 1: Set the index if not already set | COMMENT |
| LOW⚡ | packages/engine/pycaret/utils/time_series/__init__.py | 409 | # Step 2: Convert DateTimeIndex to PeriodIndex (IntIndex is left as is) | COMMENT |
| LOW | packages/engine/pycaret/utils/time_series/__init__.py | 426 | # Step 3: Fill missing index values (only if index is PeriodIndex, not for IntIndex) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/sdk-python/pycaret_client/__init__.py | 39 | __all__ = ["ControlPlane", "__version__"] | CODE |
| LOW | packages/engine/pycaret/persistence.py | 89 | __all__ = ["save_model", "load_model"] | CODE |
| LOW | packages/engine/pycaret/__init__.py | 43 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/classification/__init__.py | 19 | __all__ = ["ClassificationExperiment"] | CODE |
| LOW | packages/engine/pycaret/anomaly/__init__.py | 13 | __all__ = ["AnomalyExperiment"] | CODE |
| LOW | packages/engine/pycaret/tasks/__init__.py | 14 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/core/__init__.py | 39 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 2166 | def set_config(self, variable: str | None = None, value: Any = None, **kwargs: Any) -> None: | CODE |
| LOW | packages/engine/pycaret/core/experiment.py | 2411 | def _set_last_metrics(self, df: pd.DataFrame | None) -> None: | CODE |
| LOW | packages/engine/pycaret/clustering/__init__.py | 13 | __all__ = ["ClusteringExperiment"] | CODE |
| LOW | packages/engine/pycaret/internal/display/__init__.py | 4 | __all__ = ["CommonDisplay", "DummyDisplay", "enable_colab"] | CODE |
| LOW | packages/engine/pycaret/utils/_show_versions.py | 7 | __all__ = ["show_versions"] | CODE |
| LOW | packages/engine/pycaret/api/__init__.py | 40 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/time_series/__init__.py | 16 | __all__ = ["TimeSeriesExperiment"] | CODE |
| LOW | packages/engine/pycaret/regression/__init__.py | 13 | __all__ = ["RegressionExperiment"] | CODE |
| LOW | packages/engine/pycaret/logging/__init__.py | 25 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/logging/base.py | 106 | def set_tags(self, *args, **kwargs) -> None: ... | CODE |
| LOW | packages/engine/pycaret/plots/regression.py | 22 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/plots/clustering.py | 27 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/plots/classification.py | 25 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/plots/time_series.py | 28 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/plots/__init__.py | 40 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/plots/feature.py | 27 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/plots/eda.py | 24 | __all__ = [ | CODE |
| LOW | packages/engine/pycaret/plots/anomaly.py | 24 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/__init__.py | 10 | __all__ = ["__version__"] | CODE |
| LOW | services/api/pycaret_server/datasources/__init__.py | 26 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/llm/__init__.py | 21 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/llm/providers/__init__.py | 13 | __all__ = ["LLMProvider", "get_provider", "register_provider", "register_fake_for_tests"] | CODE |
| LOW | services/api/pycaret_server/auth/__init__.py | 24 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/runtime/__init__.py | 14 | __all__ = ["GpuInventory", "detect_gpus", "reset_for_tests"] | CODE |
| LOW | services/api/pycaret_server/storage/__init__.py | 28 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/analyses/__init__.py | 42 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/db/__init__.py | 70 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/api/trials.py | 173 | __all__ = ["router"] | CODE |
| LOW | services/api/pycaret_server/api/__init__.py | 34 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/monitoring/__init__.py | 18 | __all__ = ["deliver_fired_rule"] | CODE |
| LOW | services/api/pycaret_server/runs/__init__.py | 20 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/notebooks/__init__.py | 26 | __all__ = [ | CODE |
| LOW | services/api/pycaret_server/git/__init__.py | 21 | __all__ = ["serialise_experiment", "serialise_run", "serialise_trial"] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/triage_issues.py | 121 | CODE | |
| LOW | scripts/build_notebooks.py | 40 | CODE | |
| LOW | packages/engine/pycaret/datasets.py | 10 | CODE | |
| LOW | packages/engine/pycaret/tasks/time_series.py | 522 | CODE | |
| LOW | packages/engine/pycaret/core/experiment.py | 911 | CODE | |
| LOW | packages/engine/pycaret/core/experiment.py | 1298 | CODE | |
| LOW | packages/engine/pycaret/core/experiment.py | 1495 | CODE | |
| LOW | packages/engine/pycaret/core/experiment.py | 2356 | CODE | |
| LOW | packages/engine/pycaret/internal/persistence.py | 15 | CODE | |
| LOW | packages/engine/pycaret/internal/persistence.py | 337 | CODE | |
| LOW | packages/engine/pycaret/internal/tunable.py | 345 | CODE | |
| LOW | packages/engine/pycaret/internal/tunable.py | 763 | CODE | |
| LOW | packages/engine/pycaret/internal/tests/time_series.py | 19 | CODE | |
| LOW | packages/engine/pycaret/internal/plots/time_series.py | 46 | CODE | |
| LOW | …ges/engine/pycaret/internal/plots/utils/time_series.py | 900 | CODE | |
| LOW | packages/engine/pycaret/utils/_dependencies.py | 35 | CODE | |
| LOW | packages/engine/pycaret/utils/generic.py | 399 | CODE | |
| LOW | packages/engine/pycaret/utils/generic.py | 641 | CODE | |
| LOW | packages/engine/pycaret/utils/time_series/__init__.py | 16 | CODE | |
| LOW | packages/engine/pycaret/utils/time_series/__init__.py | 284 | CODE | |
| LOW | …gine/pycaret/utils/time_series/forecasting/pipeline.py | 144 | CODE | |
| LOW | packages/engine/pycaret/containers/base_container.py | 96 | CODE | |
| LOW | packages/engine/pycaret/containers/models/regression.py | 1590 | CODE | |
| LOW | …ges/engine/pycaret/containers/models/classification.py | 1222 | CODE | |
| LOW | packages/engine/pycaret/plots/clustering.py | 261 | CODE | |
| LOW | packages/engine/pycaret/plots/anomaly.py | 116 | CODE | |
| LOW | apps/site/scripts/gen_api_tree.py | 102 | CODE | |
| LOW | apps/site/scripts/gen_api_tree.py | 152 | CODE | |
| LOW | services/api/pycaret_server/worker.py | 504 | CODE | |
| LOW | services/api/pycaret_server/scheduler.py | 216 | CODE | |
| LOW | services/api/pycaret_server/api/backup.py | 56 | CODE | |
| LOW | services/api/pycaret_server/api/connections.py | 459 | CODE | |
| LOW | services/api/pycaret_server/api/plots.py | 180 | CODE | |
| LOW | services/api/pycaret_server/api/plots.py | 460 | CODE | |
| LOW | services/api/pycaret_server/api/data_sources.py | 103 | CODE | |
| LOW | services/api/pycaret_server/api/data_sources.py | 392 | CODE | |
| LOW | services/api/pycaret_server/api/runs.py | 432 | CODE | |
| LOW | services/api/pycaret_server/api/runs.py | 1322 | CODE | |
| LOW | services/api/pycaret_server/api/schedules.py | 97 | CODE | |
| LOW | services/api/pycaret_server/runs/dispatch.py | 39 | CODE | |
| LOW | services/api/pycaret_server/runs/orchestrator.py | 795 | CODE | |
| LOW | services/api/pycaret_server/runs/orchestrator.py | 1031 | CODE | |
| LOW | services/api/pycaret_server/runs/orchestrator.py | 371 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/revamp/PLATFORM_QUICKSTART.md | 62 | "email": "admin@example.com", | CODE |
| LOW | apps/web/src/pages/AuditLogViewer.test.tsx | 35 | email: 'admin@example.com', | CODE |
| LOW | apps/web/src/pages/WorkspaceMembers.test.tsx | 62 | email: 'admin@example.com', | CODE |
| LOW | apps/web/src/pages/WorkspaceMembers.test.tsx | 74 | { ...BASE_MEMBER, user_id: 'admin-id', email: 'admin@example.com', role: 'admin' }, | CODE |
| LOW | apps/web/src/pages/WorkspaceMembers.test.tsx | 114 | { ...BASE_MEMBER, user_id: 'admin-id', email: 'admin@example.com', role: 'admin' }, | CODE |
| LOW | apps/web/src/pages/WorkspaceMembers.test.tsx | 118 | expect(screen.getAllByText('admin@example.com').length).toBeGreaterThan(0), | CODE |
| LOW | apps/web/src/pages/WorkspaceMembers.test.tsx | 150 | { ...BASE_MEMBER, user_id: 'admin-id', email: 'admin@example.com', role: 'admin' }, | CODE |
| LOW | apps/web/src/pages/WorkspaceMembers.test.tsx | 169 | { ...BASE_MEMBER, user_id: 'admin-id', email: 'admin@example.com', role: 'admin' }, | CODE |
| LOW | services/api/tests/test_llm.py | 78 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session24.py | 83 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session20.py | 57 | "email": "admin@example.com", | CODE |
| LOW⚡ | services/api/tests/test_session20.py | 117 | assert members[0]["email"] == "admin@example.com" | CODE |
| LOW | services/api/tests/test_session20.py | 172 | json={"email": "admin@example.com", "role": "member"}, | CODE |
| LOW | services/api/tests/test_session20.py | 250 | assert members[0]["email"] == "admin@example.com" | CODE |
| LOW | services/api/tests/test_phase9_finish.py | 69 | "email": "admin@example.com", | CODE |
| LOW⚡ | services/api/tests/test_session21.py | 350 | json={"email": "admin@example.com", "password": "supersecret"}, | CODE |
| LOW⚡ | services/api/tests/test_session21.py | 358 | assert row["payload"]["email"] == "admin@example.com" | CODE |
| LOW | services/api/tests/test_session21.py | 94 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session21.py | 126 | __import__("sqlalchemy").text("SELECT id FROM users WHERE email = 'admin@example.com'") | CODE |
| LOW | services/api/tests/test_session25.py | 87 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session22.py | 86 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session26.py | 80 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session33_phase9_schedules.py | 69 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session33_gpu_distributed.py | 78 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session23.py | 75 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session33_notebooks.py | 81 | "email": "admin@example.com", | CODE |
| LOW⚡ | services/api/tests/test_api.py | 99 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_api.py | 136 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_api.py | 155 | assert me["email"] == "admin@example.com" | CODE |
| LOW | services/api/tests/test_api.py | 163 | json={"email": "admin@example.com", "password": "supersecret"}, | CODE |
| LOW | services/api/tests/test_llm_advisories.py | 88 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_runs.py | 75 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session19.py | 71 | "email": "admin@example.com", | CODE |
| LOW | services/api/tests/test_session32_revert_phase0.py | 81 | "email": "admin@example.com", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/engine/pycaret/internal/metrics.py | 328 | # Create an instance of ScorerWithErrorScore | COMMENT |
| MEDIUM | packages/engine/pycaret/internal/persistence.py | 688 | # Create the container | COMMENT |
| MEDIUM | packages/engine/pycaret/internal/persistence.py | 739 | # Create a blob client using the local file name as the name for the blob | COMMENT |
| MEDIUM | packages/engine/pycaret/internal/persistence.py | 786 | # Create a blob client using the local file name as the name for the blob | COMMENT |
| MEDIUM | services/api/tests/test_session24.py | 154 | # Create the schedule. | COMMENT |
| MEDIUM⚡ | services/api/tests/test_session21.py | 320 | # Create a new workspace — that's a POST /api/v1/workspaces. | COMMENT |
| MEDIUM | services/api/tests/test_session21.py | 455 | # Create a project in each workspace. | COMMENT |
| MEDIUM | services/api/tests/test_session33_phase9_schedules.py | 128 | # Create a project + drop a CSV on disk + register a DataSource. | COMMENT |
| MEDIUM | services/api/tests/test_api.py | 195 | # Create a second | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | pyproject.toml | 1 | # Workspace-root pyproject. | COMMENT |
| LOW | compose.yml | 1 | # PyCaret Control Plane — root compose file. | COMMENT |
| LOW | infra/docker/docker-entrypoint.sh | 1 | #!/bin/sh | COMMENT |
| LOW | infra/docker/docker-compose.prod.yml | 1 | # PyCaret Platform — production-shaped Compose stack. | COMMENT |
| LOW | infra/helm/pycaret/values.yaml | 1 | # Default values for the PyCaret Platform Helm chart. | COMMENT |
| LOW | scripts/check-secrets.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | packages/engine/pycaret/core/experiment.py | 2201 | COMMENT | |
| LOW | packages/engine/pycaret/core/experiment.py | 2301 | # ----------------------------------------------- data-accessor properties | COMMENT |
| LOW | packages/engine/pycaret/internal/memory.py | 201 | # simple pickle.load/dump roundtrip: | COMMENT |
| LOW | packages/engine/pycaret/utils/time_series/__init__.py | 481 | # CBM = 12 | COMMENT |
| LOW | …es/engine/pycaret/containers/metrics/classification.py | 1 | # Copyright (C) 2019-2024 PyCaret | COMMENT |
| LOW | …ckages/engine/pycaret/containers/models/time_series.py | 1741 | # from sklearn.linear_model import Lars | COMMENT |
| LOW | …ckages/engine/pycaret/containers/models/time_series.py | 1761 | # values=[self.sp, 2 * self.sp] | COMMENT |
| LOW | …ckages/engine/pycaret/containers/models/time_series.py | 1941 | COMMENT | |
| LOW | …ckages/engine/pycaret/containers/models/time_series.py | 1961 | # tune_distributions = { | COMMENT |
| LOW | …ckages/engine/pycaret/containers/models/time_series.py | 2801 | # In that case, pycaret will always pass PeriodIndex from outside | COMMENT |
| LOW | packages/engine/tests/test_datasets.py | 1 | import pandas as pd | COMMENT |
| LOW | .github/workflows/release.yml | 1 | name: Release | COMMENT |
| LOW | .github/workflows/codeql-analysis.yml | 1 | # For most projects, this workflow file will not need changing; you simply need | COMMENT |
| LOW | .github/workflows/codeql-analysis.yml | 41 | # If you wish to specify custom queries, you can do so here or in a config file. | COMMENT |
| LOW | services/api/pycaret_server/config.py | 41 | jwt_algorithm: str = "HS256" | COMMENT |
| LOW | services/api/pycaret_server/config.py | 61 | # :3000 when both projects run on the same laptop). Override via | COMMENT |
| LOW | services/api/pycaret_server/db/session.py | 21 | settings = get_settings() | COMMENT |
| LOW | services/api/pycaret_server/api/data_sources.py | 41 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/engine/pycaret/tasks/regression.py | 31 | CODE | |
| LOW | packages/engine/pycaret/tasks/clustering.py | 33 | CODE | |
| LOW | packages/engine/pycaret/tasks/classification.py | 33 | CODE | |
| LOW | packages/engine/pycaret/tasks/time_series.py | 41 | CODE | |
| LOW | packages/engine/pycaret/tasks/time_series.py | 522 | CODE | |
| LOW | packages/engine/pycaret/tasks/time_series.py | 719 | CODE | |
| LOW | packages/engine/pycaret/tasks/time_series.py | 868 | CODE | |
| LOW | packages/engine/pycaret/tasks/anomaly.py | 32 | CODE | |
| LOW | packages/engine/pycaret/core/experiment.py | 286 | CODE | |
| LOW | packages/engine/pycaret/core/supervised.py | 42 | CODE | |
| LOW | packages/engine/pycaret/core/supervised.py | 1172 | CODE | |
| LOW | packages/engine/pycaret/internal/tunable.py | 289 | CODE | |
| LOW | packages/engine/pycaret/internal/tunable.py | 707 | CODE | |
| LOW | packages/engine/pycaret/internal/plots/time_series.py | 46 | CODE | |
| LOW | …caret/utils/time_series/forecasting/model_selection.py | 344 | CODE | |
| LOW | …caret/utils/time_series/forecasting/model_selection.py | 644 | CODE | |
| LOW | …caret/utils/time_series/forecasting/model_selection.py | 689 | CODE | |
| LOW | packages/engine/pycaret/containers/models/regression.py | 128 | CODE | |
| LOW | …ges/engine/pycaret/containers/models/classification.py | 133 | CODE | |
| LOW | …ckages/engine/pycaret/containers/models/time_series.py | 163 | CODE | |
| LOW | services/api/pycaret_server/api/audit.py | 101 | CODE | |
| LOW | services/api/pycaret_server/api/audit.py | 135 | CODE | |
| LOW | services/api/pycaret_server/api/git_repos.py | 208 | CODE | |
| LOW | services/api/pycaret_server/runs/orchestrator.py | 668 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/engine/tests/test_session31_secondary_verbs.py | 47 | assert pulled.equals(created.metrics) | CODE |
| HIGH | apps/site/scripts/gen_api_tree.py | 16 | cd apps/site && uv run --with griffe python scripts/gen_api_tree.py | STRING |
| HIGH⚡ | services/api/pycaret_server/api/notebooks.py | 383 | b'{\n "cells": [\n {\n "cell_type": "code",\n "execution_count": null,\n' | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/revamp/STATUS.md | 2085 | ## Session 12 — Frontend scaffold + bootstrap flow (Phase 10 start) — ✅ | COMMENT |
| MEDIUM | docs/revamp/STATUS.md | 2289 | ## Session 9 — Backend scaffolding (Phase 8 + Phase 9 + Phase 11 partial) — ✅ | COMMENT |
| MEDIUM | docs/revamp/release_notes_pycaret4.md | 2010 | # Session 12 — 2026-04-24 — Frontend scaffold + bootstrap flow (Phase 10 start) | COMMENT |
| MEDIUM | services/api/pycaret_server/api/data_sources.py | 42 | # Hard guardrails. Tests deliberately push small files; production ops can bump | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/engine/pycaret/utils/datetime.py | 41 | # conversion explicitly makes it more robust. | COMMENT |
| LOW | packages/engine/tests/test_session35_native_setup.py | 52 | # We override _build_legacy_experiment to just return the existing | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/engine/pycaret/datasets.py | 111 | # Read the file name from local folder first | COMMENT |