Scikit学习示例
使用Scikit-learn探索Logistic回归,MLP和SVM
档案
main.py:主程序
config.py:配置,参数
util.py:与数据预处理有关
model.py:模型
img /:用于保存损失函数图的目录(用于线性回归)
数据集
乳腺癌
糖尿病
数字
虹膜
葡萄酒
运行代码
线性回归
python main.py -model=lr
# to show the plot on the fly
python main.py -model=lr -show