/Supervised-Learning-Algorithms

Comparisons and Experiments of Supervised Learning Algorithms

Primary LanguagePython

Supervised-Learning-Algorithms

Comparisons and Experiments of Supervised Learning Algorithms

python 3.5
scikit-learn 0.18.2

basic_tool.py 数据预处理 通用方法

binary_Classifier.py 算法实现的二分类 分类器
mul_Classifier.py 算法实现的多分类分 类器
metrics_binary.py 二分类问题 评价指标
metrics_mul.py 多分类问题 评价指标

Normalize_score.py 规范化得分
analys.py 基于评价指标得分比较实验、基于问题得分比较实验、Bootstrap Analysis 得分排名实验
DsExperiment.py 基于训练集数目的比较实验
Dataset_xx.py xx数据集run code