autogluon.tabular 1.4.0b20250725__tar.gz → 1.4.0b20250726__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.0b20250725 → autogluon.tabular-1.4.0b20250726}/PKG-INFO +1 -1
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2025.py +1 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/mitra_model.py +7 -18
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/version.py +1 -1
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon.tabular.egg-info/PKG-INFO +1 -1
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon.tabular.egg-info/requires.txt +17 -17
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/setup.cfg +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/setup.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/configs/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/configs/config_helper.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/configs/feature_generator_presets.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/configs/hyperparameter_configs.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/configs/presets_configs.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/configs/zeroshot/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2023.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/experimental/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/experimental/_scikit_mixin.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/experimental/_tabular_classifier.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/experimental/_tabular_regressor.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/experimental/plot_leaderboard.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/learner/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/learner/abstract_learner.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/learner/default_learner.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/_utils/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/_utils/rapids_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/_utils/torch_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/automm/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/automm/automm_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/automm/ft_transformer.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/catboost/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/catboost/callbacks.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/catboost/catboost_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/catboost/catboost_softclass_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/catboost/catboost_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/catboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/catboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/catboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fastainn/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fastainn/callbacks.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fastainn/fastai_helpers.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fastainn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fastainn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fastainn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fastainn/imports_helper.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fastainn/quantile_helpers.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fastainn/tabular_nn_fastai.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fasttext/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fasttext/fasttext_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fasttext/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/fasttext/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/image_prediction/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/image_prediction/image_predictor.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/imodels/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/imodels/imodels_models.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/knn/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/knn/_knn_loo_variants.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/knn/knn_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/knn/knn_rapids_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/knn/knn_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lgb/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lgb/callbacks.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lgb/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lgb/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lgb/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lgb/lgb_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lgb/lgb_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lr/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lr/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lr/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lr/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lr/lr_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lr/lr_preprocessing_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/lr/lr_rapids_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/config/config_pretrain.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/config/enums.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/core/prediction_metrics.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/data/collator.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/data/dataset_split.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/models/base.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/models/embedding.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/models/tab2d.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/utils/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/_internal/utils/set_seed.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/mitra/sklearn_interface.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/realmlp/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/realmlp/realmlp_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/rf/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/rf/compilers/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/rf/compilers/native.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/rf/compilers/onnx.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/rf/rf_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/rf/rf_quantile.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/rf/rf_rapids_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabicl/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabicl/tabicl_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabm/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabm/_tabm_internal.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabm/rtdl_num_embeddings.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabm/tabm_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabm/tabm_reference.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/collator.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/dataset_split.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/enums.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/core/y_transformer.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/embedding.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/foundation_transformer.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/results/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/results/prediction_metrics.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_classifier.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_regressor.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnmix/tabpfnmix_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnv2/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnv2/rfpfn/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnv2/rfpfn/configs.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnv2/rfpfn/scoring_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnv2/rfpfn/sklearn_based_decision_tree_tabpfn.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnv2/rfpfn/sklearn_based_random_forest_tabpfn.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnv2/rfpfn/sklearn_compat.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnv2/rfpfn/utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabpfnv2/tabpfnv2_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/compilers/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/compilers/native.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/compilers/onnx.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/torch/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/torch/tabular_nn_torch.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/torch/tabular_torch_dataset.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/torch/torch_network_modules.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/utils/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/utils/categorical_encoders.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/utils/data_preprocessor.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/tabular_nn/utils/nn_architecture_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/text_prediction/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/text_prediction/text_prediction_v1_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/xgboost/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/xgboost/callbacks.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/xgboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/xgboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/xgboost/xgboost_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/xgboost/xgboost_utils.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/xt/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/models/xt/xt_model.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/predictor/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/predictor/interpretable_predictor.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/predictor/predictor.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/registry/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/registry/_ag_model_registry.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/registry/_model_registry.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/testing/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/testing/fit_helper.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/testing/generate_datasets.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/testing/model_fit_helper.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/trainer/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/trainer/abstract_trainer.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/trainer/auto_trainer.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/trainer/model_presets/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/trainer/model_presets/presets.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/trainer/model_presets/presets_distill.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/tuning/__init__.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon/tabular/tuning/feature_pruner.py +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon.tabular.egg-info/SOURCES.txt +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon.tabular.egg-info/dependency_links.txt +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon.tabular.egg-info/namespace_packages.txt +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon.tabular.egg-info/top_level.txt +0 -0
- {autogluon.tabular-1.4.0b20250725 → autogluon.tabular-1.4.0b20250726}/src/autogluon.tabular.egg-info/zip-safe +0 -0
|
@@ -119,6 +119,13 @@ class MitraModel(AbstractModel):
|
|
|
119
119
|
else:
|
|
120
120
|
hyp["device"] = self._get_default_device()
|
|
121
121
|
|
|
122
|
+
if hyp["device"] == "cpu" and hyp.get("fine_tune", True):
|
|
123
|
+
logger.log(
|
|
124
|
+
30,
|
|
125
|
+
f"\tWarning: Attempting to fine-tune Mitra on CPU. This will be very slow. "
|
|
126
|
+
f"We strongly recommend using a GPU instance to fine-tune Mitra."
|
|
127
|
+
)
|
|
128
|
+
|
|
122
129
|
if "state_dict_classification" in hyp:
|
|
123
130
|
state_dict_classification = hyp.pop("state_dict_classification")
|
|
124
131
|
if self.problem_type in ["binary", "multiclass"]:
|
|
@@ -229,24 +236,6 @@ class MitraModel(AbstractModel):
|
|
|
229
236
|
|
|
230
237
|
return num_cpus, num_gpus
|
|
231
238
|
|
|
232
|
-
def get_minimum_resources(self, is_gpu_available: bool = False) -> dict[str, int | float]:
|
|
233
|
-
"""
|
|
234
|
-
Parameters
|
|
235
|
-
----------
|
|
236
|
-
is_gpu_available : bool, default = False
|
|
237
|
-
Whether gpu is available in the system.
|
|
238
|
-
Model that can be trained both on cpu and gpu can decide the minimum resources based on this.
|
|
239
|
-
|
|
240
|
-
Returns a dictionary of minimum resource requirements to fit the model.
|
|
241
|
-
Subclass should consider overriding this method if it requires more resources to train.
|
|
242
|
-
If a resource is not part of the output dictionary, it is considered unnecessary.
|
|
243
|
-
Valid keys: 'num_cpus', 'num_gpus'.
|
|
244
|
-
"""
|
|
245
|
-
return {
|
|
246
|
-
"num_cpus": 1,
|
|
247
|
-
"num_gpus": 0.5,
|
|
248
|
-
}
|
|
249
|
-
|
|
250
239
|
def _estimate_memory_usage(self, X: pd.DataFrame, **kwargs) -> int:
|
|
251
240
|
return self.estimate_memory_usage_static(
|
|
252
241
|
X=X, problem_type=self.problem_type, num_classes=self.num_classes, **kwargs
|
|
@@ -3,23 +3,23 @@ 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.0b20250726
|
|
7
|
+
autogluon.features==1.4.0b20250726
|
|
8
8
|
|
|
9
9
|
[all]
|
|
10
|
+
lightgbm<4.7,>=4.0
|
|
10
11
|
xgboost<3.1,>=2.0
|
|
11
12
|
torch<2.8,>=2.2
|
|
12
|
-
einx
|
|
13
|
-
lightgbm<4.7,>=4.0
|
|
14
|
-
fastai<2.9,>=2.3.1
|
|
15
13
|
loguru
|
|
16
14
|
numpy<2.3.0,>=1.25
|
|
17
|
-
|
|
15
|
+
transformers
|
|
18
16
|
huggingface_hub[torch]
|
|
17
|
+
einx
|
|
18
|
+
fastai<2.9,>=2.3.1
|
|
19
19
|
spacy<3.9
|
|
20
|
-
autogluon.core[all]==1.4.0b20250725
|
|
21
20
|
omegaconf
|
|
22
|
-
|
|
21
|
+
autogluon.core[all]==1.4.0b20250726
|
|
22
|
+
catboost<1.3,>=1.2
|
|
23
23
|
|
|
24
24
|
[all:platform_system == "Windows" and python_version == "3.9"]
|
|
25
25
|
blis<1.2.1,>=0.7.0
|
|
@@ -51,7 +51,7 @@ transformers
|
|
|
51
51
|
huggingface_hub[torch]
|
|
52
52
|
|
|
53
53
|
[ray]
|
|
54
|
-
autogluon.core[all]==1.4.
|
|
54
|
+
autogluon.core[all]==1.4.0b20250726
|
|
55
55
|
|
|
56
56
|
[realmlp]
|
|
57
57
|
pytabkit<1.6,>=1.5
|
|
@@ -71,22 +71,22 @@ onnx<1.18.0,>=1.13.0
|
|
|
71
71
|
onnx<1.16.2,>=1.13.0
|
|
72
72
|
|
|
73
73
|
[tabarena]
|
|
74
|
+
lightgbm<4.7,>=4.0
|
|
74
75
|
xgboost<3.1,>=2.0
|
|
75
76
|
torch<2.8,>=2.2
|
|
76
|
-
lightgbm<4.7,>=4.0
|
|
77
|
-
fastai<2.9,>=2.3.1
|
|
78
77
|
loguru
|
|
79
78
|
numpy<2.3.0,>=1.25
|
|
80
|
-
|
|
79
|
+
transformers
|
|
81
80
|
huggingface_hub[torch]
|
|
81
|
+
tabpfn<2.2,>=2.0.9
|
|
82
|
+
einx
|
|
83
|
+
fastai<2.9,>=2.3.1
|
|
82
84
|
spacy<3.9
|
|
85
|
+
omegaconf
|
|
83
86
|
tabicl<0.2,>=0.1.3
|
|
84
|
-
autogluon.core[all]==1.4.0b20250725
|
|
85
87
|
pytabkit<1.6,>=1.5
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
tabpfn<2.2,>=2.0.9
|
|
89
|
-
einx
|
|
88
|
+
autogluon.core[all]==1.4.0b20250726
|
|
89
|
+
catboost<1.3,>=1.2
|
|
90
90
|
|
|
91
91
|
[tabarena:platform_system == "Windows" and python_version == "3.9"]
|
|
92
92
|
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
|