autogluon.tabular 1.2.1b20250113__tar.gz → 1.2.1b20250115__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.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/setup.py +2 -1
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/torch/tabular_nn_torch.py +43 -31
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/predictor/predictor.py +12 -3
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/version.py +1 -1
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon.tabular.egg-info/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon.tabular.egg-info/requires.txt +11 -11
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/setup.cfg +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/configs/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/configs/config_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/configs/feature_generator_presets.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/configs/hyperparameter_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/configs/presets_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/configs/zeroshot/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2023.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/experimental/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/experimental/_scikit_mixin.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/experimental/_tabular_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/experimental/_tabular_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/learner/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/learner/abstract_learner.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/learner/default_learner.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/_utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/_utils/rapids_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/_utils/torch_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/automm/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/automm/automm_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/automm/ft_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/catboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/catboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/catboost/catboost_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/catboost/catboost_softclass_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/catboost/catboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/catboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/catboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/catboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fastainn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fastainn/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fastainn/fastai_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fastainn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fastainn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fastainn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fastainn/imports_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fastainn/quantile_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fastainn/tabular_nn_fastai.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fasttext/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fasttext/fasttext_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fasttext/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/fasttext/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/image_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/image_prediction/image_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/imodels/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/imodels/imodels_models.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/knn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/knn/_knn_loo_variants.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/knn/knn_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/knn/knn_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/knn/knn_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lgb/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lgb/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lgb/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lgb/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lgb/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lgb/lgb_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lgb/lgb_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lr/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lr/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lr/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lr/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lr/lr_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lr/lr_preprocessing_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/lr/lr_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/rf/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/rf/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/rf/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/rf/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/rf/rf_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/rf/rf_quantile.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/rf/rf_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/modified_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/pretexts.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/tab_model_base.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/tab_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/tab_transformer_encoder.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/tab_transformer_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tab_transformer/utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfn/tabpfn_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/collator.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/dataset_split.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/enums.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/core/y_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/embedding.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/foundation_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/results/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/results/prediction_metrics.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabpfnmix/tabpfnmix_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/torch/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/torch/tabular_torch_dataset.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/torch/torch_network_modules.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/utils/categorical_encoders.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/utils/data_preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/tabular_nn/utils/nn_architecture_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/text_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/text_prediction/text_prediction_v1_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/vowpalwabbit/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/xgboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/xgboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/xgboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/xgboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/xgboost/xgboost_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/xgboost/xgboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/xt/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/models/xt/xt_model.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/predictor/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/predictor/_deprecated_methods.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/predictor/interpretable_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/trainer/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/trainer/auto_trainer.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/trainer/model_presets/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/trainer/model_presets/presets.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/trainer/model_presets/presets_distill.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/tuning/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon/tabular/tuning/feature_pruner.py +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon.tabular.egg-info/SOURCES.txt +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon.tabular.egg-info/dependency_links.txt +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon.tabular.egg-info/namespace_packages.txt +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon.tabular.egg-info/top_level.txt +0 -0
- {autogluon.tabular-1.2.1b20250113 → autogluon.tabular-1.2.1b20250115}/src/autogluon.tabular.egg-info/zip-safe +0 -0
|
@@ -52,7 +52,8 @@ extras_require = {
|
|
|
52
52
|
"fastai>=2.3.1,<2.8", # <{N+1} upper cap, where N is the latest released minor version
|
|
53
53
|
],
|
|
54
54
|
"tabpfn": [
|
|
55
|
-
|
|
55
|
+
# versions below 0.1.11 are broken
|
|
56
|
+
"tabpfn>=0.1.11,<0.2", # <{N+1} upper cap, where N is the latest released minor version
|
|
56
57
|
],
|
|
57
58
|
"tabpfnmix": [
|
|
58
59
|
"torch", # version range defined in `core/_setup_utils.py`
|
|
@@ -156,12 +156,26 @@ class TabularNeuralNetTorchModel(AbstractNeuralNetworkModel):
|
|
|
156
156
|
|
|
157
157
|
return processor_kwargs, optimizer_kwargs, fit_kwargs, loss_kwargs, params
|
|
158
158
|
|
|
159
|
-
def _fit(
|
|
159
|
+
def _fit(
|
|
160
|
+
self,
|
|
161
|
+
X: pd.DataFrame,
|
|
162
|
+
y: pd.Series,
|
|
163
|
+
X_val: pd.DataFrame = None,
|
|
164
|
+
y_val: pd.Series = None,
|
|
165
|
+
X_test: pd.DataFrame = None,
|
|
166
|
+
y_test: pd.Series = None,
|
|
167
|
+
time_limit: float = None,
|
|
168
|
+
sample_weight=None,
|
|
169
|
+
num_cpus: int = 1,
|
|
170
|
+
num_gpus: float = 0,
|
|
171
|
+
reporter=None,
|
|
172
|
+
verbosity: int = 2,
|
|
173
|
+
**kwargs,
|
|
174
|
+
):
|
|
160
175
|
try_import_torch()
|
|
161
176
|
import torch
|
|
162
177
|
|
|
163
178
|
torch.set_num_threads(num_cpus)
|
|
164
|
-
from .tabular_torch_dataset import TabularTorchDataset
|
|
165
179
|
|
|
166
180
|
start_time = time.time()
|
|
167
181
|
|
|
@@ -188,19 +202,20 @@ class TabularNeuralNetTorchModel(AbstractNeuralNetworkModel):
|
|
|
188
202
|
self.num_dataloading_workers = 0 # TODO: verify 0 is typically faster and uses less memory than 1 in pytorch
|
|
189
203
|
self.num_dataloading_workers = 0 # TODO: >0 crashes on MacOS
|
|
190
204
|
self.max_batch_size = params.pop("max_batch_size", 512)
|
|
191
|
-
batch_size = params.pop("batch_size", None)
|
|
192
|
-
if batch_size is None:
|
|
193
|
-
if isinstance(X, TabularTorchDataset):
|
|
194
|
-
batch_size = min(int(2 ** (3 + np.floor(np.log10(len(X))))), self.max_batch_size)
|
|
195
|
-
else:
|
|
196
|
-
batch_size = min(int(2 ** (3 + np.floor(np.log10(X.shape[0])))), self.max_batch_size)
|
|
197
205
|
|
|
198
|
-
|
|
199
|
-
|
|
206
|
+
train_dataset = self._generate_dataset(X=X, y=y, train_params=processor_kwargs, is_train=True)
|
|
207
|
+
if X_val is not None and y_val is not None:
|
|
208
|
+
val_dataset = self._generate_dataset(X=X_val, y=y_val)
|
|
209
|
+
else:
|
|
210
|
+
val_dataset = None
|
|
211
|
+
if X_test is not None and y_test is not None:
|
|
212
|
+
test_dataset = self._generate_dataset(X=X_test, y=y_test)
|
|
213
|
+
else:
|
|
214
|
+
test_dataset = None
|
|
200
215
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
216
|
+
batch_size = params.pop("batch_size", None)
|
|
217
|
+
if batch_size is None:
|
|
218
|
+
batch_size = min(int(2 ** (3 + np.floor(np.log10(len(X))))), self.max_batch_size, len(X))
|
|
204
219
|
|
|
205
220
|
logger.log(
|
|
206
221
|
15,
|
|
@@ -255,16 +270,16 @@ class TabularNeuralNetTorchModel(AbstractNeuralNetworkModel):
|
|
|
255
270
|
|
|
256
271
|
def _train_net(
|
|
257
272
|
self,
|
|
258
|
-
train_dataset,
|
|
259
|
-
loss_kwargs,
|
|
260
|
-
batch_size,
|
|
261
|
-
num_epochs,
|
|
262
|
-
epochs_wo_improve,
|
|
263
|
-
val_dataset=None,
|
|
264
|
-
test_dataset=None,
|
|
265
|
-
time_limit=None,
|
|
273
|
+
train_dataset: TabularTorchDataset,
|
|
274
|
+
loss_kwargs: dict,
|
|
275
|
+
batch_size: int,
|
|
276
|
+
num_epochs: int,
|
|
277
|
+
epochs_wo_improve: int,
|
|
278
|
+
val_dataset: TabularTorchDataset = None,
|
|
279
|
+
test_dataset: TabularTorchDataset = None,
|
|
280
|
+
time_limit: float = None,
|
|
266
281
|
reporter=None,
|
|
267
|
-
verbosity=2,
|
|
282
|
+
verbosity: int = 2,
|
|
268
283
|
):
|
|
269
284
|
import torch
|
|
270
285
|
|
|
@@ -634,13 +649,13 @@ class TabularNeuralNetTorchModel(AbstractNeuralNetworkModel):
|
|
|
634
649
|
preds_dataset = np.concatenate(preds_dataset, 0)
|
|
635
650
|
return preds_dataset
|
|
636
651
|
|
|
637
|
-
def _generate_dataset(self, X: pd.DataFrame, y: pd.Series, train_params: dict = {}, is_train: bool = False):
|
|
652
|
+
def _generate_dataset(self, X: pd.DataFrame | TabularTorchDataset, y: pd.Series, train_params: dict = {}, is_train: bool = False) -> TabularTorchDataset:
|
|
638
653
|
"""
|
|
639
654
|
Generate TabularTorchDataset from X and y.
|
|
640
655
|
|
|
641
656
|
Params:
|
|
642
657
|
-------
|
|
643
|
-
X: pd.DataFrame
|
|
658
|
+
X: pd.DataFrame | TabularTorchDataset
|
|
644
659
|
The X data.
|
|
645
660
|
y: pd.Series
|
|
646
661
|
The y data.
|
|
@@ -676,14 +691,11 @@ class TabularNeuralNetTorchModel(AbstractNeuralNetworkModel):
|
|
|
676
691
|
use_ngram_features=use_ngram_features,
|
|
677
692
|
)
|
|
678
693
|
else:
|
|
679
|
-
if X
|
|
680
|
-
|
|
681
|
-
dataset = X
|
|
682
|
-
else:
|
|
683
|
-
X = self.preprocess(X)
|
|
684
|
-
dataset = self._process_test_data(df=X, labels=y)
|
|
694
|
+
if isinstance(X, TabularTorchDataset):
|
|
695
|
+
dataset = X
|
|
685
696
|
else:
|
|
686
|
-
|
|
697
|
+
X = self.preprocess(X)
|
|
698
|
+
dataset = self._process_test_data(df=X, labels=y)
|
|
687
699
|
|
|
688
700
|
return dataset
|
|
689
701
|
|
|
@@ -1388,10 +1388,19 @@ class TabularPredictor(TabularPredictorDeprecatedMixin):
|
|
|
1388
1388
|
)
|
|
1389
1389
|
else:
|
|
1390
1390
|
# Holdout is false, use (repeated) cross-validation
|
|
1391
|
-
is_stratified = self.problem_type in [
|
|
1391
|
+
is_stratified = self.problem_type in [BINARY, MULTICLASS]
|
|
1392
|
+
is_binned = self.problem_type in [REGRESSION, QUANTILE]
|
|
1392
1393
|
self._learner._validate_groups(X=X, X_val=X_val) # Validate splits before splitting
|
|
1393
|
-
splits = CVSplitter(
|
|
1394
|
-
|
|
1394
|
+
splits = CVSplitter(
|
|
1395
|
+
n_splits=n_folds,
|
|
1396
|
+
n_repeats=n_repeats,
|
|
1397
|
+
groups=self._learner.groups,
|
|
1398
|
+
stratify=is_stratified,
|
|
1399
|
+
bin=is_binned,
|
|
1400
|
+
random_state=42,
|
|
1401
|
+
).split(
|
|
1402
|
+
X=X.drop(self.label, axis=1),
|
|
1403
|
+
y=X[self.label]
|
|
1395
1404
|
)
|
|
1396
1405
|
n_splits = len(splits)
|
|
1397
1406
|
logger.info(
|
|
@@ -3,20 +3,20 @@ scipy<1.16,>=1.5.4
|
|
|
3
3
|
pandas<2.3.0,>=2.0.0
|
|
4
4
|
scikit-learn<1.5.3,>=1.4.0
|
|
5
5
|
networkx<4,>=3.0
|
|
6
|
-
autogluon.core==1.2.
|
|
7
|
-
autogluon.features==1.2.
|
|
6
|
+
autogluon.core==1.2.1b20250115
|
|
7
|
+
autogluon.features==1.2.1b20250115
|
|
8
8
|
|
|
9
9
|
[all]
|
|
10
|
-
spacy<3.8
|
|
11
|
-
lightgbm<4.6,>=4.0
|
|
12
10
|
torch<2.6,>=2.2
|
|
13
|
-
autogluon.core[all]==1.2.1b20250113
|
|
14
|
-
fastai<2.8,>=2.3.1
|
|
15
|
-
xgboost<2.2,>=1.6
|
|
16
|
-
catboost<1.3,>=1.2
|
|
17
11
|
einops<0.9,>=0.7
|
|
12
|
+
catboost<1.3,>=1.2
|
|
18
13
|
huggingface_hub[torch]
|
|
19
14
|
numpy<2.0.0,>=1.25
|
|
15
|
+
fastai<2.8,>=2.3.1
|
|
16
|
+
spacy<3.8
|
|
17
|
+
autogluon.core[all]==1.2.1b20250115
|
|
18
|
+
xgboost<2.2,>=1.6
|
|
19
|
+
lightgbm<4.6,>=4.0
|
|
20
20
|
|
|
21
21
|
[catboost]
|
|
22
22
|
numpy<2.0.0,>=1.25
|
|
@@ -34,7 +34,7 @@ imodels<1.4.0,>=1.3.10
|
|
|
34
34
|
lightgbm<4.6,>=4.0
|
|
35
35
|
|
|
36
36
|
[ray]
|
|
37
|
-
autogluon.core[all]==1.2.
|
|
37
|
+
autogluon.core[all]==1.2.1b20250115
|
|
38
38
|
|
|
39
39
|
[skex]
|
|
40
40
|
scikit-learn-intelex<2025.1,>=2024.0
|
|
@@ -51,7 +51,7 @@ onnx<1.18.0,>=1.13.0
|
|
|
51
51
|
onnx<1.16.2,>=1.13.0
|
|
52
52
|
|
|
53
53
|
[tabpfn]
|
|
54
|
-
tabpfn<0.2,>=0.1
|
|
54
|
+
tabpfn<0.2,>=0.1.11
|
|
55
55
|
|
|
56
56
|
[tabpfnmix]
|
|
57
57
|
torch<2.6,>=2.2
|
|
@@ -59,7 +59,7 @@ huggingface_hub[torch]
|
|
|
59
59
|
einops<0.9,>=0.7
|
|
60
60
|
|
|
61
61
|
[tests]
|
|
62
|
-
tabpfn<0.2,>=0.1
|
|
62
|
+
tabpfn<0.2,>=0.1.11
|
|
63
63
|
torch<2.6,>=2.2
|
|
64
64
|
huggingface_hub[torch]
|
|
65
65
|
einops<0.9,>=0.7
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|