autogluon.tabular 1.2.1b20250218__tar.gz → 1.2.1b20250220__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.1b20250218 → autogluon.tabular-1.2.1b20250220}/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/predictor/predictor.py +75 -2
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/version.py +1 -1
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon.tabular.egg-info/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon.tabular.egg-info/SOURCES.txt +0 -1
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon.tabular.egg-info/requires.txt +10 -10
- autogluon.tabular-1.2.1b20250218/src/autogluon/tabular/predictor/_deprecated_methods.py +0 -65
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/setup.cfg +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/setup.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/configs/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/configs/config_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/configs/feature_generator_presets.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/configs/hyperparameter_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/configs/presets_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/configs/zeroshot/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2023.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/experimental/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/experimental/_scikit_mixin.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/experimental/_tabular_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/experimental/_tabular_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/learner/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/learner/abstract_learner.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/learner/default_learner.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/_utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/_utils/rapids_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/_utils/torch_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/automm/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/automm/automm_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/automm/ft_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/catboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/catboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/catboost/catboost_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/catboost/catboost_softclass_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/catboost/catboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/catboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/catboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/catboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fastainn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fastainn/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fastainn/fastai_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fastainn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fastainn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fastainn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fastainn/imports_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fastainn/quantile_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fastainn/tabular_nn_fastai.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fasttext/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fasttext/fasttext_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fasttext/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/fasttext/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/image_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/image_prediction/image_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/imodels/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/imodels/imodels_models.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/knn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/knn/_knn_loo_variants.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/knn/knn_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/knn/knn_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/knn/knn_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lgb/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lgb/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lgb/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lgb/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lgb/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lgb/lgb_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lgb/lgb_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lr/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lr/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lr/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lr/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lr/lr_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lr/lr_preprocessing_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/lr/lr_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/rf/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/rf/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/rf/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/rf/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/rf/rf_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/rf/rf_quantile.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/rf/rf_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/modified_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/pretexts.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/tab_model_base.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/tab_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/tab_transformer_encoder.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/tab_transformer_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tab_transformer/utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfn/tabpfn_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/collator.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/dataset_split.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/enums.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/core/y_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/embedding.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/foundation_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/results/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/results/prediction_metrics.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabpfnmix/tabpfnmix_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/torch/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/torch/tabular_nn_torch.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/torch/tabular_torch_dataset.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/torch/torch_network_modules.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/utils/categorical_encoders.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/utils/data_preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/tabular_nn/utils/nn_architecture_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/text_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/text_prediction/text_prediction_v1_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/vowpalwabbit/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/xgboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/xgboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/xgboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/xgboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/xgboost/xgboost_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/xgboost/xgboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/xt/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/models/xt/xt_model.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/predictor/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/predictor/interpretable_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/trainer/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/trainer/abstract_trainer.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/trainer/auto_trainer.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/trainer/model_presets/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/trainer/model_presets/presets.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/trainer/model_presets/presets_distill.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/tuning/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon/tabular/tuning/feature_pruner.py +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon.tabular.egg-info/dependency_links.txt +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon.tabular.egg-info/namespace_packages.txt +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon.tabular.egg-info/top_level.txt +0 -0
- {autogluon.tabular-1.2.1b20250218 → autogluon.tabular-1.2.1b20250220}/src/autogluon.tabular.egg-info/zip-safe +0 -0
@@ -57,7 +57,6 @@ from ..learner import AbstractTabularLearner, DefaultLearner
|
|
57
57
|
from ..trainer.abstract_trainer import AbstractTabularTrainer
|
58
58
|
from ..trainer.model_presets.presets import MODEL_TYPES
|
59
59
|
from ..version import __version__
|
60
|
-
from ._deprecated_methods import TabularPredictorDeprecatedMixin
|
61
60
|
|
62
61
|
logger = logging.getLogger(__name__) # return autogluon root logger
|
63
62
|
|
@@ -68,7 +67,7 @@ logger = logging.getLogger(__name__) # return autogluon root logger
|
|
68
67
|
# TODO: consider adding kwarg option for data which has already been preprocessed by feature generator to skip feature generation.
|
69
68
|
# TODO: Resolve raw text feature usage in default feature generator
|
70
69
|
# TODO: num_bag_sets -> ag_args
|
71
|
-
class TabularPredictor
|
70
|
+
class TabularPredictor:
|
72
71
|
"""
|
73
72
|
AutoGluon TabularPredictor predicts values in a column of a tabular dataset (classification or regression).
|
74
73
|
|
@@ -3793,6 +3792,80 @@ class TabularPredictor(TabularPredictorDeprecatedMixin):
|
|
3793
3792
|
self._assert_is_fit("info")
|
3794
3793
|
return self._learner.get_info(include_model_info=True, include_model_failures=True)
|
3795
3794
|
|
3795
|
+
def model_info(self, model: str) -> dict:
|
3796
|
+
"""
|
3797
|
+
Returns metadata information about the given model.
|
3798
|
+
Equivalent output to `predictor.info()["model_info"][model]`
|
3799
|
+
|
3800
|
+
Parameters
|
3801
|
+
----------
|
3802
|
+
model: str
|
3803
|
+
The name of the model to get info for.
|
3804
|
+
|
3805
|
+
Returns
|
3806
|
+
-------
|
3807
|
+
model_info: dict
|
3808
|
+
Model info dictionary
|
3809
|
+
|
3810
|
+
"""
|
3811
|
+
return self._trainer.get_model_info(model=model)
|
3812
|
+
|
3813
|
+
# TODO: Add entire `hyperparameters` dict method for multiple models (including stack ensemble)
|
3814
|
+
# TODO: Add unit test
|
3815
|
+
def model_hyperparameters(
|
3816
|
+
self,
|
3817
|
+
model: str,
|
3818
|
+
include_ag_args_ensemble: bool = True,
|
3819
|
+
output_format: Literal["user", "all"] = "user",
|
3820
|
+
) -> dict:
|
3821
|
+
"""
|
3822
|
+
Returns the hyperparameters of a given model.
|
3823
|
+
|
3824
|
+
Parameters
|
3825
|
+
----------
|
3826
|
+
model: str
|
3827
|
+
The name of the model to get hyperparameters for.
|
3828
|
+
include_ag_args_ensemble: bool, default True
|
3829
|
+
If True, includes the ag_args_ensemble parameters if they exist (for example, when bagging is enabled).
|
3830
|
+
output_format: {"user", "all"}, default "user"
|
3831
|
+
If "user", returns the same hyperparameters specified by the user (only non-defaults).
|
3832
|
+
If "all", returns all hyperparameters used by the model (including default hyperparameters not specified by the user)
|
3833
|
+
Regardless of the output_format, they both are functionally equivalent if passed to AutoGluon.
|
3834
|
+
|
3835
|
+
Returns
|
3836
|
+
-------
|
3837
|
+
model_hyperparameters: dict
|
3838
|
+
Dictionary of model hyperparameters.
|
3839
|
+
Equivalent to the model_hyperparameters specified by the user for this model in:
|
3840
|
+
`predictor.fit(..., hyperparameters={..., model_key: [..., model_hyperparameters]})`
|
3841
|
+
|
3842
|
+
"""
|
3843
|
+
# TODO: Move logic into trainer?
|
3844
|
+
info_model = self.model_info(model=model)
|
3845
|
+
if output_format == "user":
|
3846
|
+
if "bagged_info" in info_model:
|
3847
|
+
hyperparameters = info_model["bagged_info"]["child_hyperparameters_user"].copy()
|
3848
|
+
if include_ag_args_ensemble and info_model["hyperparameters_user"]:
|
3849
|
+
hyperparameters["ag_args_ensemble"] = info_model["hyperparameters_user"]
|
3850
|
+
else:
|
3851
|
+
hyperparameters = info_model["hyperparameters_user"]
|
3852
|
+
elif output_format == "all":
|
3853
|
+
if "bagged_info" in info_model:
|
3854
|
+
hyperparameters = info_model["bagged_info"]["child_hyperparameters"].copy()
|
3855
|
+
if info_model["bagged_info"]["child_ag_args_fit"]:
|
3856
|
+
hyperparameters["ag_args_fit"] = info_model["bagged_info"]["child_ag_args_fit"]
|
3857
|
+
if include_ag_args_ensemble:
|
3858
|
+
bag_hyperparameters = info_model["hyperparameters"].copy()
|
3859
|
+
if info_model["ag_args_fit"]:
|
3860
|
+
bag_hyperparameters["ag_args_fit"] = info_model["ag_args_fit"]
|
3861
|
+
if bag_hyperparameters:
|
3862
|
+
hyperparameters["ag_args_ensemble"] = bag_hyperparameters
|
3863
|
+
else:
|
3864
|
+
hyperparameters = info_model["hyperparameters"]
|
3865
|
+
else:
|
3866
|
+
raise ValueError(f"output_format={output_format} is unknown!")
|
3867
|
+
return hyperparameters
|
3868
|
+
|
3796
3869
|
# TODO: Add data argument
|
3797
3870
|
# TODO: Add option to disable OOF generation of newly fitted models
|
3798
3871
|
# TODO: Move code logic to learner/trainer
|
@@ -151,7 +151,6 @@ src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py
|
|
151
151
|
src/autogluon/tabular/models/xt/__init__.py
|
152
152
|
src/autogluon/tabular/models/xt/xt_model.py
|
153
153
|
src/autogluon/tabular/predictor/__init__.py
|
154
|
-
src/autogluon/tabular/predictor/_deprecated_methods.py
|
155
154
|
src/autogluon/tabular/predictor/interpretable_predictor.py
|
156
155
|
src/autogluon/tabular/predictor/predictor.py
|
157
156
|
src/autogluon/tabular/trainer/__init__.py
|
@@ -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.1b20250220
|
7
|
+
autogluon.features==1.2.1b20250220
|
8
8
|
|
9
9
|
[all]
|
10
|
-
|
11
|
-
|
10
|
+
catboost<1.3,>=1.2
|
11
|
+
fastai<2.8,>=2.3.1
|
12
|
+
autogluon.core[all]==1.2.1b20250220
|
12
13
|
lightgbm<4.6,>=4.0
|
13
|
-
|
14
|
-
autogluon.core[all]==1.2.1b20250218
|
14
|
+
huggingface_hub[torch]
|
15
15
|
numpy<2.0.0,>=1.25
|
16
|
-
|
17
|
-
catboost<1.3,>=1.2
|
16
|
+
xgboost<2.2,>=1.6
|
18
17
|
torch<2.6,>=2.2
|
19
|
-
|
18
|
+
einops<0.9,>=0.7
|
19
|
+
spacy<3.8
|
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.1b20250220
|
38
38
|
|
39
39
|
[skex]
|
40
40
|
scikit-learn-intelex<2025.1,>=2024.0
|
@@ -1,65 +0,0 @@
|
|
1
|
-
from __future__ import annotations
|
2
|
-
|
3
|
-
import numpy as np
|
4
|
-
import pandas as pd
|
5
|
-
|
6
|
-
from autogluon.common.utils import Deprecated
|
7
|
-
|
8
|
-
|
9
|
-
class TabularPredictorDeprecatedMixin:
|
10
|
-
"""Contains deprecated methods from TabularPredictor that shouldn't show up in API documentation."""
|
11
|
-
|
12
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="persist")
|
13
|
-
def persist_models(self, *args, **kwargs) -> list[str]:
|
14
|
-
"""Deprecated method. Use `persist` instead."""
|
15
|
-
return self.persist(*args, **kwargs)
|
16
|
-
|
17
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="unpersist")
|
18
|
-
def unpersist_models(self, *args, **kwargs) -> list[str]:
|
19
|
-
"""Deprecated method. Use `unpersist` instead."""
|
20
|
-
return self.unpersist(*args, **kwargs)
|
21
|
-
|
22
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="model_names")
|
23
|
-
def get_model_names(self, *args, **kwargs) -> list[str]:
|
24
|
-
"""Deprecated method. Use `model_names` instead."""
|
25
|
-
return self.model_names(*args, **kwargs)
|
26
|
-
|
27
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="model_best")
|
28
|
-
def get_model_best(self) -> str:
|
29
|
-
"""Deprecated method. Use `model_best` instead."""
|
30
|
-
return self.model_best
|
31
|
-
|
32
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="predict_from_proba")
|
33
|
-
def get_pred_from_proba(self, *args, **kwargs) -> pd.Series | np.array:
|
34
|
-
"""Deprecated method. Use `predict_from_proba` instead."""
|
35
|
-
return self.predict_from_proba(*args, **kwargs)
|
36
|
-
|
37
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="model_refit_map")
|
38
|
-
def get_model_full_dict(self, *args, **kwargs) -> dict[str, str]:
|
39
|
-
"""Deprecated method. Use `model_refit_map` instead."""
|
40
|
-
return self.model_refit_map(*args, **kwargs)
|
41
|
-
|
42
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="predict_proba_oof")
|
43
|
-
def get_oof_pred_proba(self, *args, **kwargs) -> pd.DataFrame | pd.Series:
|
44
|
-
"""Deprecated method. Use `predict_proba_oof` instead."""
|
45
|
-
return self.predict_proba_oof(*args, **kwargs)
|
46
|
-
|
47
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="predict_oof")
|
48
|
-
def get_oof_pred(self, *args, **kwargs) -> pd.Series:
|
49
|
-
"""Deprecated method. Use `predict_oof` instead."""
|
50
|
-
return self.predict_oof(*args, **kwargs)
|
51
|
-
|
52
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="disk_usage_per_file")
|
53
|
-
def get_size_disk_per_file(self, *args, **kwargs) -> pd.Series:
|
54
|
-
"""Deprecated method. Use `disk_usage_per_file` instead."""
|
55
|
-
return self.disk_usage_per_file(*args, **kwargs)
|
56
|
-
|
57
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="disk_usage")
|
58
|
-
def get_size_disk(self) -> int:
|
59
|
-
"""Deprecated method. Use `disk_usage` instead."""
|
60
|
-
return self.disk_usage()
|
61
|
-
|
62
|
-
@Deprecated(min_version_to_warn="0.8.3", min_version_to_error="1.2", version_to_remove="1.2", new="model_names(persisted=True)")
|
63
|
-
def get_model_names_persisted(self) -> list[str]:
|
64
|
-
"""Deprecated method. Use `model_names(persisted=True)` instead."""
|
65
|
-
return self.model_names(persisted=True)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|