LICENSE
README.md
pyproject.toml
chimeraboost/__init__.py
chimeraboost/__main__.py
chimeraboost/binning.py
chimeraboost/booster.py
chimeraboost/losses.py
chimeraboost/preprocessing.py
chimeraboost/quantile_api.py
chimeraboost/quantile_metrics.py
chimeraboost/sklearn_api.py
chimeraboost/target_encoding.py
chimeraboost/tree.py
chimeraboost/warmup.py
chimeraboost.egg-info/PKG-INFO
chimeraboost.egg-info/SOURCES.txt
chimeraboost.egg-info/dependency_links.txt
chimeraboost.egg-info/entry_points.txt
chimeraboost.egg-info/requires.txt
chimeraboost.egg-info/top_level.txt
tests/test_audit_fixes.py
tests/test_binner_parallel_fit.py
tests/test_bitident_refactors.py
tests/test_bughunt_fixes.py
tests/test_callback_train_loss.py
tests/test_chimeraboost.py
tests/test_combo_pairs.py
tests/test_compare_runs.py
tests/test_cross_features.py
tests/test_custom_objectives.py
tests/test_gdiff_crosses.py
tests/test_greedy_kernel_and_group_bagging.py
tests/test_highcard.py
tests/test_linear_leaves_selection.py
tests/test_mvs_kernel.py
tests/test_no_regression.py
tests/test_pandas_free.py
tests/test_prep_reuse.py
tests/test_public.py
tests/test_public_winrate.py
tests/test_quality.py
tests/test_quantile_head.py
tests/test_quantize.py
tests/test_refit_full.py
tests/test_refit_members.py
tests/test_refit_replay.py
tests/test_research_curves.py
tests/test_robustness.py
tests/test_selection_rounds.py
tests/test_small_solver.py
tests/test_smallbins_bag_and_dispatch.py
tests/test_strength_viz.py
tests/test_synth_report.py
tests/test_synthgen.py
tests/test_tabarena_search_space.py
tests/test_tree_kernels.py
tests/test_variants.py
tests/test_vector_leaf.py
tests/test_warmup.py