“为什么我的机器学习模型的准确率低于预期?”

问题描述 投票:0回答:1

enter image description here

我训练了一个天气预报模型,但是准确率太低,如何提高天气预报准确率%

  • 决策树分类器
  • 随机森林分类器
  • SVC
  • K邻居分类器
  • 逻辑回归
  • 高斯NB

我已经使用API获取了数据,这些数据经过正确的预处理,空值为零。我想要方法和建议来将我的ML准确率提高到90+。

python pandas machine-learning data-science sklearn-pandas
1个回答
0
投票
There so many reason your model's accuracy is low

1.Imbalanced Data
2.Feature Selection
3.Hyperparameter Tuning
4.Data Quality
5.Data Preprocessing
6.Model Initialization

You don't give any parameter to your ml model's
© www.soinside.com 2019 - 2024. All rights reserved.