autogluon.tabular 1.4.1b20250923__tar.gz → 1.4.1b20251004__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of autogluon.tabular might be problematic. Click here for more details.
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/PKG-INFO +1 -1
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lgb/lgb_model.py +53 -14
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/version.py +1 -1
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon.tabular.egg-info/PKG-INFO +1 -1
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon.tabular.egg-info/requires.txt +24 -24
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/setup.cfg +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/setup.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/configs/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/configs/config_helper.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/configs/feature_generator_presets.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/configs/hyperparameter_configs.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/configs/pipeline_presets.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/configs/presets_configs.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/configs/zeroshot/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2023.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2025.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/experimental/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/experimental/_scikit_mixin.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/experimental/_tabular_classifier.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/experimental/_tabular_regressor.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/experimental/plot_leaderboard.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/learner/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/learner/abstract_learner.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/learner/default_learner.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/_utils/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/_utils/rapids_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/_utils/torch_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/automm/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/automm/automm_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/automm/ft_transformer.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/catboost/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/catboost/callbacks.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/catboost/catboost_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/catboost/catboost_softclass_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/catboost/catboost_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/catboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/catboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/catboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/ebm/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/ebm/ebm_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/ebm/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/ebm/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/ebm/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fastainn/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fastainn/callbacks.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fastainn/fastai_helpers.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fastainn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fastainn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fastainn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fastainn/imports_helper.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fastainn/quantile_helpers.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fastainn/tabular_nn_fastai.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fasttext/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fasttext/fasttext_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fasttext/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/fasttext/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/image_prediction/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/image_prediction/image_predictor.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/imodels/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/imodels/imodels_models.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/knn/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/knn/_knn_loo_variants.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/knn/knn_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/knn/knn_rapids_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/knn/knn_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lgb/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lgb/callbacks.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lgb/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lgb/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lgb/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lgb/lgb_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lr/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lr/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lr/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lr/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lr/lr_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lr/lr_preprocessing_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/lr/lr_rapids_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/config/config_pretrain.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/config/enums.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/core/prediction_metrics.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/data/collator.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/data/dataset_split.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/models/base.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/models/embedding.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/models/tab2d.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/utils/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/_internal/utils/set_seed.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/mitra_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/mitra/sklearn_interface.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/realmlp/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/realmlp/realmlp_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/rf/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/rf/compilers/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/rf/compilers/native.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/rf/compilers/onnx.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/rf/rf_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/rf/rf_quantile.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/rf/rf_rapids_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabicl/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabicl/tabicl_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabm/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabm/_tabm_internal.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabm/rtdl_num_embeddings.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabm/tabm_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabm/tabm_reference.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/collator.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/dataset_split.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/enums.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/core/y_transformer.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/embedding.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/foundation_transformer.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/results/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/results/prediction_metrics.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_classifier.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_regressor.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnmix/tabpfnmix_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnv2/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnv2/rfpfn/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnv2/rfpfn/configs.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnv2/rfpfn/scoring_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnv2/rfpfn/sklearn_based_decision_tree_tabpfn.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnv2/rfpfn/sklearn_based_random_forest_tabpfn.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnv2/rfpfn/sklearn_compat.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnv2/rfpfn/utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabpfnv2/tabpfnv2_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/compilers/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/compilers/native.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/compilers/onnx.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/torch/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/torch/tabular_nn_torch.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/torch/tabular_torch_dataset.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/torch/torch_network_modules.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/utils/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/utils/categorical_encoders.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/utils/data_preprocessor.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/tabular_nn/utils/nn_architecture_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/text_prediction/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/text_prediction/text_prediction_v1_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/xgboost/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/xgboost/callbacks.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/xgboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/xgboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/xgboost/xgboost_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/xgboost/xgboost_utils.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/xt/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/models/xt/xt_model.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/predictor/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/predictor/interpretable_predictor.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/predictor/predictor.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/registry/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/registry/_ag_model_registry.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/registry/_model_registry.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/testing/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/testing/fit_helper.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/testing/generate_datasets.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/testing/model_fit_helper.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/trainer/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/trainer/abstract_trainer.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/trainer/auto_trainer.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/trainer/model_presets/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/trainer/model_presets/presets.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/trainer/model_presets/presets_distill.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/tuning/__init__.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon/tabular/tuning/feature_pruner.py +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon.tabular.egg-info/SOURCES.txt +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon.tabular.egg-info/dependency_links.txt +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon.tabular.egg-info/namespace_packages.txt +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon.tabular.egg-info/top_level.txt +0 -0
- {autogluon.tabular-1.4.1b20250923 → autogluon.tabular-1.4.1b20251004}/src/autogluon.tabular.egg-info/zip-safe +0 -0
|
@@ -305,16 +305,28 @@ class LGBModel(AbstractModel):
|
|
|
305
305
|
try:
|
|
306
306
|
self.model = train_lgb_model(early_stopping_callback_kwargs=early_stopping_callback_kwargs, **train_params)
|
|
307
307
|
except LightGBMError:
|
|
308
|
-
if train_params["params"].get("device", "cpu")
|
|
308
|
+
if train_params["params"].get("device", "cpu") not in ["gpu", "cuda"]:
|
|
309
309
|
raise
|
|
310
310
|
else:
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
311
|
+
if train_params["params"]["device"] == "gpu":
|
|
312
|
+
logger.warning(
|
|
313
|
+
"Warning: GPU mode might not be installed for LightGBM, "
|
|
314
|
+
"GPU training raised an exception. Falling back to CPU training..."
|
|
315
|
+
"Refer to LightGBM GPU documentation: "
|
|
316
|
+
"https://github.com/Microsoft/LightGBM/tree/master/python-package#build-gpu-version"
|
|
317
|
+
"One possible method is:"
|
|
318
|
+
"\tpip uninstall lightgbm -y"
|
|
319
|
+
"\tpip install lightgbm --install-option=--gpu"
|
|
320
|
+
)
|
|
321
|
+
elif train_params["params"]["device"] == "cuda":
|
|
322
|
+
# Current blocker for using CUDA over GPU: https://github.com/microsoft/LightGBM/issues/6828
|
|
323
|
+
# Note that device="cuda" works if AutoGluon (and therefore LightGBM) is installed via conda.
|
|
324
|
+
logger.warning(
|
|
325
|
+
"Warning: CUDA mode might not be installed for LightGBM, "
|
|
326
|
+
"CUDA training raised an exception. Falling back to CPU training..."
|
|
327
|
+
"Refer to LightGBM CUDA documentation: "
|
|
328
|
+
"https://github.com/Microsoft/LightGBM/tree/master/python-package#build-cuda-version"
|
|
329
|
+
)
|
|
318
330
|
train_params["params"]["device"] = "cpu"
|
|
319
331
|
self.model = train_lgb_model(early_stopping_callback_kwargs=early_stopping_callback_kwargs, **train_params)
|
|
320
332
|
retrain = False
|
|
@@ -515,17 +527,44 @@ class LGBModel(AbstractModel):
|
|
|
515
527
|
default_auxiliary_params.update(extra_auxiliary_params)
|
|
516
528
|
return default_auxiliary_params
|
|
517
529
|
|
|
518
|
-
|
|
530
|
+
@staticmethod
|
|
531
|
+
def _is_gpu_lgbm_installed():
|
|
519
532
|
# Taken from https://github.com/microsoft/LightGBM/issues/3939
|
|
520
533
|
try_import_lightgbm()
|
|
521
534
|
import lightgbm
|
|
522
535
|
|
|
536
|
+
rng = np.random.RandomState(42)
|
|
537
|
+
data = rng.rand(25, 2)
|
|
538
|
+
label = rng.randint(2, size=25)
|
|
539
|
+
|
|
540
|
+
try:
|
|
541
|
+
train_data = lightgbm.Dataset(data, label=label)
|
|
542
|
+
params = {
|
|
543
|
+
"device": "gpu",
|
|
544
|
+
"verbose": -1,
|
|
545
|
+
}
|
|
546
|
+
gbm = lightgbm.train(params, num_boost_round=10, train_set=train_data)
|
|
547
|
+
return True
|
|
548
|
+
except Exception as e:
|
|
549
|
+
return False
|
|
550
|
+
|
|
551
|
+
@staticmethod
|
|
552
|
+
def _is_cuda_lgbm_installed():
|
|
553
|
+
# Taken from https://github.com/microsoft/LightGBM/issues/3939
|
|
554
|
+
try_import_lightgbm()
|
|
555
|
+
import lightgbm
|
|
556
|
+
|
|
557
|
+
rng = np.random.RandomState(42)
|
|
558
|
+
data = rng.rand(25, 2)
|
|
559
|
+
label = rng.randint(2, size=25)
|
|
560
|
+
|
|
523
561
|
try:
|
|
524
|
-
data = np.random.rand(50, 2)
|
|
525
|
-
label = np.random.randint(2, size=50)
|
|
526
562
|
train_data = lightgbm.Dataset(data, label=label)
|
|
527
|
-
params = {
|
|
528
|
-
|
|
563
|
+
params = {
|
|
564
|
+
"device": "cuda",
|
|
565
|
+
"verbose": -1,
|
|
566
|
+
}
|
|
567
|
+
gbm = lightgbm.train(params, num_boost_round=10, train_set=train_data)
|
|
529
568
|
return True
|
|
530
569
|
except Exception as e:
|
|
531
570
|
return False
|
|
@@ -534,7 +573,7 @@ class LGBModel(AbstractModel):
|
|
|
534
573
|
minimum_resources = {
|
|
535
574
|
"num_cpus": 1,
|
|
536
575
|
}
|
|
537
|
-
if is_gpu_available
|
|
576
|
+
if is_gpu_available:
|
|
538
577
|
minimum_resources["num_gpus"] = 0.5
|
|
539
578
|
return minimum_resources
|
|
540
579
|
|
|
@@ -3,24 +3,24 @@ scipy<1.17,>=1.5.4
|
|
|
3
3
|
pandas<2.4.0,>=2.0.0
|
|
4
4
|
scikit-learn<1.8.0,>=1.4.0
|
|
5
5
|
networkx<4,>=3.0
|
|
6
|
-
autogluon.core==1.4.
|
|
7
|
-
autogluon.features==1.4.
|
|
6
|
+
autogluon.core==1.4.1b20251004
|
|
7
|
+
autogluon.features==1.4.1b20251004
|
|
8
8
|
|
|
9
9
|
[all]
|
|
10
|
-
loguru
|
|
11
|
-
autogluon.core[all]==1.4.1b20250923
|
|
12
|
-
fastai<2.9,>=2.3.1
|
|
13
|
-
torch<2.8,>=2.6
|
|
14
10
|
lightgbm<4.7,>=4.0
|
|
15
|
-
|
|
11
|
+
omegaconf
|
|
12
|
+
numpy<2.3.0,>=1.25
|
|
13
|
+
spacy<3.9
|
|
16
14
|
transformers
|
|
17
15
|
huggingface_hub[torch]
|
|
18
|
-
|
|
16
|
+
einx
|
|
19
17
|
xgboost<3.1,>=2.0
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
loguru
|
|
19
|
+
einops<0.9,>=0.7
|
|
22
20
|
catboost<1.3,>=1.2
|
|
23
|
-
|
|
21
|
+
torch<2.8,>=2.6
|
|
22
|
+
fastai<2.9,>=2.3.1
|
|
23
|
+
autogluon.core[all]==1.4.1b20251004
|
|
24
24
|
|
|
25
25
|
[all:platform_system == "Windows" and python_version == "3.9"]
|
|
26
26
|
blis<1.2.1,>=0.7.0
|
|
@@ -56,7 +56,7 @@ huggingface_hub[torch]
|
|
|
56
56
|
einops<0.9,>=0.7
|
|
57
57
|
|
|
58
58
|
[ray]
|
|
59
|
-
autogluon.core[all]==1.4.
|
|
59
|
+
autogluon.core[all]==1.4.1b20251004
|
|
60
60
|
|
|
61
61
|
[realmlp]
|
|
62
62
|
pytabkit<1.7,>=1.6
|
|
@@ -76,24 +76,24 @@ onnx<1.18.0,>=1.13.0
|
|
|
76
76
|
onnx<1.16.2,>=1.13.0
|
|
77
77
|
|
|
78
78
|
[tabarena]
|
|
79
|
-
tabicl<0.2,>=0.1.3
|
|
80
|
-
autogluon.core[all]==1.4.1b20250923
|
|
81
|
-
lightgbm<4.7,>=4.0
|
|
82
|
-
einx
|
|
83
|
-
einops<0.9,>=0.7
|
|
84
79
|
numpy<2.3.0,>=1.25
|
|
85
|
-
catboost<1.3,>=1.2
|
|
86
|
-
loguru
|
|
87
|
-
torch<2.8,>=2.6
|
|
88
80
|
interpret-core<0.8,>=0.7.2
|
|
89
|
-
spacy<3.9
|
|
90
81
|
huggingface_hub[torch]
|
|
91
82
|
pytabkit<1.7,>=1.6
|
|
92
|
-
|
|
93
|
-
|
|
83
|
+
xgboost<3.1,>=2.0
|
|
84
|
+
torch<2.8,>=2.6
|
|
94
85
|
fastai<2.9,>=2.3.1
|
|
86
|
+
lightgbm<4.7,>=4.0
|
|
95
87
|
transformers
|
|
96
|
-
|
|
88
|
+
loguru
|
|
89
|
+
catboost<1.3,>=1.2
|
|
90
|
+
tabpfn<2.2,>=2.0.9
|
|
91
|
+
spacy<3.9
|
|
92
|
+
omegaconf
|
|
93
|
+
tabicl<0.2,>=0.1.3
|
|
94
|
+
einx
|
|
95
|
+
einops<0.9,>=0.7
|
|
96
|
+
autogluon.core[all]==1.4.1b20251004
|
|
97
97
|
|
|
98
98
|
[tabarena:platform_system == "Windows" and python_version == "3.9"]
|
|
99
99
|
blis<1.2.1,>=0.7.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|