摘要: 分类模型和回归模型本质一样,分类模型是将回归模型的输出离散化。 举几个例子: 1. Logistic Regression 和 Linear Regression: Linear Regression: 输出一个标量 wx+b,这个值是连续值,所以可以用来处理回归问题。 Logistic Regre 阅读全文
posted @ 2017-11-05 16:30 soyosuyang 阅读(4736) 评论(0) 推荐(0)
摘要: 结果: + + + + + + + + +| features|label|indexedLabel| indexedFeatures| rawPrediction| probability|prediction|predictionLabel|+ + + + + + + + +|[4.4,3.2, 阅读全文
posted @ 2017-11-05 15:58 soyosuyang 阅读(2290) 评论(1) 推荐(0)
摘要: 结果: + + +| features|label|+ + +|[5.1,3.5,1.4,0.2]|soyo1||[4.9,3.0,1.4,0.2]|soyo1||[4.7,3.2,1.3,0.2]|soyo1||[4.6,3.1,1.5,0.2]|soyo1||[5.0,3.6,1.4,0.2]| 阅读全文
posted @ 2017-11-05 15:48 soyosuyang 阅读(675) 评论(0) 推荐(0)
摘要: 结果: + + + + + + + + +|features |label|indexedLabel|indexedFeatures |rawPrediction |probability |prediction|predictionLabel|+ + + + + + + + +|[4.4,2.9, 阅读全文
posted @ 2017-11-05 15:46 soyosuyang 阅读(1342) 评论(0) 推荐(0)
摘要: 数据仓库(Data Warehouse)是一个面向主题的(Subject Oriented)、集成的(Integrate)、相对稳定的(Non-Volatile)、反映历史变化(Time Variant)的数据集合,用于支持管理决策。 (1) 面向主题:指数据仓库中的数据是按照一定的主题域进行组织。 阅读全文
posted @ 2017-11-05 10:15 soyosuyang 阅读(269) 评论(0) 推荐(0)