LICENSE
README.md
pyproject.toml
src/scxpand/__init__.py
src/scxpand/main.py
src/scxpand/autoencoders/__init__.py
src/scxpand/autoencoders/ae_losses.py
src/scxpand/autoencoders/ae_model_output.py
src/scxpand/autoencoders/ae_models.py
src/scxpand/autoencoders/ae_modules.py
src/scxpand/autoencoders/ae_params.py
src/scxpand/autoencoders/ae_trainer.py
src/scxpand/autoencoders/run_ae_train.py
src/scxpand/core/__init__.py
src/scxpand/core/evaluation.py
src/scxpand/core/inference.py
src/scxpand/core/inference_results.py
src/scxpand/core/model_types.py
src/scxpand/core/prediction.py
src/scxpand/data_util/__init__.py
src/scxpand/data_util/constants.py
src/scxpand/data_util/data_format.py
src/scxpand/data_util/data_splitter.py
src/scxpand/data_util/dataloaders.py
src/scxpand/data_util/dataset.py
src/scxpand/data_util/prepare_data_for_train.py
src/scxpand/data_util/statistics.py
src/scxpand/data_util/transforms.py
src/scxpand/hyperopt/__init__.py
src/scxpand/hyperopt/hyperopt_optimizer.py
src/scxpand/hyperopt/hyperopt_utils.py
src/scxpand/hyperopt/param_grids.py
src/scxpand/lightgbm/__init__.py
src/scxpand/lightgbm/lightgbm_params.py
src/scxpand/lightgbm/run_lightgbm_.py
src/scxpand/linear/__init__.py
src/scxpand/linear/linear_params.py
src/scxpand/linear/linear_trainer.py
src/scxpand/linear/model_manager.py
src/scxpand/linear/sklearn_utils.py
src/scxpand/mlp/__init__.py
src/scxpand/mlp/mlp_losses.py
src/scxpand/mlp/mlp_model.py
src/scxpand/mlp/mlp_params.py
src/scxpand/mlp/mlp_trainer.py
src/scxpand/mlp/run_mlp_train.py
src/scxpand/pretrained/__init__.py
src/scxpand/pretrained/download_manager.py
src/scxpand/pretrained/inference_api.py
src/scxpand/pretrained/model_registry.py
src/scxpand/util/__init__.py
src/scxpand/util/classes.py
src/scxpand/util/general_util.py
src/scxpand/util/inference_utils.py
src/scxpand/util/io.py
src/scxpand/util/logger.py
src/scxpand/util/metrics.py
src/scxpand/util/model_constants.py
src/scxpand/util/model_loading.py
src/scxpand/util/model_registry.py
src/scxpand/util/model_type.py
src/scxpand/util/plots.py
src/scxpand/util/train_logger.py
src/scxpand/util/train_util.py
src/scxpand/util/training_utils.py
src/scxpand_cuda.egg-info/PKG-INFO
src/scxpand_cuda.egg-info/SOURCES.txt
src/scxpand_cuda.egg-info/dependency_links.txt
src/scxpand_cuda.egg-info/entry_points.txt
src/scxpand_cuda.egg-info/requires.txt
src/scxpand_cuda.egg-info/top_level.txt
tests/test_cli_demo.py
tests/test_main.py
tests/test_main_cli.py
tests/test_main_cli_integration.py
tests/test_main_inference.py
tests/test_pretrained_inference.py
tests/test_run_inference_edge_cases.py
tests/test_run_inference_error_handling.py
tests/test_run_inference_integration.py
tests/test_utils.py