英文: How to view specific rows that my logistic regression has classified 问题 我目前正在开发一个逻辑回归模型,用于预测特定交易...
如何在Python中加载数据集并处理它,而不会超出内存限制?
英文: How do I load a dataset and process it without overloading RAM in Python? 问题 我的TensorFlow和Keras ...
如何根据我已知的分割线获得具有多个背景颜色的散点图?
英文: How do I get a scatterplot with multiple background colors based on the split lines I already kn...
计算 ROC 和 AUC 在循环中。
英文: Calculating ROC and AUC in loop 问题 我为一个二分类问题创建了多个模型,我想要计算并绘制每个模型的AUC和ROC(最好在一个图中)。我应该如何做? 这是我目前使...
深度学习模型用于预测多边形中心点。
英文: Deep Learning Model to predict polygon centroids 问题 I understand your request, and I will only p...
无法在Python中安装lap==0.4.0库。
英文: unable to install lap==0.4.0 library in python 问题 我试图安装用于目标检测的LAP,但无法成功。 我尝试在Python版本9、10和11上安装它...
比较机器学习模型的输出与CSV文件的输出。
英文: Compare output of a ML learning model vs a CSV file 问题 我在Google Colab上有一个机器学习模型,并且有这段代码 wrong_en...
如何在保留现有参数的情况下更改 torch.nn.Linear 的输出大小?
英文: How do I change the output size of torch.nn.Linear while preserving existing parameters? 问题 我正在编...
需要多少数据才能有效地训练我的机器学习模型?
英文: How much data do I need to properly train my ML model? 问题 我收集了总共8800个样本,但在数据清理和异常值检测后,我剩下了3507个样...
决策树分类器 // 准确性分数
英文: Decision Tree Classifier // Accuracy Score 问题 I printed the "Best accuracy" print(&quo...
22