2016年11月24日

单因素特征选择--Univariate Feature Selection

摘要: An example showing univariate feature selection. Noisy (non informative) features are added to the iris data and univariate feature selection(单因素特征选择) 阅读全文

posted @ 2016-11-24 16:57 波比12 阅读(1432) 评论(0) 推荐(1) 编辑

Python scikit-learn机器学习工具包学习笔记:feature_selection模块

摘要: sklearn.feature_selection模块的作用是feature selection,而不是feature extraction。 Univariate feature selection:单变量的特征选择 单变量特征选择的原理是分别单独的计算每个变量的某个统计指标,根据该指标来判断哪些 阅读全文

posted @ 2016-11-24 15:03 波比12 阅读(3986) 评论(0) 推荐(0) 编辑

JDBC连接数据库操作

摘要: JDBC连接数据库 •创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: tr 阅读全文

posted @ 2016-11-24 12:44 波比12 阅读(470) 评论(0) 推荐(0) 编辑

导航