autogluon.tabular 1.2.1b20250409__tar.gz → 1.2.1b20250411__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.1b20250409 → autogluon.tabular-1.2.1b20250411}/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/setup.py +4 -4
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/version.py +1 -1
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon.tabular.egg-info/PKG-INFO +1 -1
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon.tabular.egg-info/requires.txt +17 -17
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/setup.cfg +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/configs/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/configs/config_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/configs/feature_generator_presets.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/configs/hyperparameter_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/configs/presets_configs.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/configs/zeroshot/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/configs/zeroshot/zeroshot_portfolio_2023.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/experimental/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/experimental/_scikit_mixin.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/experimental/_tabular_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/experimental/_tabular_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/experimental/plot_leaderboard.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/learner/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/learner/abstract_learner.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/learner/default_learner.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/_utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/_utils/rapids_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/_utils/torch_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/automm/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/automm/automm_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/automm/ft_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/catboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/catboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/catboost/catboost_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/catboost/catboost_softclass_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/catboost/catboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/catboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/catboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/catboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fastainn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fastainn/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fastainn/fastai_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fastainn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fastainn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fastainn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fastainn/imports_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fastainn/quantile_helpers.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fastainn/tabular_nn_fastai.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fasttext/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fasttext/fasttext_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fasttext/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/fasttext/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/image_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/image_prediction/image_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/imodels/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/imodels/imodels_models.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/knn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/knn/_knn_loo_variants.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/knn/knn_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/knn/knn_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/knn/knn_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lgb/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lgb/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lgb/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lgb/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lgb/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lgb/lgb_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lgb/lgb_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lr/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lr/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lr/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lr/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lr/lr_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lr/lr_preprocessing_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/lr/lr_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/rf/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/rf/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/rf/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/rf/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/rf/rf_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/rf/rf_quantile.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/rf/rf_rapids_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfn/tabpfn_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/config/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/config/config_run.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/collator.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/dataset_split.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/enums.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_loss.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_optimizer.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/get_scheduler.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/trainer_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/core/y_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/data/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/data/dataset_finetune.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/data/preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/models/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/embedding.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/models/foundation/foundation_transformer.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/results/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/results/prediction_metrics.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_classifier.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/_internal/tabpfnmix_regressor.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabpfnmix/tabpfnmix_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/compilers/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/compilers/native.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/compilers/onnx.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/torch/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/torch/tabular_nn_torch.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/torch/tabular_torch_dataset.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/torch/torch_network_modules.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/utils/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/utils/categorical_encoders.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/utils/data_preprocessor.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/tabular_nn/utils/nn_architecture_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/text_prediction/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/text_prediction/text_prediction_v1_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/xgboost/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/xgboost/callbacks.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/xgboost/hyperparameters/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/xgboost/hyperparameters/parameters.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/xgboost/hyperparameters/searchspaces.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/xgboost/xgboost_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/xgboost/xgboost_utils.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/xt/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/models/xt/xt_model.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/predictor/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/predictor/interpretable_predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/predictor/predictor.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/register/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/register/_ag_model_register.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/register/_model_register.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/testing/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/testing/fit_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/testing/generate_datasets.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/testing/model_fit_helper.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/trainer/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/trainer/abstract_trainer.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/trainer/auto_trainer.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/trainer/model_presets/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/trainer/model_presets/presets.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/trainer/model_presets/presets_distill.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/tuning/__init__.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon/tabular/tuning/feature_pruner.py +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon.tabular.egg-info/SOURCES.txt +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon.tabular.egg-info/dependency_links.txt +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon.tabular.egg-info/namespace_packages.txt +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon.tabular.egg-info/top_level.txt +0 -0
- {autogluon.tabular-1.2.1b20250409 → autogluon.tabular-1.2.1b20250411}/src/autogluon.tabular.egg-info/zip-safe +0 -0
@@ -41,7 +41,7 @@ extras_require = {
|
|
41
41
|
"catboost>=1.2,<1.3",
|
42
42
|
],
|
43
43
|
"xgboost": [
|
44
|
-
"xgboost>=2.0,<
|
44
|
+
"xgboost>=2.0,<3.1", # <{N+1} upper cap, where N is the latest released minor version
|
45
45
|
],
|
46
46
|
"fastai": [
|
47
47
|
"spacy<3.8", # cap for issue https://github.com/explosion/spaCy/issues/13653
|
@@ -50,7 +50,7 @@ extras_require = {
|
|
50
50
|
],
|
51
51
|
"tabpfn": [
|
52
52
|
# versions below 2.0.2 are broken (or yanked)
|
53
|
-
"tabpfn>=0.1.11,<
|
53
|
+
"tabpfn>=0.1.11,<2.1", # <{N+1} upper cap, where N is the latest released minor version
|
54
54
|
],
|
55
55
|
"tabpfnmix": [
|
56
56
|
"torch", # version range defined in `core/_setup_utils.py`
|
@@ -61,10 +61,10 @@ extras_require = {
|
|
61
61
|
f"{ag.PACKAGE_NAME}.core[all]=={version}",
|
62
62
|
],
|
63
63
|
"skex": [
|
64
|
-
"scikit-learn-intelex>=2024.0,<2025.
|
64
|
+
"scikit-learn-intelex>=2024.0,<2025.5", # <{N+1} upper cap, where N is the latest released minor version
|
65
65
|
],
|
66
66
|
"imodels": [
|
67
|
-
"imodels>=1.3.10,<1.
|
67
|
+
"imodels>=1.3.10,<2.1.0", # 1.3.8/1.3.9 either remove/renamed attribute `complexity_` causing failures. https://github.com/csinva/imodels/issues/147
|
68
68
|
],
|
69
69
|
}
|
70
70
|
|
@@ -1,22 +1,22 @@
|
|
1
|
-
numpy<2.
|
1
|
+
numpy<2.3.0,>=1.25.0
|
2
2
|
scipy<1.16,>=1.5.4
|
3
3
|
pandas<2.3.0,>=2.0.0
|
4
|
-
scikit-learn<1.
|
4
|
+
scikit-learn<1.6.0,>=1.4.0
|
5
5
|
networkx<4,>=3.0
|
6
|
-
autogluon.core==1.2.
|
7
|
-
autogluon.features==1.2.
|
6
|
+
autogluon.core==1.2.1b20250411
|
7
|
+
autogluon.features==1.2.1b20250411
|
8
8
|
|
9
9
|
[all]
|
10
|
-
numpy<2.0.0,>=1.25
|
11
10
|
lightgbm<4.7,>=4.0
|
12
|
-
|
11
|
+
spacy<3.8
|
13
12
|
torch<2.7,>=2.2
|
14
|
-
fastai<2.9,>=2.3.1
|
15
|
-
autogluon.core[all]==1.2.1b20250409
|
16
|
-
huggingface_hub[torch]
|
17
|
-
xgboost<2.2,>=2.0
|
18
13
|
einops<0.9,>=0.7
|
19
|
-
|
14
|
+
xgboost<3.1,>=2.0
|
15
|
+
huggingface_hub[torch]
|
16
|
+
catboost<1.3,>=1.2
|
17
|
+
numpy<2.0.0,>=1.25
|
18
|
+
fastai<2.9,>=2.3.1
|
19
|
+
autogluon.core[all]==1.2.1b20250411
|
20
20
|
|
21
21
|
[catboost]
|
22
22
|
numpy<2.0.0,>=1.25
|
@@ -28,16 +28,16 @@ torch<2.7,>=2.2
|
|
28
28
|
fastai<2.9,>=2.3.1
|
29
29
|
|
30
30
|
[imodels]
|
31
|
-
imodels<1.
|
31
|
+
imodels<2.1.0,>=1.3.10
|
32
32
|
|
33
33
|
[lightgbm]
|
34
34
|
lightgbm<4.7,>=4.0
|
35
35
|
|
36
36
|
[ray]
|
37
|
-
autogluon.core[all]==1.2.
|
37
|
+
autogluon.core[all]==1.2.1b20250411
|
38
38
|
|
39
39
|
[skex]
|
40
|
-
scikit-learn-intelex<2025.
|
40
|
+
scikit-learn-intelex<2025.5,>=2024.0
|
41
41
|
|
42
42
|
[skl2onnx]
|
43
43
|
skl2onnx<1.18.0,>=1.15.0
|
@@ -51,7 +51,7 @@ onnx<1.18.0,>=1.13.0
|
|
51
51
|
onnx<1.16.2,>=1.13.0
|
52
52
|
|
53
53
|
[tabpfn]
|
54
|
-
tabpfn<
|
54
|
+
tabpfn<2.1,>=0.1.11
|
55
55
|
|
56
56
|
[tabpfnmix]
|
57
57
|
torch<2.7,>=2.2
|
@@ -62,7 +62,7 @@ einops<0.9,>=0.7
|
|
62
62
|
torch<2.7,>=2.2
|
63
63
|
huggingface_hub[torch]
|
64
64
|
einops<0.9,>=0.7
|
65
|
-
imodels<1.
|
65
|
+
imodels<2.1.0,>=1.3.10
|
66
66
|
skl2onnx<1.18.0,>=1.15.0
|
67
67
|
onnxruntime<1.20.0,>=1.17.0
|
68
68
|
onnxruntime-gpu<1.20.0,>=1.17.0
|
@@ -74,4 +74,4 @@ onnx<1.18.0,>=1.13.0
|
|
74
74
|
onnx<1.16.2,>=1.13.0
|
75
75
|
|
76
76
|
[xgboost]
|
77
|
-
xgboost<
|
77
|
+
xgboost<3.1,>=2.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
|