LICENSE
MANIFEST.in
README.md
pyproject.toml
bitbullet/__init__.py
bitbullet.egg-info/PKG-INFO
bitbullet.egg-info/SOURCES.txt
bitbullet.egg-info/dependency_links.txt
bitbullet.egg-info/requires.txt
bitbullet.egg-info/top_level.txt
bitbullet/cluster/__init__.py
bitbullet/cluster/algorithms/__init__.py
bitbullet/cluster/algorithms/density/__init__.py
bitbullet/cluster/algorithms/density/dbscan.py
bitbullet/cluster/algorithms/model_based/__init__.py
bitbullet/cluster/algorithms/model_based/gmm.py
bitbullet/cluster/algorithms/partitional/__init__.py
bitbullet/cluster/algorithms/partitional/kmeans.py
bitbullet/cluster/algorithms/partitional/kmodes.py
bitbullet/cluster/algorithms/partitional/kprototypes.py
bitbullet/cluster/core/__init__.py
bitbullet/cluster/core/autopipeline.py
bitbullet/cluster/core/base.py
bitbullet/cluster/core/parallelism.py
bitbullet/cluster/core/registry.py
bitbullet/cluster/distance/__init__.py
bitbullet/cluster/distance/mixed.py
bitbullet/cluster/distances/__init__.py
bitbullet/cluster/distances/memory_efficient.py
bitbullet/cluster/evaluation/__init__.py
bitbullet/cluster/evaluation/metrics.py
bitbullet/cluster/evaluation/profiling.py
bitbullet/cluster/evaluation/selection.py
bitbullet/cluster/utils/__init__.py
bitbullet/cluster/utils/sample_size.py
bitbullet/cluster/visualization/__init__.py
bitbullet/cluster/visualization/decomposition.py
bitbullet/cluster/visualization/interactive.py
bitbullet/cluster/weights/__init__.py
bitbullet/cluster/weights/categorical_weights.py
bitbullet/cluster/weights/gamma_estimation.py
bitbullet/evaluate/__init__.py
bitbullet/evaluate/classification.py
bitbullet/evaluate/config.py
bitbullet/evaluate/evaluator.py
bitbullet/evaluate/intervals.py
bitbullet/evaluate/regression.py
bitbullet/forecast/__init__.py
bitbullet/forecast/backtesting.py
bitbullet/forecast/baselines.py
bitbullet/forecast/cadence.py
bitbullet/forecast/config.py
bitbullet/forecast/design.py
bitbullet/forecast/estimators.py
bitbullet/forecast/evaluation.py
bitbullet/forecast/features.py
bitbullet/forecast/forecaster.py
bitbullet/forecast/frame.py
bitbullet/forecast/hierarchy.py
bitbullet/forecast/intervals.py
bitbullet/forecast/protocols.py
bitbullet/forecast/schema.py
bitbullet/forecast/adapters/__init__.py
bitbullet/forecast/adapters/statsforecast.py
bitbullet/model/__init__.py
bitbullet/model/core/__init__.py
bitbullet/model/core/base.py
bitbullet/model/core/metadata.py
bitbullet/model/core/registry.py
bitbullet/model/serialization/__init__.py
bitbullet/model/serialization/model_serializer.py
bitbullet/model/wrappers/__init__.py
bitbullet/model/wrappers/lgbm_wrapper.py
bitbullet/model/wrappers/xgb_wrapper.py
bitbullet/model_selection/__init__.py
bitbullet/model_selection/temporal.py
bitbullet/train/__init__.py
bitbullet/train/callbacks/__init__.py
bitbullet/train/core/__init__.py
bitbullet/train/core/base.py
bitbullet/train/core/config.py
bitbullet/train/core/state.py
bitbullet/train/evaluation/__init__.py
bitbullet/train/evaluation/threshold_optimizer.py
bitbullet/train/explainability/__init__.py
bitbullet/train/explainability/shap_explainer.py
bitbullet/train/feature_selection/__init__.py
bitbullet/train/feature_selection/selector_factory.py
bitbullet/train/optimizers/__init__.py
bitbullet/train/optimizers/hyperparameter_grids.py
bitbullet/train/optimizers/optuna_optimizer.py
bitbullet/train/reports/__init__.py
bitbullet/train/reports/feature_report.py
bitbullet/train/reports/training_report.py
bitbullet/train/trainers/__init__.py
bitbullet/train/trainers/optuna_trainer.py
bitbullet/train/utils/__init__.py
bitbullet/train/utils/sample_weights.py
bitbullet/transform/__init__.py
bitbullet/transform/categorical_values.py
bitbullet/transform/eda.py
bitbullet/transform/core/__init__.py
bitbullet/transform/core/base.py
bitbullet/transform/core/pipeline.py
bitbullet/transform/core/registry.py
bitbullet/transform/transformers/__init__.py
bitbullet/transform/transformers/categorical.py
bitbullet/transform/transformers/datetime.py
bitbullet/transform/transformers/numerical.py
bitbullet/transform/transformers/target.py
tests/test_basic.py
tests/test_categorical_null_clustering.py
tests/test_categorical_weights.py
tests/test_classification_metrics_report.py
tests/test_conformal_intervals.py
tests/test_dbscan.py
tests/test_distances.py
tests/test_documentation_examples.py
tests/test_evaluation.py
tests/test_feature_selection.py
tests/test_fold_feature_contract.py
tests/test_forecast_backtesting.py
tests/test_forecast_baselines.py
tests/test_forecast_cadence.py
tests/test_forecast_config.py
tests/test_forecast_end_to_end.py
tests/test_forecast_estimators.py
tests/test_forecast_evaluation.py
tests/test_forecast_features.py
tests/test_forecast_frame.py
tests/test_forecast_hierarchy.py
tests/test_forecast_horizon_design.py
tests/test_forecast_intervals.py
tests/test_forecast_panel_cadence.py
tests/test_forecast_shared.py
tests/test_gamma_estimation.py
tests/test_gmm.py
tests/test_kmeans.py
tests/test_kmodes_metadata.py
tests/test_kprototypes.py
tests/test_lgbm_wrapper.py
tests/test_model_serializer.py
tests/test_optuna_progress_count.py
tests/test_optuna_trainer.py
tests/test_partitional_lazy_imports.py
tests/test_regression_metrics_report.py
tests/test_regression_training.py
tests/test_rf_oob_bootstrap.py
tests/test_statsforecast_adapter.py
tests/test_tabular_forecaster.py
tests/test_target_encoding_temporal.py
tests/test_temporal_model_selection.py
tests/test_temporal_trainer_integration.py
tests/test_train_search_strategies.py
tests/test_version.py
tests/test_visualization.py