https://github.com/yotambraun/APDTFlow
· scanned 2026-06-16 01:07 UTC (2 months, 1 week ago)
52 raw signals (0 security + 52 graph)
Last scanned 2 months, 1 week ago · v1 · 27 actionable findings from 1 signal source. 25 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 705 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
sample_data_with_categorical |
software | healthy | tests/test_categorical_integration.py:17 |
test_fit_with_single_categorical |
software | healthy | tests/test_categorical_integration.py:40 |
test_fit_with_multiple_categorical |
software | healthy | tests/test_categorical_integration.py:63 |
test_categorical_with_numerical_exog |
software | healthy | tests/test_categorical_integration.py:84 |
test_predict_after_categorical_fit |
software | healthy | tests/test_categorical_integration.py:109 |
test_save_load_with_categorical |
software | healthy | tests/test_categorical_integration.py:131 |
test_onehot_vs_embedding_encoding |
software | healthy | tests/test_categorical_integration.py:177 |
test_categorical_only_apdtflow_model |
software | healthy | tests/test_categorical_integration.py:219 |
test_categorical_validation_missing_columns |
software | healthy | tests/test_categorical_integration.py:238 |
test_categorical_requires_dataframe |
software | healthy | tests/test_categorical_integration.py:255 |
test_score_with_categorical |
software | healthy | tests/test_categorical_integration.py:273 |
test_categorical_with_single_category |
software | healthy | tests/test_categorical_integration.py:305 |
test_categorical_with_many_categories |
software | healthy | tests/test_categorical_integration.py:330 |
test_time_series_embedding_shape |
software | healthy | tests/test_embedding.py:4 |
test_time_series_embedding_with_calendar |
software | healthy | tests/test_embedding.py:14 |
sample_data_with_exog |
software | healthy | tests/test_integration.py:19 |
test_forecaster_fit_with_exog |
software | healthy | tests/test_integration.py:42 |
test_forecaster_predict_with_exog |
software | healthy | tests/test_integration.py:67 |
test_forecaster_all_fusion_types |
software | healthy | tests/test_integration.py:98 |
test_forecaster_without_exog_still_works |
software | healthy | tests/test_integration.py:124 |
sample_csv_with_exog |
software | healthy | tests/test_integration.py:151 |
test_dataset_with_exog |
software | healthy | tests/test_integration.py:166 |
test_dataloader_with_exog |
software | healthy | tests/test_integration.py:189 |
test_complete_workflow_with_exog |
software | healthy | tests/test_integration.py:213 |
test_complete_workflow_without_exog |
software | healthy | tests/test_integration.py:264 |
test_model_persistence_with_exog |
software | healthy | tests/test_integration.py:291 |
test_error_handling_missing_exog |
software | healthy | tests/test_integration.py:325 |
test_apdtflow_model_training_with_exog |
software | healthy | tests/test_integration.py:358 |
test_model_with_different_exog_sizes |
software | healthy | tests/test_integration.py:405 |
sample_data |
software | healthy | tests/test_residual_analysis.py:18 |
trained_model |
software | healthy | tests/test_residual_analysis.py:38 |
test_compute_residuals_basic |
software | healthy | tests/test_residual_analysis.py:52 |
test_compute_residuals_storage |
software | healthy | tests/test_residual_analysis.py:74 |
test_compute_residuals_custom_windows |
software | healthy | tests/test_residual_analysis.py:89 |
test_compute_residuals_numpy_input |
software | healthy | tests/test_residual_analysis.py:100 |
test_compute_residuals_not_fitted |
software | healthy | tests/test_residual_analysis.py:120 |
test_plot_residuals_basic |
software | healthy | tests/test_residual_analysis.py:127 |
test_plot_residuals_uses_stored |
software | healthy | tests/test_residual_analysis.py:143 |
test_plot_residuals_no_data_no_stored |
software | healthy | tests/test_residual_analysis.py:156 |
test_plot_residuals_save |
software | healthy | tests/test_residual_analysis.py:161 |
test_analyze_residuals_basic |
software | healthy | tests/test_residual_analysis.py:171 |
test_analyze_residuals_uses_stored |
software | healthy | tests/test_residual_analysis.py:201 |
test_analyze_residuals_statistical_tests |
software | healthy | tests/test_residual_analysis.py:214 |
test_analyze_residuals_no_data_no_stored |
software | healthy | tests/test_residual_analysis.py:230 |
test_summary_includes_residuals |
software | healthy | tests/test_residual_analysis.py:235 |
test_residual_workflow |
software | healthy | tests/test_residual_analysis.py:249 |
test_residuals_with_exogenous |
software | healthy | tests/test_residual_analysis.py:268 |
test_residuals_values_reasonable |
software | healthy | tests/test_residual_analysis.py:302 |
test_analyze_residuals_large_sample |
software | healthy | tests/test_residual_analysis.py:315 |
_degradation_df |
software | healthy | tests/test_product_layer.py:14 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
requirements-dev.txt |
software | healthy | requirements-dev.txt |
README.md |
software | healthy | README.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
setup.py |
software | healthy | setup.py |
pyproject.toml |
software | healthy | pyproject.toml |
LICENSE |
software | healthy | LICENSE |
requirements.txt |
software | healthy | requirements.txt |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
test_categorical_integration.py |
software | healthy | tests/test_categorical_integration.py |
test_embedding.py |
software | healthy | tests/test_embedding.py |
test_integration.py |
software | healthy | tests/test_integration.py |
test_residual_analysis.py |
software | healthy | tests/test_residual_analysis.py |
test_product_layer.py |
software | healthy | tests/test_product_layer.py |
test_conformal.py |
software | healthy | tests/test_conformal.py |
__init__.py |
software | healthy | tests/__init__.py |
test_models.py |
software | healthy | tests/test_models.py |
test_tcn_forecaster.py |
software | healthy | tests/test_tcn_forecaster.py |
test_cv.py |
software | healthy | tests/test_cv.py |
test_dynamic_dilation_conv.py |
software | healthy | tests/test_dynamic_dilation_conv.py |
test_inference.py |
software | healthy | tests/test_inference.py |
test_categorical_encoder.py |
software | healthy | tests/test_categorical_encoder.py |
test_training.py |
software | healthy | tests/test_training.py |
test_metric_factory.py |
software | healthy | tests/test_metric_factory.py |
test_utils.py |
software | healthy | tests/test_utils.py |
test_forecaster_api.py |
software | healthy | tests/test_forecaster_api.py |
test_multi_scale_decomposer.py |
software | healthy | tests/test_multi_scale_decomposer.py |
test_augmentation.py |
software | healthy | tests/test_augmentation.py |
test_evaluation.py |
software | healthy | tests/test_evaluation.py |
test_cli.py |
software | healthy | tests/test_cli.py |
test_dynamics.py |
software | healthy | tests/test_dynamics.py |
test_data.py |
software | healthy | tests/test_data.py |
test_backtesting.py |
software | healthy | tests/test_backtesting.py |
test_logger_util.py |
software | healthy | tests/test_logger_util.py |
test_fusion.py |
software | healthy | tests/test_fusion.py |
test_learning.py |
software | healthy | tests/test_learning.py |
test_exog_conformal_integration.py |
software | healthy | tests/test_exog_conformal_integration.py |
test_exogenous.py |
software | healthy | tests/test_exogenous.py |
test_continuous.py |
software | healthy | tests/test_continuous.py |
test_transformer_forecaster.py |
software | healthy | tests/test_transformer_forecaster.py |
test_ensemble_forecaster.py |
software | healthy | tests/test_ensemble_forecaster.py |
__init__.py |
software | healthy | apdtflow/__init__.py |
logger_util.py |
software | healthy | apdtflow/logger_util.py |
augmentation.py |
software | healthy | apdtflow/augmentation.py |
forecaster.py |
software | healthy | apdtflow/forecaster.py |
cli.py |
software | healthy | apdtflow/cli.py |
event_time.py |
software | healthy | apdtflow/event_time.py |
utils.py |
software | healthy | apdtflow/utils.py |
exogenous.py |
software | healthy | apdtflow/exogenous.py |
data.py |
software | healthy | apdtflow/data.py |
conformal.py |
software | healthy | apdtflow/conformal.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
TestCategoricalIntegration |
software | healthy | tests/test_categorical_integration.py:13 |
TestCategoricalEdgeCases |
software | healthy | tests/test_categorical_integration.py:302 |
TestForecasterWithExogenous |
software | healthy | tests/test_integration.py:15 |
TestDataLoaderWithExogenous |
software | healthy | tests/test_integration.py:147 |
TestFullPipelineIntegration |
software | healthy | tests/test_integration.py:210 |
TestModelWithExogenousDirect |
software | healthy | tests/test_integration.py:355 |
TestResidualAnalysis |
software | healthy | tests/test_residual_analysis.py:14 |
TestMultivariate |
software | healthy | tests/test_product_layer.py:43 |
TestFleetAPI |
software | healthy | tests/test_product_layer.py:83 |
TestPersistence |
software | healthy | tests/test_product_layer.py:114 |
TestRegimeNormalize |
software | healthy | tests/test_product_layer.py:140 |
TestSplitConformalPredictor |
software | healthy | tests/test_conformal.py:14 |
TestAdaptiveConformalPredictor |
software | healthy | tests/test_conformal.py:161 |
TestConformalVisualization |
software | healthy | tests/test_conformal.py:293 |
TestConformalIntegration |
software | healthy | tests/test_conformal.py:344 |
DummyDataset |
software | healthy | tests/test_cv.py:6 |
DummyForecaster |
software | healthy | tests/test_inference.py:6 |
TestCategoricalEncoder |
software | healthy | tests/test_categorical_encoder.py:11 |
TestCreateTimeFeatures |
software | healthy | tests/test_categorical_encoder.py:254 |
TestDataValidation |
software | healthy | tests/test_forecaster_api.py:13 |
TestSaveLoad |
software | healthy | tests/test_forecaster_api.py:110 |
TestScore |
software | healthy | tests/test_forecaster_api.py:194 |
TestSummary |
software | healthy | tests/test_forecaster_api.py:276 |
TestEarlyStopping |
software | healthy | tests/test_forecaster_api.py:321 |
TestModelTypes |
software | healthy | tests/test_forecaster_api.py:379 |
TestPlotForecast |
software | healthy | tests/test_forecaster_api.py:422 |
TestHistoricalForecasts |
software | healthy | tests/test_backtesting.py:11 |
TestBacktestingEdgeCases |
software | healthy | tests/test_backtesting.py:410 |
TestExogenousSaveLoad |
software | healthy | tests/test_exog_conformal_integration.py:13 |
TestConformalSaveLoad |
software | healthy | tests/test_exog_conformal_integration.py:157 |
TestExogConformalTogether |
software | healthy | tests/test_exog_conformal_integration.py:254 |
TestExogenousFeatureFusion |
software | healthy | tests/test_exogenous.py:11 |
TestExogenousProcessor |
software | healthy | tests/test_exogenous.py:152 |
TestAPDTFlowWithExogenous |
software | healthy | tests/test_exogenous.py:210 |
DummyForecaster |
software | healthy | tests/test_ensemble_forecaster.py:6 |
APDTFlowForecaster |
software | healthy | apdtflow/forecaster.py:34 |
_GridForecast |
software | healthy | apdtflow/forecaster.py:2239 |
PredictWhenResult |
software | healthy | apdtflow/event_time.py:18 |
ExogenousFeatureFusion |
software | healthy | apdtflow/exogenous.py:18 |
ExogenousProcessor |
software | healthy | apdtflow/exogenous.py:146 |
TimeSeriesWindowDataset |
software | healthy | apdtflow/data.py:8 |
SplitConformalPredictor |
software | healthy | apdtflow/conformal.py:25 |
AdaptiveConformalPredictor |
software | healthy | apdtflow/conformal.py:190 |
TimeSeriesCVFactory |
software | healthy | apdtflow/cv_factory.py:8 |
BaseForecaster |
software | healthy | apdtflow/models/base_forecaster.py:5 |
EnsembleForecaster |
software | healthy | apdtflow/models/ensemble_forecaster.py:6 |
APDTFlow |
software | healthy | apdtflow/models/apdtflow.py:16 |
GatedResidualNetwork |
software | healthy | apdtflow/models/embedding.py:4 |
TimeSeriesEmbedding |
software | healthy | apdtflow/models/embedding.py:30 |
DynamicDilationConv |
software | healthy | apdtflow/models/dynamic_dilation_conv.py:6 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
apdtflow |
software | healthy | apdtflow |
models |
software | healthy | apdtflow/models |
config |
software | healthy | apdtflow/config |
evaluation |
software | healthy | apdtflow/evaluation |
preprocessing |
software | healthy | apdtflow/preprocessing |
docs |
software | healthy | docs |
site |
software | healthy | site |
src |
software | healthy | site/src |
styles |
software | healthy | site/src/styles |
dataset_examples |
software | healthy | dataset_examples |
examples |
software | healthy | examples |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
experiments |
software | healthy | experiments |
results |
software | healthy | experiments/results |
scripts |
software | healthy | experiments/scripts |
prototypes |
software | healthy | experiments/prototypes |
| Label | Layer | Status | Path |
|---|---|---|---|
build-and-test |
cicd | healthy | .github/workflows/ci.yml |
build |
cicd | healthy | .github/workflows/site.yml |
deploy |
cicd | healthy | .github/workflows/site.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /forecast |
api | healthy | examples/serve_api.py |
POST /predict_when |
api | healthy | examples/serve_api.py |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::site |
cicd | healthy | .github/workflows/site.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-li4delro |
software | healthy | /tmp/repobility-clone-li4delro |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | apdtflow/forecaster.py |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/e36036f6-54af-41e8-8126-358591c340c7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/e36036f6-54af-41e8-8126-358591c340c7/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.