2018年12月19日

useful urls

摘要: 数据挖掘技术: http://ddl.escience.cn/f/IwoF?rid=8188575 李航 统计学习方法: http://ddl.escience.cn/f/Iwn0 阅读全文

posted @ 2018-12-19 10:43 Aimee0207 阅读(81) 评论(0) 推荐(0) 编辑

我的代码-flask

摘要: import pickleimport flaskimport pandas as pdimport jsonfrom flask import Flaskfrom flask import request, render_template from sklearn.externals import 阅读全文

posted @ 2018-12-19 10:32 Aimee0207 阅读(180) 评论(0) 推荐(0) 编辑

我的代码-sql query

摘要: # coding: utf-8 # In[ ]: WITH List AS (SELECT e.*,f.* FROM( SELECT DISTINCT c.lot_id, c.wafer_key,LEFT(c.layer_id, CHARINDEX('_', c.layer_id) -1) as L 阅读全文

posted @ 2018-12-19 10:29 Aimee0207 阅读(118) 评论(0) 推荐(0) 编辑

我的代码-unsupervised learning

摘要: # coding: utf-8 # In[1]: import pandas as pdimport numpy as npfrom sklearn import treefrom sklearn.svm import SVCfrom sklearn.grid_search import GridS 阅读全文

posted @ 2018-12-19 10:27 Aimee0207 阅读(111) 评论(0) 推荐(0) 编辑

我的代码-statistic analysis

摘要: # coding: utf-8 # In[1]: # numpy and pandas for data manipulationimport numpy as npimport pandas as pd # sklearn preprocessing for dealing with catego 阅读全文

posted @ 2018-12-19 10:26 Aimee0207 阅读(194) 评论(0) 推荐(0) 编辑

我的代码-test models

摘要: # coding: utf-8 # In[2]: import pandas as pdimport numpy as npfrom sklearn.preprocessing import binarizefrom sklearn.preprocessing import LabelEncoder 阅读全文

posted @ 2018-12-19 10:26 Aimee0207 阅读(126) 评论(0) 推荐(0) 编辑

我的代码- rf sampling

摘要: # coding: utf-8 # In[6]: import pandas as pdimport numpy as npfrom sklearn import treefrom sklearn.svm import SVCfrom sklearn.grid_search import GridS 阅读全文

posted @ 2018-12-19 10:25 Aimee0207 阅读(139) 评论(0) 推荐(0) 编辑

我的代码-normalize

摘要: # coding: utf-8 # In[13]: import pandas as pdimport numpy as npimport scipy as spfrom os import listdirfrom os.path import isfile, joinfrom . import c 阅读全文

posted @ 2018-12-19 10:24 Aimee0207 阅读(120) 评论(0) 推荐(0) 编辑

我的代码-random forest

摘要: # coding: utf-8 # In[1]: import pandas as pdimport numpy as npfrom sklearn import treefrom sklearn.svm import SVCfrom sklearn.grid_search import GridS 阅读全文

posted @ 2018-12-19 10:24 Aimee0207 阅读(298) 评论(0) 推荐(0) 编辑

我的代码-date

摘要: # coding: utf-8 # In[24]: import timeimport datetimelocaltime = time.asctime( time.localtime(time.time()) )last_fini_time = time.strftime("%y-%m-%d %H 阅读全文

posted @ 2018-12-19 10:23 Aimee0207 阅读(95) 评论(0) 推荐(0) 编辑

我的代码-models

摘要: # coding: utf-8 # In[1]: import pandas as pdimport numpy as npfrom sklearn import treefrom sklearn.svm import SVCfrom sklearn.grid_search import GridS 阅读全文

posted @ 2018-12-19 10:23 Aimee0207 阅读(100) 评论(0) 推荐(0) 编辑

我的代码-cleaning

摘要: # coding: utf-8 # In[18]: import pandas as pdimport numpy as npfrom sklearn import treefrom sklearn.svm import SVCfrom sklearn.grid_search import Grid 阅读全文

posted @ 2018-12-19 10:22 Aimee0207 阅读(111) 评论(0) 推荐(0) 编辑

我的代码-data pulling

摘要: # coding: utf-8 import datetimeimport timefrom sqlalchemy.engine import create_enginefrom sqlalchemy.pool import NullPoolimport pyodbcimport pandas as 阅读全文

posted @ 2018-12-19 10:21 Aimee0207 阅读(96) 评论(0) 推荐(0) 编辑

导航