autogluon.core 1.2.1b20250218__tar.gz → 1.2.1b20250219__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.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/PKG-INFO +1 -1
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/setup.py +2 -2
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/abstract/abstract_model.py +19 -4
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/ensemble/bagged_ensemble_model.py +31 -5
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/ensemble/stacker_ensemble_model.py +2 -2
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/greedy_ensemble/greedy_weighted_ensemble_model.py +2 -2
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/version.py +1 -1
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon.core.egg-info/PKG-INFO +1 -1
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon.core.egg-info/requires.txt +9 -9
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/setup.cfg +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/_setup_utils.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/augmentation/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/augmentation/distill_utils.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/calibrate/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/calibrate/_decision_threshold.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/calibrate/conformity_score.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/calibrate/temperature_scaling.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/callbacks/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/callbacks/_abstract_callback.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/callbacks/_early_stopping_callback.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/callbacks/_early_stopping_ensemble_callback.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/callbacks/_example_callback.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/constants.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/data/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/data/cleaner.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/data/label_cleaner.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/constants.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/exceptions.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/executors.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/ray_hpo.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/ray_tune_constants.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/ray_tune_scheduler.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/ray_tune_scheduler_factory.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/ray_tune_searcher_factory.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/space_converter.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/learner/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/learner/abstract_learner.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/learning_curves/plot_curves.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/metrics/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/metrics/classification_metrics.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/metrics/quantile_metrics.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/metrics/score_func.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/metrics/softclass_metrics.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/_utils.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/abstract/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/abstract/_tags.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/abstract/abstract_nn_model.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/abstract/model_trial.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/dummy/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/dummy/_dummy_quantile_regressor.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/dummy/dummy_model.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/ensemble/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/ensemble/fold_fitting_strategy.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/ensemble/ray_parallel_fold_fitting_strategy.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/ensemble/weighted_ensemble_model.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/greedy_ensemble/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/greedy_ensemble/ensemble_selection.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/problem_type.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/pseudolabeling/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/pseudolabeling/pseudolabeling.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/ray/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/ray/distributed_jobs_managers.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/ray/resources_calculator.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/scheduler/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/scheduler/reporter.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/scheduler/scheduler_factory.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/scheduler/seq_scheduler.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/searcher/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/searcher/dummy_searcher.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/searcher/exceptions.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/searcher/local_grid_searcher.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/searcher/local_random_searcher.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/searcher/local_searcher.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/searcher/searcher_factory.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/stacked_overfitting/utils.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/trainer/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/trainer/abstract_trainer.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/trainer/utils.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/decorators.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/early_stopping.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/exceptions.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/feature_selection.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/files.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/infer_utils.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/loaders/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/miscs.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/plots.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/savers/__init__.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/time.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/utils.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/version_utils.py +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon.core.egg-info/SOURCES.txt +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon.core.egg-info/dependency_links.txt +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon.core.egg-info/namespace_packages.txt +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon.core.egg-info/top_level.txt +0 -0
- {autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon.core.egg-info/zip-safe +0 -0
@@ -48,11 +48,11 @@ install_requires = (
|
|
48
48
|
|
49
49
|
extras_require = {
|
50
50
|
"ray": [
|
51
|
-
"ray[default]>=2.10.0,<2.
|
51
|
+
"ray[default]>=2.10.0,<2.43", # sync with common/src/autogluon/common/utils/try_import.py
|
52
52
|
],
|
53
53
|
"raytune": [
|
54
54
|
"pyarrow>=15.0.0", # cap Pyarrow to fix source installation - https://github.com/autogluon/autogluon/issues/4519
|
55
|
-
"ray[default,tune]>=2.10.0,<2.
|
55
|
+
"ray[default,tune]>=2.10.0,<2.43", # sync with common/src/autogluon/common/utils/try_import.py
|
56
56
|
# TODO: consider alternatives as hyperopt is not actively maintained.
|
57
57
|
"hyperopt>=0.2.7,<0.2.8", # This is needed for the bayes search to work.
|
58
58
|
# 'GPy>=1.10.0,<1.11.0' # TODO: Enable this once PBT/PB2 are supported by ray lightning
|
@@ -1632,9 +1632,7 @@ class AbstractModel:
|
|
1632
1632
|
path = self.path_root
|
1633
1633
|
problem_type = self.problem_type
|
1634
1634
|
eval_metric = self.eval_metric
|
1635
|
-
hyperparameters = self.
|
1636
|
-
if self._user_params_aux:
|
1637
|
-
hyperparameters[AG_ARGS_FIT] = self._user_params_aux.copy()
|
1635
|
+
hyperparameters = self.get_hyperparameters_init()
|
1638
1636
|
|
1639
1637
|
args = dict(
|
1640
1638
|
path=path,
|
@@ -1646,6 +1644,20 @@ class AbstractModel:
|
|
1646
1644
|
|
1647
1645
|
return args
|
1648
1646
|
|
1647
|
+
def get_hyperparameters_init(self) -> dict:
|
1648
|
+
"""
|
1649
|
+
|
1650
|
+
Returns
|
1651
|
+
-------
|
1652
|
+
hyperparameters: dict
|
1653
|
+
The dictionary of user specified hyperparameters for the model.
|
1654
|
+
|
1655
|
+
"""
|
1656
|
+
hyperparameters = self._user_params.copy()
|
1657
|
+
if self._user_params_aux:
|
1658
|
+
hyperparameters[AG_ARGS_FIT] = self._user_params_aux.copy()
|
1659
|
+
return hyperparameters
|
1660
|
+
|
1649
1661
|
def convert_to_template(self):
|
1650
1662
|
"""
|
1651
1663
|
After calling this function, returned model should be able to be fit as if it was new, as well as deep-copied.
|
@@ -2227,7 +2239,7 @@ class AbstractModel:
|
|
2227
2239
|
# TODO: Report errors?
|
2228
2240
|
shutil.rmtree(path=model_path, ignore_errors=True)
|
2229
2241
|
|
2230
|
-
def get_info(self) -> dict:
|
2242
|
+
def get_info(self, include_feature_metadata: bool = True) -> dict:
|
2231
2243
|
"""
|
2232
2244
|
Returns a dictionary of numerous fields describing the model.
|
2233
2245
|
"""
|
@@ -2243,6 +2255,7 @@ class AbstractModel:
|
|
2243
2255
|
"predict_time": self.predict_time,
|
2244
2256
|
"val_score": self.val_score,
|
2245
2257
|
"hyperparameters": self.params,
|
2258
|
+
"hyperparameters_user": self.get_hyperparameters_init(),
|
2246
2259
|
"hyperparameters_fit": self.params_trained, # TODO: Explain in docs that this is for hyperparameters that differ in final model from original hyperparameters, such as epochs (from early stopping)
|
2247
2260
|
"hyperparameters_nondefault": self.nondefault_params,
|
2248
2261
|
AG_ARGS_FIT: self.get_params_aux_info(),
|
@@ -2260,6 +2273,8 @@ class AbstractModel:
|
|
2260
2273
|
}
|
2261
2274
|
if self._is_fit_metadata_registered:
|
2262
2275
|
info.update(self._fit_metadata)
|
2276
|
+
if not include_feature_metadata:
|
2277
|
+
info.pop("feature_metadata")
|
2263
2278
|
return info
|
2264
2279
|
|
2265
2280
|
def get_params_aux_info(self) -> dict:
|
@@ -1192,6 +1192,28 @@ class BaggedEnsembleModel(AbstractModel):
|
|
1192
1192
|
init_args.pop("problem_type")
|
1193
1193
|
return init_args
|
1194
1194
|
|
1195
|
+
def get_hyperparameters_init_child(self, include_ag_args_ensemble: bool = False, child_model: AbstractModel = None) -> dict:
|
1196
|
+
"""
|
1197
|
+
|
1198
|
+
Returns
|
1199
|
+
-------
|
1200
|
+
hyperparameters: dict
|
1201
|
+
The dictionary of user specified hyperparameters for the model.
|
1202
|
+
|
1203
|
+
"""
|
1204
|
+
if child_model is None:
|
1205
|
+
if self.n_children > 0:
|
1206
|
+
child_model = self.load_child(self.models[0])
|
1207
|
+
else:
|
1208
|
+
child_model = self._get_model_base()
|
1209
|
+
hyperparameters_child = child_model.get_hyperparameters_init()
|
1210
|
+
if include_ag_args_ensemble:
|
1211
|
+
hyperparameters_self = self.get_hyperparameters_init()
|
1212
|
+
if hyperparameters_self:
|
1213
|
+
hyperparameters_child["ag_args_ensemble"] = hyperparameters_self
|
1214
|
+
|
1215
|
+
return hyperparameters_child
|
1216
|
+
|
1195
1217
|
def convert_to_template_child(self):
|
1196
1218
|
return self._get_model_base().convert_to_template()
|
1197
1219
|
|
@@ -1409,9 +1431,9 @@ class BaggedEnsembleModel(AbstractModel):
|
|
1409
1431
|
model_names.append(model.name)
|
1410
1432
|
return model_names
|
1411
1433
|
|
1412
|
-
def get_info(self):
|
1413
|
-
info = super().get_info()
|
1414
|
-
children_info = self._get_child_info()
|
1434
|
+
def get_info(self, include_feature_metadata: bool = True):
|
1435
|
+
info = super().get_info(include_feature_metadata=include_feature_metadata)
|
1436
|
+
children_info = self._get_child_info(include_feature_metadata=include_feature_metadata)
|
1415
1437
|
child_memory_sizes = [child["memory_size"] for child in children_info.values()]
|
1416
1438
|
sum_memory_size_child = sum(child_memory_sizes)
|
1417
1439
|
if child_memory_sizes:
|
@@ -1432,6 +1454,7 @@ class BaggedEnsembleModel(AbstractModel):
|
|
1432
1454
|
child_model = self._get_model_base()
|
1433
1455
|
child_hyperparameters = child_model.params
|
1434
1456
|
child_ag_args_fit = child_model.params_aux
|
1457
|
+
child_hyperparameters_user = self.get_hyperparameters_init_child(include_ag_args_ensemble=False, child_model=child_model)
|
1435
1458
|
|
1436
1459
|
bagged_info = dict(
|
1437
1460
|
child_model_type=self._child_type.__name__,
|
@@ -1448,6 +1471,7 @@ class BaggedEnsembleModel(AbstractModel):
|
|
1448
1471
|
max_memory_size=max_memory_size, # Memory used when all children are loaded into memory at once.
|
1449
1472
|
min_memory_size=min_memory_size, # Memory used when only the largest child is loaded into memory.
|
1450
1473
|
child_hyperparameters=child_hyperparameters,
|
1474
|
+
child_hyperparameters_user=child_hyperparameters_user,
|
1451
1475
|
child_hyperparameters_fit=self._get_compressed_params_trained(),
|
1452
1476
|
child_ag_args_fit=child_ag_args_fit,
|
1453
1477
|
)
|
@@ -1480,14 +1504,16 @@ class BaggedEnsembleModel(AbstractModel):
|
|
1480
1504
|
# memory is checked downstream on the child model
|
1481
1505
|
pass
|
1482
1506
|
|
1483
|
-
def _get_child_info(self):
|
1507
|
+
def _get_child_info(self, include_feature_metadata: bool = True):
|
1484
1508
|
child_info_dict = dict()
|
1485
1509
|
for model in self.models:
|
1486
1510
|
if isinstance(model, str):
|
1487
1511
|
child_path = self.create_contexts(os.path.join(self.path, model))
|
1488
1512
|
child_info_dict[model] = self._child_type.load_info(child_path)
|
1513
|
+
if not include_feature_metadata:
|
1514
|
+
child_info_dict[model].pop("feature_metadata", None)
|
1489
1515
|
else:
|
1490
|
-
child_info_dict[model.name] = model.get_info()
|
1516
|
+
child_info_dict[model.name] = model.get_info(include_feature_metadata=include_feature_metadata)
|
1491
1517
|
return child_info_dict
|
1492
1518
|
|
1493
1519
|
def _construct_empty_oof(self, X, y):
|
@@ -309,8 +309,8 @@ class StackerEnsembleModel(BaggedEnsembleModel):
|
|
309
309
|
model = model_type.load(model_path)
|
310
310
|
return model
|
311
311
|
|
312
|
-
def get_info(self):
|
313
|
-
info = super().get_info()
|
312
|
+
def get_info(self, **kwargs):
|
313
|
+
info = super().get_info(**kwargs)
|
314
314
|
stacker_info = dict(
|
315
315
|
num_base_models=len(self.base_model_names),
|
316
316
|
base_model_names=self.base_model_names,
|
@@ -111,8 +111,8 @@ class GreedyWeightedEnsembleModel(AbstractModel):
|
|
111
111
|
model_weight_dict = {self.base_model_names[i]: self.weights_[i] for i in range(num_models)}
|
112
112
|
return model_weight_dict
|
113
113
|
|
114
|
-
def get_info(self):
|
115
|
-
info = super().get_info()
|
114
|
+
def get_info(self, **kwargs):
|
115
|
+
info = super().get_info(**kwargs)
|
116
116
|
info["model_weights"] = self._get_model_weights()
|
117
117
|
return info
|
118
118
|
|
@@ -7,25 +7,25 @@ tqdm<5,>=4.38
|
|
7
7
|
requests
|
8
8
|
matplotlib<3.11,>=3.7.0
|
9
9
|
boto3<2,>=1.10
|
10
|
-
autogluon.common==1.2.
|
10
|
+
autogluon.common==1.2.1b20250219
|
11
11
|
|
12
12
|
[all]
|
13
|
-
|
14
|
-
ray[default]<2.41,>=2.10.0
|
13
|
+
ray[default]<2.43,>=2.10.0
|
15
14
|
hyperopt<0.2.8,>=0.2.7
|
16
|
-
ray[default,tune]<2.
|
15
|
+
ray[default,tune]<2.43,>=2.10.0
|
16
|
+
pyarrow>=15.0.0
|
17
17
|
|
18
18
|
[ray]
|
19
|
-
ray[default]<2.
|
19
|
+
ray[default]<2.43,>=2.10.0
|
20
20
|
|
21
21
|
[raytune]
|
22
22
|
pyarrow>=15.0.0
|
23
|
-
ray[default,tune]<2.
|
23
|
+
ray[default,tune]<2.43,>=2.10.0
|
24
24
|
hyperopt<0.2.8,>=0.2.7
|
25
25
|
|
26
26
|
[tests]
|
27
|
-
flake8
|
28
|
-
types-requests
|
29
27
|
types-setuptools
|
30
|
-
|
28
|
+
types-requests
|
29
|
+
flake8
|
31
30
|
pytest-mypy
|
31
|
+
pytest
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/__init__.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/_setup_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/constants.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/data/__init__.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/data/cleaner.py
RENAMED
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/__init__.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/constants.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/exceptions.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/executors.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/hpo/ray_hpo.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/models/_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/problem_type.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/ray/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/trainer/utils.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/files.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/miscs.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/plots.py
RENAMED
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/time.py
RENAMED
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon/core/utils/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{autogluon.core-1.2.1b20250218 → autogluon.core-1.2.1b20250219}/src/autogluon.core.egg-info/zip-safe
RENAMED
File without changes
|