• Stars
    star
    21
  • Rank 1,078,288 (Top 22 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

KNN形态识别 股票形态识别(如W双底)用图像识别的方法准确率高但速度慢(因要画图),用K-近邻方法以数值型数据计算快准确率基本符合要求(查准率70%左右),可用于对决策时间有要求的交易。 工作完成情况: 1、W双底识别模型查准确率约70% 2、模型文件上载到聚宽后可在回测中调用。