autogluon.tabular 1.2.1b20250228__tar.gz → 1.2.1b20250302__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.
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/learner/abstract_learner.py +3 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/catboost/catboost_model.py +4 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fastainn/tabular_nn_fastai.py +4 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/knn/knn_model.py +4 -1
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lgb/lgb_model.py +4 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lr/lr_model.py +4 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/rf/rf_model.py +4 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/torch/tabular_nn_torch.py +4 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/xgboost/xgboost_model.py +5 -10
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/xt/xt_model.py +4 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/version.py +1 -1
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon.tabular.egg-info/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon.tabular.egg-info/requires.txt +8 -8
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/setup.cfg +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/setup.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/configs/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/configs/config_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/configs/feature_generator_presets.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/configs/hyperparameter_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/configs/presets_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/configs/zeroshot/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2023.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/experimental/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/experimental/_scikit_mixin.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/experimental/_tabular_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/experimental/_tabular_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/experimental/plot_leaderboard.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/learner/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/learner/default_learner.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/_utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/_utils/rapids_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/_utils/torch_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/automm/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/automm/automm_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/automm/ft_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/catboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/catboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/catboost/catboost_softclass_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/catboost/catboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/catboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/catboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/catboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fastainn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fastainn/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fastainn/fastai_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fastainn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fastainn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fastainn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fastainn/imports_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fastainn/quantile_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fasttext/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fasttext/fasttext_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fasttext/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/fasttext/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/image_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/image_prediction/image_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/imodels/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/imodels/imodels_models.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/knn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/knn/_knn_loo_variants.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/knn/knn_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/knn/knn_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lgb/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lgb/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lgb/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lgb/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lgb/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lgb/lgb_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lr/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lr/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lr/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lr/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lr/lr_preprocessing_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/lr/lr_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/rf/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/rf/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/rf/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/rf/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/rf/rf_quantile.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/rf/rf_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/modified_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/pretexts.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/tab_model_base.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/tab_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/tab_transformer_encoder.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/tab_transformer_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tab_transformer/utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfn/tabpfn_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/collator.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/dataset_split.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/enums.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/core/y_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/embedding.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/foundation_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/results/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/results/prediction_metrics.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabpfnmix/tabpfnmix_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/torch/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/torch/tabular_torch_dataset.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/torch/torch_network_modules.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/utils/categorical_encoders.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/utils/data_preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/tabular_nn/utils/nn_architecture_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/text_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/text_prediction/text_prediction_v1_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/vowpalwabbit/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_model.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/xgboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/xgboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/xgboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/xgboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/xgboost/xgboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/models/xt/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/predictor/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/predictor/interpretable_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/predictor/predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/register/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/register/_ag_model_register.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/register/_model_register.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/trainer/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/trainer/abstract_trainer.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/trainer/auto_trainer.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/trainer/model_presets/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/trainer/model_presets/presets.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/trainer/model_presets/presets_distill.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/tuning/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon/tabular/tuning/feature_pruner.py +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon.tabular.egg-info/SOURCES.txt +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon.tabular.egg-info/dependency_links.txt +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon.tabular.egg-info/namespace_packages.txt +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon.tabular.egg-info/top_level.txt +0 -0
- {autogluon.tabular-1.2.1b20250228 → autogluon.tabular-1.2.1b20250302}/src/autogluon.tabular.egg-info/zip-safe +0 -0
@@ -235,6 +235,9 @@ class AbstractTabularLearner(AbstractLearner):
|
|
235
235
|
y_pred = y_pred.values
|
236
236
|
else:
|
237
237
|
if as_pandas:
|
238
|
+
if len(y_pred) == 0:
|
239
|
+
# avoid exception due to mismatched shape for empty predict
|
240
|
+
y_pred = None
|
238
241
|
y_pred = pd.DataFrame(data=y_pred, columns=self.quantile_levels, index=index)
|
239
242
|
return y_pred
|
240
243
|
|
@@ -344,6 +344,10 @@ class CatBoostModel(AbstractModel):
|
|
344
344
|
num_gpus = 0
|
345
345
|
return num_cpus, num_gpus
|
346
346
|
|
347
|
+
@classmethod
|
348
|
+
def supported_problem_types(cls) -> list[str] | None:
|
349
|
+
return ["binary", "multiclass", "regression", "quantile", "softclass"]
|
350
|
+
|
347
351
|
@classmethod
|
348
352
|
def _class_tags(cls):
|
349
353
|
return {
|
@@ -649,6 +649,10 @@ class NNFastAiTabularModel(AbstractModel):
|
|
649
649
|
minimum_resources["num_gpus"] = 0.5
|
650
650
|
return minimum_resources
|
651
651
|
|
652
|
+
@classmethod
|
653
|
+
def supported_problem_types(cls) -> list[str] | None:
|
654
|
+
return ["binary", "multiclass", "regression", "quantile"]
|
655
|
+
|
652
656
|
@classmethod
|
653
657
|
def _class_tags(cls):
|
654
658
|
return {"can_estimate_memory_usage_static": True}
|
@@ -74,7 +74,6 @@ class KNNModel(AbstractModel):
|
|
74
74
|
default_ag_args = super()._get_default_ag_args()
|
75
75
|
extra_ag_args = {
|
76
76
|
"valid_stacker": False,
|
77
|
-
"problem_types": [BINARY, MULTICLASS, REGRESSION],
|
78
77
|
}
|
79
78
|
default_ag_args.update(extra_ag_args)
|
80
79
|
return default_ag_args
|
@@ -264,6 +263,10 @@ class KNNModel(AbstractModel):
|
|
264
263
|
num_gpus = 0
|
265
264
|
return num_cpus, num_gpus
|
266
265
|
|
266
|
+
@classmethod
|
267
|
+
def supported_problem_types(cls) -> list[str] | None:
|
268
|
+
return ["binary", "multiclass", "regression"]
|
269
|
+
|
267
270
|
@classmethod
|
268
271
|
def _class_tags(cls):
|
269
272
|
return {
|
@@ -528,6 +528,10 @@ class LGBModel(AbstractModel):
|
|
528
528
|
num_gpus = 0
|
529
529
|
return num_cpus, num_gpus
|
530
530
|
|
531
|
+
@classmethod
|
532
|
+
def supported_problem_types(cls) -> list[str] | None:
|
533
|
+
return ["binary", "multiclass", "regression", "quantile", "softclass"]
|
534
|
+
|
531
535
|
@property
|
532
536
|
def _features(self):
|
533
537
|
return self._features_internal_list
|
@@ -317,6 +317,10 @@ class LinearModel(AbstractModel):
|
|
317
317
|
) -> int:
|
318
318
|
return 4 * get_approximate_df_mem_usage(X).sum()
|
319
319
|
|
320
|
+
@classmethod
|
321
|
+
def supported_problem_types(cls) -> list[str] | None:
|
322
|
+
return ["binary", "multiclass", "regression"]
|
323
|
+
|
320
324
|
@classmethod
|
321
325
|
def _class_tags(cls):
|
322
326
|
return {"can_estimate_memory_usage_static": True}
|
@@ -381,6 +381,10 @@ class RFModel(AbstractModel):
|
|
381
381
|
default_ag_args_ensemble.update(extra_ag_args_ensemble)
|
382
382
|
return default_ag_args_ensemble
|
383
383
|
|
384
|
+
@classmethod
|
385
|
+
def supported_problem_types(cls) -> list[str] | None:
|
386
|
+
return ["binary", "multiclass", "regression", "quantile", "softclass"]
|
387
|
+
|
384
388
|
@classmethod
|
385
389
|
def _class_tags(cls):
|
386
390
|
return {"can_estimate_memory_usage_static": True}
|
@@ -946,6 +946,10 @@ class TabularNeuralNetTorchModel(AbstractNeuralNetworkModel):
|
|
946
946
|
)
|
947
947
|
self.processor = self._compiler.compile(model=(self.processor, self.model), path=self.path, input_types=input_types)
|
948
948
|
|
949
|
+
@classmethod
|
950
|
+
def supported_problem_types(cls) -> list[str] | None:
|
951
|
+
return ["binary", "multiclass", "regression", "quantile", "softclass"]
|
952
|
+
|
949
953
|
@classmethod
|
950
954
|
def _class_tags(cls):
|
951
955
|
return {
|
@@ -10,7 +10,7 @@ from autogluon.common.utils.lite import disable_if_lite_mode
|
|
10
10
|
from autogluon.common.utils.pandas_utils import get_approximate_df_mem_usage
|
11
11
|
from autogluon.common.utils.resource_utils import ResourceManager
|
12
12
|
from autogluon.common.utils.try_import import try_import_xgboost
|
13
|
-
from autogluon.core.constants import
|
13
|
+
from autogluon.core.constants import MULTICLASS, PROBLEM_TYPES_CLASSIFICATION, REGRESSION, SOFTCLASS
|
14
14
|
from autogluon.core.models import AbstractModel
|
15
15
|
from autogluon.core.models._utils import get_early_stopping_rounds
|
16
16
|
|
@@ -45,15 +45,6 @@ class XGBoostModel(AbstractModel):
|
|
45
45
|
def _get_default_searchspace(self):
|
46
46
|
return get_default_searchspace(problem_type=self.problem_type, num_classes=self.num_classes)
|
47
47
|
|
48
|
-
@classmethod
|
49
|
-
def _get_default_ag_args(cls) -> dict:
|
50
|
-
default_ag_args = super()._get_default_ag_args()
|
51
|
-
extra_ag_args = {
|
52
|
-
"problem_types": [BINARY, MULTICLASS, REGRESSION, SOFTCLASS],
|
53
|
-
}
|
54
|
-
default_ag_args.update(extra_ag_args)
|
55
|
-
return default_ag_args
|
56
|
-
|
57
48
|
def _get_default_auxiliary_params(self) -> dict:
|
58
49
|
default_auxiliary_params = super()._get_default_auxiliary_params()
|
59
50
|
extra_auxiliary_params = dict(
|
@@ -325,6 +316,10 @@ class XGBoostModel(AbstractModel):
|
|
325
316
|
model._xgb_model_type = None
|
326
317
|
return model
|
327
318
|
|
319
|
+
@classmethod
|
320
|
+
def supported_problem_types(cls) -> list[str] | None:
|
321
|
+
return ["binary", "multiclass", "regression", "softclass"]
|
322
|
+
|
328
323
|
@classmethod
|
329
324
|
def _class_tags(cls):
|
330
325
|
return {
|
@@ -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.1b20250302
|
7
|
+
autogluon.features==1.2.1b20250302
|
8
8
|
|
9
9
|
[all]
|
10
|
+
lightgbm<4.6,>=4.0
|
10
11
|
huggingface_hub[torch]
|
11
|
-
|
12
|
+
spacy<3.8
|
12
13
|
fastai<2.8,>=2.3.1
|
13
14
|
einops<0.9,>=0.7
|
14
|
-
autogluon.core[all]==1.2.
|
15
|
-
numpy<2.0.0,>=1.25
|
15
|
+
autogluon.core[all]==1.2.1b20250302
|
16
16
|
xgboost<2.2,>=1.6
|
17
17
|
catboost<1.3,>=1.2
|
18
|
-
|
19
|
-
|
18
|
+
numpy<2.0.0,>=1.25
|
19
|
+
torch<2.6,>=2.2
|
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.1b20250302
|
38
38
|
|
39
39
|
[skex]
|
40
40
|
scikit-learn-intelex<2025.1,>=2024.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
|