Machine-Learning-Algorithm 这个工程实现了常用的机器学习算法 bayes Naive Bayes 朴素贝叶斯算法 gbdt GBDT算法,支持回归,二分类,多分类 linearmodel LR 逻辑回归 PLA 感知机 randomforest Random Forest 随机森林算法 svm 基于SMO的支持向量机算法 tree CART 分类回归树 ID3 id3决策树