https://github.com/bbstats/chimeraboost
· scanned 2026-06-17 01:38 UTC (1 month, 2 weeks ago)
44 raw signals (0 security + 44 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -7.1 (diff) · 29 actionable findings from 1 signal source. 15 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 492 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 |
|---|---|---|---|
test_descend_leaves_matches_numpy_reference |
software | healthy | tests/test_chimeraboost.py:12 |
test_binning_transform_matches_searchsorted_reference |
software | healthy | tests/test_chimeraboost.py:32 |
reference |
software | healthy | tests/test_chimeraboost.py:39 |
test_regressor_beats_mean_baseline |
software | healthy | tests/test_chimeraboost.py:64 |
test_classifier_high_auc |
software | healthy | tests/test_chimeraboost.py:77 |
test_ordered_ts_resists_leakage |
software | healthy | tests/test_chimeraboost.py:89 |
test_early_stopping_trims_trees |
software | healthy | tests/test_chimeraboost.py:112 |
test_handles_nan_and_unseen_categories |
software | healthy | tests/test_chimeraboost.py:124 |
test_explicit_lr_overrides_auto |
software | healthy | tests/test_chimeraboost.py:141 |
test_multiclass_accuracy |
software | healthy | tests/test_chimeraboost.py:147 |
test_multiclass_preserves_string_labels_and_categoricals |
software | healthy | tests/test_chimeraboost.py:162 |
test_feature_importances |
software | healthy | tests/test_chimeraboost.py:179 |
test_mae_loss_beats_rmse_on_mae_metric |
software | healthy | tests/test_chimeraboost.py:193 |
test_quantile_calibration_on_large_data |
software | healthy | tests/test_chimeraboost.py:203 |
test_staged_predict_matches_final |
software | healthy | tests/test_chimeraboost.py:221 |
test_colsample_runs_and_keeps_accuracy |
software | healthy | tests/test_chimeraboost.py:230 |
test_thread_count_records_effective_threads |
software | healthy | tests/test_chimeraboost.py:240 |
test_thread_count_does_not_change_predictions |
software | healthy | tests/test_chimeraboost.py:253 |
test_min_child_weight_regularizes_sparse_leaves |
software | healthy | tests/test_chimeraboost.py:262 |
rmse_at |
software | healthy | tests/test_chimeraboost.py:281 |
test_min_child_weight_param_plumbing |
software | healthy | tests/test_chimeraboost.py:297 |
test_shared_histogram_buffers_match_standalone |
software | healthy | tests/test_chimeraboost.py:305 |
test_sample_weight_uniform_equals_no_weight_rmse |
software | healthy | tests/test_chimeraboost.py:344 |
test_sample_weight_uniform_equals_no_weight_logloss |
software | healthy | tests/test_chimeraboost.py:357 |
test_sample_weight_uniform_equals_no_weight_multiclass |
software | healthy | tests/test_chimeraboost.py:371 |
test_sample_weight_shifts_predictions |
software | healthy | tests/test_chimeraboost.py:386 |
test_sample_weight_early_stopping_slices_correctly |
software | healthy | tests/test_chimeraboost.py:414 |
test_groups_kept_intact_in_early_stopping_split |
software | healthy | tests/test_chimeraboost.py:427 |
test_bagging_none_matches_single_model |
software | healthy | tests/test_chimeraboost.py:455 |
test_bagging_regressor_runs_and_averages_members |
software | healthy | tests/test_chimeraboost.py:468 |
test_bagging_classifier_multiclass_proba |
software | healthy | tests/test_chimeraboost.py:488 |
test_bagging_parallel_matches_sequential |
software | healthy | tests/test_chimeraboost.py:503 |
test_bagging_with_categoricals |
software | healthy | tests/test_chimeraboost.py:515 |
test_empty_tree_stops_boosting_early |
software | healthy | tests/test_chimeraboost.py:532 |
_Xy |
software | healthy | tests/test_chimeraboost.py:547 |
test_predict_before_fit_raises_not_fitted |
software | healthy | tests/test_chimeraboost.py:554 |
test_feature_count_mismatch_raises |
software | healthy | tests/test_chimeraboost.py:561 |
test_fit_input_validation_messages |
software | healthy | tests/test_chimeraboost.py:568 |
test_nan_in_X_is_accepted_as_missing |
software | healthy | tests/test_chimeraboost.py:585 |
test_n_features_in_and_feature_names_in |
software | healthy | tests/test_chimeraboost.py:592 |
test_column_vector_y_is_raveled_with_warning |
software | healthy | tests/test_chimeraboost.py:602 |
test_continuous_target_to_classifier_raises |
software | healthy | tests/test_chimeraboost.py:610 |
test_invalid_hyperparams_raise |
software | healthy | tests/test_chimeraboost.py:636 |
test_sample_weight_value_validation |
software | healthy | tests/test_chimeraboost.py:642 |
test_cat_features_index_validation |
software | healthy | tests/test_chimeraboost.py:653 |
test_eval_set_shape_validation |
software | healthy | tests/test_chimeraboost.py:663 |
test_nonnumeric_column_error_names_the_column |
software | healthy | tests/test_chimeraboost.py:672 |
test_predict_enforces_feature_names |
software | healthy | tests/test_chimeraboost.py:687 |
test_inf_rejected_at_predict |
software | healthy | tests/test_chimeraboost.py:707 |
test_linear_leaves_warns_when_dropped_for_mae_quantile |
software | healthy | tests/test_chimeraboost.py:720 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
CHANGELOG.md |
software | healthy | CHANGELOG.md |
mkdocs.yml |
software | healthy | mkdocs.yml |
README.md |
software | healthy | README.md |
pyproject.toml |
software | healthy | pyproject.toml |
LICENSE |
software | healthy | LICENSE |
test_chimeraboost.py |
software | healthy | tests/test_chimeraboost.py |
test_research_curves.py |
software | healthy | tests/test_research_curves.py |
PULL_REQUEST_TEMPLATE.md |
software | healthy | .github/PULL_REQUEST_TEMPLATE.md |
docs.yml |
software | healthy | .github/workflows/docs.yml |
tests.yml |
software | healthy | .github/workflows/tests.yml |
make_slowdown_hist.py |
software | healthy | benchmarks/make_slowdown_hist.py |
random_search.py |
software | healthy | benchmarks/random_search.py |
make_tabarena_pareto.py |
software | healthy | benchmarks/make_tabarena_pareto.py |
make_tables.py |
software | healthy | benchmarks/make_tables.py |
make_pareto.py |
software | healthy | benchmarks/make_pareto.py |
scaling_predict.py |
software | healthy | benchmarks/scaling_predict.py |
bench_status.py |
software | healthy | benchmarks/bench_status.py |
synthetic.py |
software | healthy | benchmarks/synthetic.py |
compare_runs.py |
software | healthy | benchmarks/compare_runs.py |
profile_fit.py |
software | healthy | benchmarks/profile_fit.py |
analyze_grinsztajn_snr.py |
software | healthy | benchmarks/analyze_grinsztajn_snr.py |
run_benchmarks.py |
software | healthy | benchmarks/run_benchmarks.py |
summarize.py |
software | healthy | benchmarks/summarize.py |
knob_characterization.py |
software | healthy | benchmarks/knob_characterization.py |
scaling_giant.py |
software | healthy | benchmarks/scaling_giant.py |
SUMMARY.md |
software | healthy | benchmarks/research/SUMMARY.md |
curves.py |
software | healthy | benchmarks/research/curves.py |
datasets.py |
software | healthy | benchmarks/research/datasets.py |
__init__.py |
software | healthy | benchmarks/research/__init__.py |
cascade.py |
software | healthy | benchmarks/research/cascade.py |
runner.py |
software | healthy | benchmarks/research/runner.py |
ideas.py |
software | healthy | benchmarks/research/ideas.py |
report.py |
software | healthy | benchmarks/research/report.py |
run_chimera_tuned.py |
software | healthy | benchmarks/tabarena/run_chimera_tuned.py |
run_chimera_tuned_lite_eval.py |
software | healthy | benchmarks/tabarena/run_chimera_tuned_lite_eval.py |
run_chimera_lite.py |
software | healthy | benchmarks/tabarena/run_chimera_lite.py |
run_chimera_e10_eval.py |
software | healthy | benchmarks/tabarena/run_chimera_e10_eval.py |
run_chimera_eval.py |
software | healthy | benchmarks/tabarena/run_chimera_eval.py |
README.md |
software | healthy | benchmarks/tabarena/README.md |
run_chimera_tuned_eval.py |
software | healthy | benchmarks/tabarena/run_chimera_tuned_eval.py |
run_chimera_e10.py |
software | healthy | benchmarks/tabarena/run_chimera_e10.py |
chimeraboost_tabarena_model.py |
software | healthy | benchmarks/tabarena/chimeraboost_tabarena_model.py |
run_chimera_tuned_lite.py |
software | healthy | benchmarks/tabarena/run_chimera_tuned_lite.py |
quickstart.py |
software | healthy | examples/quickstart.py |
getting-started.md |
software | healthy | docs/getting-started.md |
parameters.md |
software | healthy | docs/parameters.md |
PROJECT_STATUS.md |
software | healthy | docs/PROJECT_STATUS.md |
index.md |
software | healthy | docs/index.md |
shap.md |
software | healthy | docs/shap.md |
recipes.md |
software | healthy | docs/recipes.md |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
_Progress |
software | healthy | benchmarks/run_benchmarks.py:752 |
_Tee |
software | healthy | benchmarks/run_benchmarks.py:914 |
ChimeraBoostModel |
software | healthy | benchmarks/tabarena/chimeraboost_tabarena_model.py:19 |
ChimeraBoostE10Model |
software | healthy | benchmarks/tabarena/chimeraboost_tabarena_model.py:90 |
ChimeraBoostTunedModel |
software | healthy | benchmarks/tabarena/chimeraboost_tabarena_model.py:141 |
ObliviousTree |
software | healthy | chimeraboost/tree.py:555 |
Binner |
software | healthy | chimeraboost/binning.py:70 |
_EarlyStopper |
software | healthy | chimeraboost/booster.py:84 |
_BaseBooster |
software | healthy | chimeraboost/booster.py:100 |
GradientBoosting |
software | healthy | chimeraboost/booster.py:298 |
MulticlassBoosting |
software | healthy | chimeraboost/booster.py:525 |
ChimeraBoostRegressor |
software | healthy | chimeraboost/sklearn_api.py:641 |
ChimeraBoostClassifier |
software | healthy | chimeraboost/sklearn_api.py:956 |
RMSE |
software | healthy | chimeraboost/losses.py:46 |
Logloss |
software | healthy | chimeraboost/losses.py:68 |
MAE |
software | healthy | chimeraboost/losses.py:94 |
Quantile |
software | healthy | chimeraboost/losses.py:121 |
MultiSoftmax |
software | healthy | chimeraboost/losses.py:158 |
FeaturePreprocessor |
software | healthy | chimeraboost/preprocessing.py:24 |
OrderedTargetEncoder |
software | healthy | chimeraboost/target_encoding.py:44 |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
benchmarks |
software | healthy | benchmarks |
research |
software | healthy | benchmarks/research |
tabarena |
software | healthy | benchmarks/tabarena |
examples |
software | healthy | examples |
docs |
software | healthy | docs |
chimeraboost |
software | healthy | chimeraboost |
.claude |
software | healthy | .claude |
commands |
software | healthy | .claude/commands |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::docs |
cicd | healthy | .github/workflows/docs.yml |
gha::tests |
cicd | healthy | .github/workflows/tests.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
deploy |
cicd | healthy | .github/workflows/docs.yml |
test |
cicd | healthy | .github/workflows/tests.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
bbstats__chimeraboost |
software | healthy | /data/fable5_failed_archive/bbstats__chimeraboost |
This page is publicly accessible at:
https://repobility.com/scan/66fac068-477a-45b9-9831-7eee3210c0a9/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/66fac068-477a-45b9-9831-7eee3210c0a9/
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.