英文: Shap summary plots for XGBoost with categorical data inputs 问题 XGBoost支持直接将特征输入为类别,这在存在许多分类变量时非常...
如何反向转换加载的 pickle XGBoost 模型的预测输出?
英文: How to Inverse Transform a Predicted Output of a loaded pickle XGBoost model? 问题 以下是翻译好的内容: I am...
XGBoost 无法预测一个简单的正弦函数。
英文: XGBoost can't predict a simple sinusoidal function 问题 I created a very simple function to te...
使用管道通过 sample_weight 参数与 XGBoost 配合使用
英文: Using sample_weight param with XGBoost through a pipeline 问题 我想在xgboost包的XGBClassifier中使用sample_...
如何区分 xgboost 的 XGBRFClassifier 和 XGBClassifier 模型类型。
英文: How to differentiate model types from xgboost XGBRFClassifier and XGBClassifier 问题 我正在构建一个支持xgbo...
使用PCA进行回归问题时模型精度降低。
英文: reduction of model accuracy while using PCA for a regression problem 问题 我正在尝试构建一个预测航班票价的问题。我的数据集...
在Scala类中设置参数。
英文: Setting parameters in scala classes 问题 我正在尝试熟悉Scala(Spark)中的类,并编写了一个简单的XGBoostClassifier的包装类来进行实...
2