autogluon.tabular 1.2.1b20250306__tar.gz → 1.2.1b20250308__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.1b20250306 → autogluon.tabular-1.2.1b20250308}/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/setup.py +7 -8
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/trainer/abstract_trainer.py +3 -2
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/version.py +1 -1
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon.tabular.egg-info/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon.tabular.egg-info/requires.txt +10 -10
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/setup.cfg +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/configs/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/configs/config_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/configs/feature_generator_presets.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/configs/hyperparameter_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/configs/presets_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/configs/zeroshot/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2023.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/experimental/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/experimental/_scikit_mixin.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/experimental/_tabular_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/experimental/_tabular_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/experimental/plot_leaderboard.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/learner/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/learner/abstract_learner.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/learner/default_learner.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/_utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/_utils/rapids_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/_utils/torch_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/automm/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/automm/automm_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/automm/ft_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/catboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/catboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/catboost/catboost_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/catboost/catboost_softclass_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/catboost/catboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/catboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/catboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/catboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fastainn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fastainn/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fastainn/fastai_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fastainn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fastainn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fastainn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fastainn/imports_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fastainn/quantile_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fastainn/tabular_nn_fastai.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fasttext/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fasttext/fasttext_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fasttext/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/fasttext/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/image_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/image_prediction/image_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/imodels/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/imodels/imodels_models.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/knn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/knn/_knn_loo_variants.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/knn/knn_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/knn/knn_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/knn/knn_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lgb/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lgb/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lgb/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lgb/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lgb/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lgb/lgb_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lgb/lgb_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lr/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lr/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lr/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lr/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lr/lr_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lr/lr_preprocessing_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/lr/lr_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/rf/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/rf/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/rf/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/rf/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/rf/rf_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/rf/rf_quantile.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/rf/rf_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/modified_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/pretexts.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/tab_model_base.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/tab_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/tab_transformer_encoder.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/tab_transformer_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tab_transformer/utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfn/tabpfn_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/collator.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/dataset_split.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/enums.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/core/y_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/embedding.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/foundation_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/results/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/results/prediction_metrics.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabpfnmix/tabpfnmix_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/torch/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/torch/tabular_nn_torch.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/torch/tabular_torch_dataset.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/torch/torch_network_modules.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/utils/categorical_encoders.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/utils/data_preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/tabular_nn/utils/nn_architecture_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/text_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/text_prediction/text_prediction_v1_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/vowpalwabbit/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/vowpalwabbit/vowpalwabbit_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/xgboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/xgboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/xgboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/xgboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/xgboost/xgboost_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/xgboost/xgboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/xt/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/models/xt/xt_model.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/predictor/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/predictor/interpretable_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/predictor/predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/register/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/register/_ag_model_register.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/register/_model_register.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/testing/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/testing/fit_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/testing/generate_datasets.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/testing/model_fit_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/trainer/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/trainer/auto_trainer.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/trainer/model_presets/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/trainer/model_presets/presets.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/trainer/model_presets/presets_distill.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/tuning/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon/tabular/tuning/feature_pruner.py +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon.tabular.egg-info/SOURCES.txt +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon.tabular.egg-info/dependency_links.txt +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon.tabular.egg-info/namespace_packages.txt +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon.tabular.egg-info/top_level.txt +0 -0
- {autogluon.tabular-1.2.1b20250306 → autogluon.tabular-1.2.1b20250308}/src/autogluon.tabular.egg-info/zip-safe +0 -0
@@ -34,7 +34,7 @@ install_requires = [
|
|
34
34
|
|
35
35
|
extras_require = {
|
36
36
|
"lightgbm": [
|
37
|
-
"lightgbm>=4.0,<4.
|
37
|
+
"lightgbm>=4.0,<4.7", # <{N+1} upper cap, where N is the latest released minor version
|
38
38
|
],
|
39
39
|
"catboost": [
|
40
40
|
"numpy>=1.25,<2.0.0", # TODO support numpy>=2.0.0 once issue resolved https://github.com/catboost/catboost/issues/2671
|
@@ -71,14 +71,13 @@ extras_require = {
|
|
71
71
|
# No vowpalwabbit wheel for python 3.11 or above yet
|
72
72
|
"vowpalwabbit>=9,<9.10; python_version < '3.11' and sys_platform != 'darwin'",
|
73
73
|
],
|
74
|
-
|
75
74
|
}
|
76
75
|
|
77
|
-
is_aarch64 = platform.machine() ==
|
78
|
-
is_darwin = sys.platform ==
|
76
|
+
is_aarch64 = platform.machine() == "aarch64"
|
77
|
+
is_darwin = sys.platform == "darwin"
|
79
78
|
|
80
79
|
if is_darwin or is_aarch64:
|
81
|
-
# For macOS or aarch64, only use CPU version
|
80
|
+
# For macOS or aarch64, only use CPU version
|
82
81
|
extras_require["skl2onnx"] = [
|
83
82
|
"onnx>=1.13.0,<1.16.2;platform_system=='Windows'", # cap at 1.16.1 for issue https://github.com/onnx/onnx/issues/6267
|
84
83
|
"onnx>=1.13.0,<1.18.0;platform_system!='Windows'",
|
@@ -88,12 +87,12 @@ if is_darwin or is_aarch64:
|
|
88
87
|
"onnxruntime>=1.17.0,<1.20.0",
|
89
88
|
]
|
90
89
|
else:
|
91
|
-
# For other platforms, include both CPU and GPU versions
|
90
|
+
# For other platforms, include both CPU and GPU versions
|
92
91
|
extras_require["skl2onnx"] = [
|
93
92
|
"onnx>=1.13.0,<1.16.2;platform_system=='Windows'", # cap at 1.16.1 for issue https://github.com/onnx/onnx/issues/6267
|
94
93
|
"onnx>=1.13.0,<1.18.0;platform_system!='Windows'",
|
95
|
-
"skl2onnx>=1.15.0,<1.18.0",
|
96
|
-
"onnxruntime>=1.17.0,<1.20.0",
|
94
|
+
"skl2onnx>=1.15.0,<1.18.0",
|
95
|
+
"onnxruntime>=1.17.0,<1.20.0", # install for gpu system due to https://github.com/autogluon/autogluon/issues/3804
|
97
96
|
"onnxruntime-gpu>=1.17.0,<1.20.0",
|
98
97
|
]
|
99
98
|
|
@@ -2148,8 +2148,9 @@ class AbstractTabularTrainer(AbstractTrainer[AbstractModel]):
|
|
2148
2148
|
# is required
|
2149
2149
|
if not isinstance(model, BaggedEnsembleModel) and X_pseudo is not None and y_pseudo is not None and X_pseudo.columns.equals(X.columns):
|
2150
2150
|
assert_pseudo_column_match(X=X, X_pseudo=X_pseudo)
|
2151
|
-
|
2152
|
-
|
2151
|
+
# Needs .astype(X.dtypes) because pd.concat will convert categorical features to int/float unexpectedly. Need to convert them back to original.
|
2152
|
+
X_w_pseudo = pd.concat([X, X_pseudo], ignore_index=True).astype(X.dtypes)
|
2153
|
+
y_w_pseudo = pd.concat([y, y_pseudo], ignore_index=True)
|
2153
2154
|
logger.log(15, f"{len(X_pseudo)} extra rows of pseudolabeled data added to training set for {model.name}")
|
2154
2155
|
model_fit_kwargs["X"] = X_w_pseudo
|
2155
2156
|
model_fit_kwargs["y"] = y_w_pseudo
|
@@ -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.1b20250308
|
7
|
+
autogluon.features==1.2.1b20250308
|
8
8
|
|
9
9
|
[all]
|
10
10
|
spacy<3.8
|
11
|
-
|
11
|
+
lightgbm<4.7,>=4.0
|
12
|
+
xgboost<2.2,>=2.0
|
13
|
+
autogluon.core[all]==1.2.1b20250308
|
14
|
+
huggingface_hub[torch]
|
12
15
|
torch<2.6,>=2.2
|
13
16
|
fastai<2.8,>=2.3.1
|
14
|
-
|
15
|
-
lightgbm<4.6,>=4.0
|
16
|
-
autogluon.core[all]==1.2.1b20250306
|
17
|
-
einops<0.9,>=0.7
|
17
|
+
catboost<1.3,>=1.2
|
18
18
|
numpy<2.0.0,>=1.25
|
19
|
-
|
19
|
+
einops<0.9,>=0.7
|
20
20
|
|
21
21
|
[catboost]
|
22
22
|
numpy<2.0.0,>=1.25
|
@@ -31,10 +31,10 @@ fastai<2.8,>=2.3.1
|
|
31
31
|
imodels<1.4.0,>=1.3.10
|
32
32
|
|
33
33
|
[lightgbm]
|
34
|
-
lightgbm<4.
|
34
|
+
lightgbm<4.7,>=4.0
|
35
35
|
|
36
36
|
[ray]
|
37
|
-
autogluon.core[all]==1.2.
|
37
|
+
autogluon.core[all]==1.2.1b20250308
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|