英文: Linear Decision Boundary in Logistic Regression 问题 这段代码中负责添加额外的线性决策边界(15%,30%等)的代码行是: left_right...
“NameError: name ‘label’ is not defined” with Logistic Regression
英文: "NameError: name 'label' is not defined" with Logistic Regression 问题 I can pro...
对函数str的输出感到困惑。
英文: Confusion with the output of the function str 问题 在Baystate医疗中心(位于美国春田)于1986年收集的birth.csv数据集具有以下格...
Logistic Regression中只有一个列的固定系数
英文: Logistic Regression with a fixed coefficient for only one column 问题 我有一个包含预测列 A、B、C 和二进制响应 D 的设计...
如何查看我的逻辑回归已分类的特定行
英文: How to view specific rows that my logistic regression has classified 问题 我目前正在开发一个逻辑回归模型,用于预测特定交易...
Logistic Regression with Gradient Descent Mini Batch
英文: Logistic Regresion with gradient descension mini batch 问题 我开发了一个梯度下降算法,但当我尝试将其与一些sklearn示例一起使用时,...
Pandas逻辑回归不支持混合类型?
英文: Pandas Logistic Regression mixed type not supported? 问题 我正在努力使用Python创建一个带有简单数据集的逻辑回归模型: 我的目标是预测...
为什么当我想在Python和R中查找我的模型的AIC时,会得到不同的结果?
英文: Why do I get different results when I want to find the AIC of my model in Python and R? 问题 I see...
哪个求解器引发了这个警告?
英文: Which solver is throwing this warning? 问题 这个警告弹出了10次。行号在456和305之间变化: C:\Users\foo\Anaconda3\lib\...
model.predict(…)为什么始终返回相同的答案?
英文: why is model.predict(...) always returning the same answer? 问题 我正在尝试使用scikit-learn基于一些客户数据进行预测,以...