05 2019 档案
摘要:#!/usr/bin/python import pandas as pd df = pd.read_excel('c:\data\zichan.xlsx') df_sn = pd.read_excel('c:\data\SN.xlsx') sn_series = pd.Series(df_sn['
阅读全文
摘要:The learning algorithm has the property that it can modify its input/output relationship f-hat in response to differences yi-f(xi)-hat between the ori
阅读全文
摘要:Most statistical approaches to outlier detection are based on building a probability distribution model and considering how likely objects are under t
阅读全文