英文: Scikit-Learn cross validation function not allowing custom folds when indices are not sequential...
‘scikit-learn documentation example: ‘got an unexpected keyword argument”
英文: scikit-learn documentation example: 'got an unexpected keyword argument' 问题 当运行来自scikit-...
在pipeline中使用sklearn的FunctionTransformer功能时,使用numpy。
英文: Using numpy in sklearn FunctionTransformer inside pipeline 问题 我正在训练一个回归模型,在我的管道内部有类似这样的内容: best_...
如何反向转换加载的 pickle XGBoost 模型的预测输出?
英文: How to Inverse Transform a Predicted Output of a loaded pickle XGBoost model? 问题 以下是翻译好的内容: I am...
如何从使用scikit-learn创建的决策树中获取区间限制?
英文: How to obtain the interval limits from a decision tree with scikit-learn? 问题 你可以通过以下方式获取类似所需的分割点...
sklearn LabelBinarizer 选择哪个标签(字符串)作为正类别。
英文: sklearn LabelBinarizer choose which label (string) is the positive 问题 从我的测试中,使用sklearn 0.24.1,似乎...
使用GammaRegressor()进行拟合,并获取比例和形状参数。
英文: Fitting GammaRegressor() and getting the scale and shape parameters 问题 我的反应变量遵循伽玛分布,我尝试使用scikit-...
ImportError: 无法从’sklearn.neighbors._base’导入’_check_weights’
英文: ImportError: cannot import name '_check_weights' from 'sklearn.neighbors._base' ...
sklearn.impute.SimpleImputer: 无法填充数据框列的最常见值
英文: sklearn.impute.SimpleImputer: Unable to fill in the most common value for a list of dataframe co...
为什么这不起作用,我已经安装了sklearn。当我尝试执行它时,它显示错误。
英文: why this is not working, I have already installed sklearn. it is showing the error when I'm ...
11