英文: Controlling the grid with `ggeffects::ggpredict` 问题 假设我拟合了一个具有连续预测变量的线性模型,该变量已被分组化。现在我想绘制均值结果作为连...
Error when running terra::predict(). Caught exception 'std::bad_alloc' in function 'MakeADFunObject'
英文: Error when running terra::predict(). Caught exception 'std::bad_alloc' in function '...
计算 ROC 和 AUC 在循环中。
英文: Calculating ROC and AUC in loop 问题 我为一个二分类问题创建了多个模型,我想要计算并绘制每个模型的AUC和ROC(最好在一个图中)。我应该如何做? 这是我目前使...
使用gekko的已安装模型的predict()方法。
英文: Using the predict() methods of fitted models with gekko 问题 许多模型拟合的Python包都有一个predict()方法,该方法会根据预...
Error using predict function terra package in R 在R中使用terra包的predict函数时发生错误
英文: Error using predict function terra package in R 问题 I get an error when trying to perform a spati...
手动绘制未缩放数值的GLM预测结果。
英文: Manually plot GLM predictions with unscaled values 问题 模型有两个变量,crop和pop,均具有缩放值。 我正在使用GLMMtmb对其运行模...
在glmmLasso模型上进行预测
英文: Predicting on a glmmLasso model 问题 我想使用glmmLasso包,已经可以运行模型并得到摘要输出以及提取拟合值,但我想知道如何使用它进行预测? 我是否漏掉了一...
predict.lme 无法解释由变量定义的公式
英文: predict.lme is unable to interpret a formula defined from a variable 问题 我一直受到一个错误的困扰,这个错误追溯到在一个函...
SVR模型如何预测数值?
英文: How does a trained SVR model predict values? 问题 我一直在尝试理解使用支持向量机进行回归训练的模型如何预测数值。我已经使用sklearn.svm....
将绘制的线转换为模型对象
英文: Converting a plotted line into a model object 问题 假设我有一系列点,我想在这些点之间绘制直线: x <- c(0, 2, 4, 7, 12...