gpt4 book ai didi

python - 在 Python Logistic 回归中为求解器提供种子值

转载 作者:行者123 更新时间:2023-12-03 21:32:15 24 4
gpt4 key购买 nike

我正在使用 scikit-learn 的 linear_model.LogisticRegression 来执行多项逻辑回归。我想初始化求解器的种子值,即我想给求解器它的初始猜测作为系数的值。

有谁知道这是怎么做到的吗?我也在网上查看并筛选了代码,但还没有找到答案。
谢谢!

最佳答案

您可以使用 warm_start选项(使用 solver 不是 liblinear ),并手动设置 coef_intercept_在装配之前。

warm_start : bool, default=FalseWhen set to True, reuse the solution of the previous call to fit as initialization, otherwise, just erase the previous solution. Useless for liblinear solver.

关于python - 在 Python Logistic 回归中为求解器提供种子值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41346055/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com