版本 1.1.1

我们很高兴宣布AutoGluon 1.1.1版本的发布。

AutoGluon 1.1.1 包含了对 Tabular、TimeSeries 和 Multimodal 模块的错误修复和日志改进,以及对 PyTorch 2.2 和 2.3 的支持。

Join the community:
Get the latest updates: Twitter

此版本支持 Python 3.8、3.9、3.10 和 3.11 版本。不支持加载在旧版 AutoGluon 上训练的模型。请使用 AutoGluon 1.1.1 重新训练模型。

This release contains 52 commits from 10 contributors!

General

  • 添加对 PyTorch 2.2 的支持。@prateekdesai04 (#4123)

  • 添加对 PyTorch 2.3 的支持。@suzhoum (#4239, #4256)

  • 将GluonTS升级到0.15.1。@shchur (#4231)

Tabular

Note: Trying to load a TabularPredictor with a FastAI model trained on a previous AutoGluon release will raise an exception when calling predict due to a fix in the model-interals.pkl path. Please ensure matching versions.

  • Fix deadlock when num_gpus>0 and dynamic_stacking is enabled. @Innixma (#4208)

  • 改进决策阈值校准。@Innixma (#4136, #4137)

  • 改进动态堆叠日志记录。@Innixma (#4208, #4262)

  • 修复了LightGBM早停时回归指标(除RMSE和MSE外)计算错误的问题。@Innixma (#4174)

  • 修复了LightGBM早停时自定义多类指标计算错误的问题。@Innixma (#4250)

  • 修复使用NN_TORCH和FASTAI模型时HPO崩溃的问题。@Innixma (#4232)

  • 改进NN_TORCH运行时间估计。@Innixma (#4247)

  • 添加推理吞吐量日志记录。@Innixma (#4200)

  • 由于观察到性能下降,禁用线性模型的sklearnex。@Innixma (#4223)

  • 在Kaggle中提高sklearnex日志的详细程度。@Innixma (#4216)

  • 将缓存的版本文件重命名为version.txt。@Innixma (#4203)

  • 为线性模型添加refit_full支持。@Innixma (#4222)

  • 添加AsTypeFeatureGenerator的详细异常日志记录。@Innixma (#4251, #4252)

时间序列

  • 确保prediction_length存储为整数。@shchur (#4160)

  • 修复表格模型预处理失败的边缘情况。@shchur (#4175)

  • 修复了如果预测器移动到不同目录时,表格模型加载失败的问题。@shchur (#4171)

  • 修复当预测器保存在现有预测器之上时的缓存预测错误。@shchur (#4202)

  • 使用AutoGluon的Chronos模型分支。@shchur (#4198)

  • 修复Chronos推理中的off-by-one错误。@canerturkmen (#4205)

  • 将缓存的版本文件重命名为version.txt。@Innixma (#4203)

  • 在MLForecast的回退模型中使用正确的目标和分位数水平。@shchur (#4230)

Multimodal

  • 修复CLIP图像特征归一化中的错误。@Harry-zzh (#4114)

  • 修复文本增强中的错误。@Harry-zzh (#4115)

  • 修改默认的微调技巧。@Harry-zzh (#4166)

  • 为物体检测添加PyTorch版本警告。@FANGAreNotGnu (#4217)

文档和持续集成

  • Add competition solutions to AWESOME.md. @Innixma @shchur (#4122, #4163, #4245)

  • 修复PDF分类教程。@zhiqiangdon (#4127)

  • 添加AutoMM论文引用。@zhiqiangdon (#4154)

  • 在所有模块和教程中添加pickle加载警告。@shchur (#4243)

  • 各种文档和测试的小修复和改进。@tonyhoo @shchur @lovvge @Innixma @suzhoum (#4113, #4176, #4225, #4233, #4235, #4249, #4266)

贡献者

完整贡献者列表(按提交次数排序):

@Innixma @shchur @Harry-zzh @suzhoum @zhiqiangdon @lovvge @rey-allan @prateekdesai04 @canerturkmen @FANGAreNotGnu

新贡献者

  • @lovvge 在 https://github.com/autogluon/autogluon/commit/57a15fcfbbbc94514ff20ed2774cd447d9f4115f 上做出了他们的第一次贡献

  • @rey-allan 在 #4145 中做出了他们的第一次贡献