摘要: #titanic sink #get train datatrain_data<-read.csv('C:\\NotBackedUp\\fu\\temp\\Titanic Sink\\data\\train.csv') #pick vip attributestrain_data.pick <- t 阅读全文
posted @ 2017-04-20 19:06 付小同 阅读(338) 评论(0) 推荐(0) 编辑
摘要: library(RODBC) #ODBCdbhandle <- odbcDriverConnect('driver={SQL Server};server=xxx;database=xxx;trusted_connection=true')data_hrchy <- sqlQuery(dbhandl 阅读全文
posted @ 2017-04-12 15:40 付小同 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 1. Google Map #reference:https://rpubs.com/Japhilko82/ggmap FinalMap<-qmap("Australia",zoom=4) library(RODBC) dbhandle <- odbcDriverConnect('driver={S 阅读全文
posted @ 2017-04-07 16:47 付小同 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 1.google map import requests response = requests.get('https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+Vi 阅读全文
posted @ 2017-04-06 12:54 付小同 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 1. switch schema SET search_path = new_schema 2.pgadmin4: import/export to use that, you should configure binary path first 阅读全文
posted @ 2017-04-02 22:14 付小同 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1. add changesgit add --all 2.commit changes and add notegit commit -m "<Description of changes>" 3. push change to the branchgit push origin master g 阅读全文
posted @ 2017-03-27 17:33 付小同 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 软件架构software architecture目标: 1)将大系统划分成小模块 2)如果表示众多的模块 3)模块间的消息传递 rest for Tweets: https://dev.twitter.com/rest/public 阅读全文
posted @ 2017-02-21 20:18 付小同 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Supervised Machine Learning The majority of practical machine learning uses supervised learning. Supervised learning is where you have input variables 阅读全文
posted @ 2017-02-21 19:08 付小同 阅读(258) 评论(0) 推荐(0) 编辑
摘要: Inmon: Top-bottom. First have DW, then have DM Sources -> Stages -> Enterprise Data Warehouse(Centralized, Normalized and Cleaned DW) -> Data Marts. K 阅读全文
posted @ 2017-02-10 11:07 付小同 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Amp: Virtual Processor VDisk: Virtual Store Distributed by 'Primary Index' 阅读全文
posted @ 2016-11-29 15:44 付小同 阅读(162) 评论(0) 推荐(0) 编辑