autogluon.tabular 1.3.2b20250721__tar.gz → 1.3.2b20250723__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.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/PKG-INFO +1 -1
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/setup.py +18 -3
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/mitra_model.py +0 -3
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/sklearn_interface.py +2 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/version.py +1 -1
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon.tabular.egg-info/PKG-INFO +1 -1
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon.tabular.egg-info/requires.txt +14 -8
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/setup.cfg +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/configs/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/configs/config_helper.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/configs/feature_generator_presets.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/configs/hyperparameter_configs.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/configs/presets_configs.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/configs/zeroshot/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2023.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/experimental/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/experimental/_scikit_mixin.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/experimental/_tabular_classifier.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/experimental/_tabular_regressor.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/experimental/plot_leaderboard.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/learner/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/learner/abstract_learner.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/learner/default_learner.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/_utils/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/_utils/rapids_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/_utils/torch_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/automm/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/automm/automm_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/automm/ft_transformer.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/catboost/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/catboost/callbacks.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/catboost/catboost_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/catboost/catboost_softclass_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/catboost/catboost_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/catboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/catboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/catboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fastainn/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fastainn/callbacks.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fastainn/fastai_helpers.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fastainn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fastainn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fastainn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fastainn/imports_helper.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fastainn/quantile_helpers.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fastainn/tabular_nn_fastai.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fasttext/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fasttext/fasttext_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fasttext/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/fasttext/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/image_prediction/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/image_prediction/image_predictor.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/imodels/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/imodels/imodels_models.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/knn/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/knn/_knn_loo_variants.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/knn/knn_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/knn/knn_rapids_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/knn/knn_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lgb/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lgb/callbacks.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lgb/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lgb/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lgb/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lgb/lgb_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lgb/lgb_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lr/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lr/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lr/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lr/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lr/lr_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lr/lr_preprocessing_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/lr/lr_rapids_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/config/config_pretrain.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/config/enums.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/core/prediction_metrics.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/data/collator.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/data/dataset_split.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/models/base.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/models/embedding.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/models/tab2d.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/utils/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/mitra/_internal/utils/set_seed.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/realmlp/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/realmlp/realmlp_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/rf/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/rf/compilers/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/rf/compilers/native.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/rf/compilers/onnx.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/rf/rf_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/rf/rf_quantile.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/rf/rf_rapids_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabicl/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabicl/tabicl_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabm/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabm/_tabm_internal.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabm/rtdl_num_embeddings.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabm/tabm_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabm/tabm_reference.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/collator.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/dataset_split.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/enums.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/core/y_transformer.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/embedding.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/foundation_transformer.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/results/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/results/prediction_metrics.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_classifier.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_regressor.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnmix/tabpfnmix_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnv2/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnv2/rfpfn/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnv2/rfpfn/configs.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnv2/rfpfn/scoring_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnv2/rfpfn/sklearn_based_decision_tree_tabpfn.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnv2/rfpfn/sklearn_based_random_forest_tabpfn.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnv2/rfpfn/sklearn_compat.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnv2/rfpfn/utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabpfnv2/tabpfnv2_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/compilers/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/compilers/native.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/compilers/onnx.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/torch/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/torch/tabular_nn_torch.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/torch/tabular_torch_dataset.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/torch/torch_network_modules.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/utils/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/utils/categorical_encoders.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/utils/data_preprocessor.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/tabular_nn/utils/nn_architecture_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/text_prediction/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/text_prediction/text_prediction_v1_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/xgboost/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/xgboost/callbacks.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/xgboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/xgboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/xgboost/xgboost_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/xgboost/xgboost_utils.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/xt/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/models/xt/xt_model.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/predictor/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/predictor/interpretable_predictor.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/predictor/predictor.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/registry/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/registry/_ag_model_registry.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/registry/_model_registry.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/testing/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/testing/fit_helper.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/testing/generate_datasets.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/testing/model_fit_helper.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/trainer/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/trainer/abstract_trainer.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/trainer/auto_trainer.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/trainer/model_presets/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/trainer/model_presets/presets.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/trainer/model_presets/presets_distill.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/tuning/__init__.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon/tabular/tuning/feature_pruner.py +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon.tabular.egg-info/SOURCES.txt +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon.tabular.egg-info/dependency_links.txt +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon.tabular.egg-info/namespace_packages.txt +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon.tabular.egg-info/top_level.txt +0 -0
- {autogluon.tabular-1.3.2b20250721 → autogluon.tabular-1.3.2b20250723}/src/autogluon.tabular.egg-info/zip-safe +0 -0
|
@@ -8,7 +8,9 @@ import platform
|
|
|
8
8
|
from setuptools import setup
|
|
9
9
|
|
|
10
10
|
filepath = os.path.abspath(os.path.dirname(__file__))
|
|
11
|
-
filepath_import = os.path.join(
|
|
11
|
+
filepath_import = os.path.join(
|
|
12
|
+
filepath, "..", "core", "src", "autogluon", "core", "_setup_utils.py"
|
|
13
|
+
)
|
|
12
14
|
spec = importlib.util.spec_from_file_location("ag_min_dependencies", filepath_import)
|
|
13
15
|
ag = importlib.util.module_from_spec(spec)
|
|
14
16
|
# Identical to `from autogluon.core import _setup_utils as ag`, but works without `autogluon.core` being installed.
|
|
@@ -50,6 +52,7 @@ extras_require = {
|
|
|
50
52
|
"spacy<3.9",
|
|
51
53
|
"torch", # version range defined in `core/_setup_utils.py`
|
|
52
54
|
"fastai>=2.3.1,<2.9", # <{N+1} upper cap, where N is the latest released minor version
|
|
55
|
+
"blis>=0.7.0,<1.2.1;platform_system=='Windows' and python_version=='3.9'", # blis not publishing Python 3.9 wheels for Windows, TODO: remove this after dropping Python 3.9 support
|
|
53
56
|
],
|
|
54
57
|
"tabm": [
|
|
55
58
|
"torch", # version range defined in `core/_setup_utils.py`
|
|
@@ -109,7 +112,16 @@ else:
|
|
|
109
112
|
# TODO: v1.0: Rename `all` to `core`, make `all` contain everything.
|
|
110
113
|
all_requires = []
|
|
111
114
|
# TODO: Consider adding 'skex' to 'all'
|
|
112
|
-
for extra_package in [
|
|
115
|
+
for extra_package in [
|
|
116
|
+
"lightgbm",
|
|
117
|
+
"catboost",
|
|
118
|
+
"xgboost",
|
|
119
|
+
"fastai",
|
|
120
|
+
"tabm",
|
|
121
|
+
"tabpfnmix",
|
|
122
|
+
"realmlp",
|
|
123
|
+
"ray",
|
|
124
|
+
]:
|
|
113
125
|
all_requires += extras_require[extra_package]
|
|
114
126
|
all_requires = list(set(all_requires))
|
|
115
127
|
extras_require["all"] = all_requires
|
|
@@ -120,7 +132,10 @@ for test_package in ["tabpfn", "imodels", "skl2onnx", "tabicl", "mitra"]:
|
|
|
120
132
|
test_requires += extras_require[test_package]
|
|
121
133
|
extras_require["tests"] = test_requires
|
|
122
134
|
install_requires = ag.get_dependency_version_ranges(install_requires)
|
|
123
|
-
extras_require = {
|
|
135
|
+
extras_require = {
|
|
136
|
+
key: ag.get_dependency_version_ranges(value)
|
|
137
|
+
for key, value in extras_require.items()
|
|
138
|
+
}
|
|
124
139
|
|
|
125
140
|
if __name__ == "__main__":
|
|
126
141
|
ag.create_version_file(version=version, submodule=submodule)
|
|
@@ -37,9 +37,6 @@ class MitraModel(AbstractModel):
|
|
|
37
37
|
if ResourceManager.get_gpu_count_torch(cuda_only=True) > 0:
|
|
38
38
|
logger.info("Using CUDA GPU")
|
|
39
39
|
return "cuda"
|
|
40
|
-
elif hasattr(torch.backends, "mps") and torch.backends.mps.is_available():
|
|
41
|
-
logger.info("Using MPS GPU")
|
|
42
|
-
return "mps" # Apple silicon
|
|
43
40
|
else:
|
|
44
41
|
return "cpu"
|
|
45
42
|
|
|
@@ -12,6 +12,7 @@ from ._internal.config.enums import ModelName
|
|
|
12
12
|
from ._internal.core.trainer_finetune import TrainerFinetune
|
|
13
13
|
from ._internal.data.dataset_split import make_stratified_dataset_split
|
|
14
14
|
from ._internal.models.tab2d import Tab2D
|
|
15
|
+
from ._internal.utils.set_seed import set_seed
|
|
15
16
|
|
|
16
17
|
# Hyperparameter search space
|
|
17
18
|
DEFAULT_FINE_TUNE = True # [True, False]
|
|
@@ -114,6 +115,7 @@ class MitraBase(BaseEstimator):
|
|
|
114
115
|
self.train_time = 0
|
|
115
116
|
self.seed = seed
|
|
116
117
|
|
|
118
|
+
set_seed(self.seed)
|
|
117
119
|
|
|
118
120
|
def _create_config(self, task, dim_output, time_limit=None):
|
|
119
121
|
cfg = ConfigRun(
|
|
@@ -3,22 +3,25 @@ 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.3.
|
|
7
|
-
autogluon.features==1.3.
|
|
6
|
+
autogluon.core==1.3.2b20250723
|
|
7
|
+
autogluon.features==1.3.2b20250723
|
|
8
8
|
|
|
9
9
|
[all]
|
|
10
|
-
|
|
10
|
+
spacy<3.9
|
|
11
|
+
autogluon.core[all]==1.3.2b20250723
|
|
11
12
|
torch<2.8,>=2.2
|
|
12
|
-
|
|
13
|
+
pytabkit<1.6,>=1.5
|
|
13
14
|
catboost<1.3,>=1.2
|
|
15
|
+
fastai<2.9,>=2.3.1
|
|
16
|
+
huggingface_hub[torch]
|
|
14
17
|
einops<0.9,>=0.7
|
|
15
18
|
numpy<2.3.0,>=1.25
|
|
16
|
-
spacy<3.9
|
|
17
|
-
fastai<2.9,>=2.3.1
|
|
18
|
-
pytabkit<1.6,>=1.5
|
|
19
19
|
lightgbm<4.7,>=4.0
|
|
20
20
|
xgboost<3.1,>=2.0
|
|
21
21
|
|
|
22
|
+
[all:platform_system == "Windows" and python_version == "3.9"]
|
|
23
|
+
blis<1.2.1,>=0.7.0
|
|
24
|
+
|
|
22
25
|
[catboost]
|
|
23
26
|
numpy<2.3.0,>=1.25
|
|
24
27
|
catboost<1.3,>=1.2
|
|
@@ -28,6 +31,9 @@ spacy<3.9
|
|
|
28
31
|
torch<2.8,>=2.2
|
|
29
32
|
fastai<2.9,>=2.3.1
|
|
30
33
|
|
|
34
|
+
[fastai:platform_system == "Windows" and python_version == "3.9"]
|
|
35
|
+
blis<1.2.1,>=0.7.0
|
|
36
|
+
|
|
31
37
|
[imodels]
|
|
32
38
|
imodels<2.1.0,>=1.3.10
|
|
33
39
|
|
|
@@ -41,7 +47,7 @@ omegaconf
|
|
|
41
47
|
transformers
|
|
42
48
|
|
|
43
49
|
[ray]
|
|
44
|
-
autogluon.core[all]==1.3.
|
|
50
|
+
autogluon.core[all]==1.3.2b20250723
|
|
45
51
|
|
|
46
52
|
[realmlp]
|
|
47
53
|
pytabkit<1.6,>=1.5
|
|
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
|