⚒ 发布说明
PyCaret 2.3.10
发布日期:2022年4月10日(错误修复,新功能)
- 修复了
predict_model
在加载的流水线中抛出异常的问题(#2349) - 修复了
ParallelBackend
可能会泄漏参数的问题 - 感谢 @goodwanghan(#2339) - 重构了
arules
模块中的一部分逻辑 - 感谢 @daikikatsuragawa(#2316) - 添加了两个中文教程 - 感谢 @ryanxjhan(#2352)
- 添加了中文教程 CLF101 - 感谢 @ryanxjhan(#2353)
- 添加了新的中文教程 - 感谢 @ryanxjhan(#2375)
- 在
classification
和regression
模块中添加了新函数deep_check
。
PyCaret 2.3.9
发布日期:2022年3月27日(对2.3.8的热修复)
PyCaret 2.3.8
发布日期:2022年3月21日(对2.3.7的热修复)
- 修复了
setup
过程中dashboard_logger
的键错误(#2311)
PyCaret 2.3.7
发布日期:2022年3月21日(新功能,错误修复)
- Fugue 集成 - 感谢 @goodwanghan(#2035)
- 添加了 W&B 实验记录器 - 感谢 @AyushExel(#2231)
- 修复了
check_fairness
在 索引不是序数时抛出异常的问题 - 感谢 @reza1615(#2055) - 现在会替换数据框中的不支持字符 - 感谢 @reza1615(#2058)
- 修复了分类列在漂移报告中的问题 - 感谢 @reza1615(#2063)
- 添加了来自 UCI 的多变量时间序列数据集 - 感谢 @reza1615(#2094)
- 修复了安装过程中的 UTF 错误 - 感谢 @reza1615(#2113)
- MLFlow 跟踪 API 现在可以接受自定义标签 - 感谢 @netoferraz(#1526)
- 更新了
create_api
函数(#2146) drift_report
现在可以处理未见过的数据 - 感谢 @reza1615(#2183)- 添加了日文教程 - 感谢 @hanaseleb(#2215)
- 添加了与交通和药物相关的违规数据集和示例 - 感谢 @HaithemH(#2191)
- 现在可以从各种监督学习函数中返回训练分数(
return_train_score=True
)。将带有标签列的未见过的数据集传递给predict_model
将计算该数据集的指标 - 感谢 @levelalphaone(#2237) - 修复了函数文档字符串中的拼写错误 - 感谢 @aadarshsingh191198(#2269)
- 固定了
numba<0.55
(#2056)
PyCaret 2.3.6
发布日期:2022年1月11日(新功能,错误修复)
- 添加了新函数
create_docker
(https://github.com/pycaret/pycaret/pull/2005) - 添加了新函数
create_api
(https://github.com/pycaret/pycaret/pull/2000) - 添加了新函数
check_fairness
(https://github.com/pycaret/pycaret/pull/1997) - 添加了新函数
eda
(https://github.com/pycaret/pycaret/pull/1983) - 添加了新函数
convert_model
(https://github.com/pycaret/pycaret/pull/1959) - 在
plot_model
中添加了传递 kwargs 到绘图的功能 (https://github.com/pycaret/pycaret/pull/19400) - 在
predict_model
中添加了drift_report
功能 (https://github.com/pycaret/pycaret/pull/1935) - 添加了新的函数
dashboard
(https://github.com/pycaret/pycaret/pull/1925) - 在
optimize_threshold
中添加了grid_interval
参数 - 感谢 @wolfryu (https://github.com/pycaret/pycaret/pull/1938) - 通过环境变量使日志级别可配置化 (https://github.com/pycaret/pycaret/pull/2026)
- 使 AWS 中的可选路径可配置化 (https://github.com/pycaret/pycaret/pull/2045)
- 修复了带有 PCA 的 TSNE 绘图问题 (https://github.com/pycaret/pycaret/pull/2032)
- 修复了 streamlit 绘图的渲染问题 (https://github.com/pycaret/pycaret/pull/2008)
- 修复了
tree
绘图中的类名 - 感谢 @yamasakih (https://github.com/pycaret/pycaret/pull/1982) - 修复了 NearZeroVariance 预处理器无法配置化的问题 - 感谢 @Flyfoxs (https://github.com/pycaret/pycaret/pull/1952)
- 移除了重复的代码 - 感谢 @Flyfoxs (https://github.com/pycaret/pycaret/pull/1882)
- 文档改进 - 感谢 @harsh204016, @khrapovs (https://github.com/pycaret/pycaret/pull/1931/files, https://github.com/pycaret/pycaret/pull/1956, https://github.com/pycaret/pycaret/pull/1946, https://github.com/pycaret/pycaret/pull/1949)
- 固定
pyyaml<6.0.0
版本以解决与 Google Colab 的问题
发布:PyCaret 2.3.6 | 发布日期:2022年1月11日(新功能,错误修复)
PyCaret 2.3.5
发布日期:2021年11月19日(新功能,错误修复)
- 修复了
Fix_multicollinearity
在目标为浮点数时失败的问题 (https://github.com/pycaret/pycaret/pull/1640) - MLFlow 运行现在是嵌套的 - 感谢 @jfagn (https://github.com/pycaret/pycaret/pull/1660)
- 修复了 REG102 教程中的拼写错误 - 感谢 @bobo-jamson (https://github.com/pycaret/pycaret/pull/1684)
- 修复了
interpret_model
不始终遵守save_path
的问题 (https://github.com/pycaret/pycaret/pull/1707) - 修复了某些绘图未被 MLFlow 记录的问题 (https://github.com/pycaret/pycaret/pull/1769)
- 在
compare_models
中添加了虚拟模型以设定基线 - 感谢 @reza1615 (https://github.com/pycaret/pycaret/pull/1739) - 如果在数据集中指 定的列在
ignore_features
中不存在,将改进错误消息 - 感谢 @reza1615 (https://github.com/pycaret/pycaret/pull/1793) - 通过各种方法中的
probability_threshold
参数,现在可以设置二元分类的自定义概率阈值 (https://github.com/pycaret/pycaret/pull/1858) - 将内部 CV 与验证 CV 从
stack_models
和calibrate_models
中分离 (https://github.com/pycaret/pycaret/pull/1849, https://github.com/pycaret/pycaret/pull/1858) - 如果安装了不正确版本的
scikit-learn
,现在将引发RuntimeError
(https://github.com/pycaret/pycaret/pull/1870) - 改进了 readme、文档和存储库结构
- 取消了对
numba
的固定版本 (https://github.com/pycaret/pycaret/pull/173)