英文: tidymodels: loss_accuracy provides no variable importance results 问题 使用鸢尾花数据集,通过迭代搜索对knn分类器进行了调优...
使用XGBoost和tidymodels时出现“无效的树数量”错误。
英文: 'Invalid number of trees' error with XGBoost and tidymodels 问题 我正在尝试预测患者对治疗的反应。当涉及到机器学习时...
使用多个分层进行初始拆分?
英文: Use multiple strata for initial_split? 问题 我正在处理生物数据,基因数据,这些数据具有多个特征,我希望在我的训练和测试数据中正确反映这些特征。 然而,i...
在R的tidymodels中,如何设置评估逻辑模型的默认水平?
英文: In R tidymodels how do I set the default level for evaluating a logistic model 问题 我想告诉 yardstick...
计算嵌套/分割对象上的基尼指数
英文: Compute Gini Index on a nested/rsplit object 问题 我使用了rsample::bootstraps函数来创建一个嵌套对象,就像下面这样: Sampl...
解释变量在计算预测模型准确性方面的含义(迁移到CrossValidated)
英文: The meaning of an explanatory variable in computing accuracy of a prediction model (migrated to ...
内存问题在获取TF-IDF数据时。
英文: Memory issues when obtaining TF-IDF data 问题 Intro 我正在处理一个庞大的推文数据集的文本分类问题,如果有人能指导我正确的方向,我将不胜感激。 总...
问题出现在对新数据进行评分时 — tidymodels
英文: Problem when scoring new data -- tidymodels 问题 I'm learning tidymodels. The following code runs ...
理解为什么tune::last_fit的指标与summary()不同。
英文: Understanding why tune::last_fit metrics are different from summary() 问题 问题: tune::collect_metri...
How to evaluate joint importance of two features in a model (random forest) using R package such as VIP or DALEXtra?
英文: How to evaluate joint importance of two features in a model (random forest) using R package such...