摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from scipy.stats import chisquare import pandas as 阅读全文
posted @ 2021-04-22 11:37 我当道士那儿些年 阅读(520) 评论(0) 推荐(1) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from sklearn.decomposition import FactorAnalysis im 阅读全文
posted @ 2021-04-22 11:35 我当道士那儿些年 阅读(383) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import warnings from statsmodels.graphics.tsaplots 阅读全文
posted @ 2021-04-22 11:34 我当道士那儿些年 阅读(862) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import pandas as pd from sqlalchemy import create_e 阅读全文
posted @ 2021-04-22 11:31 我当道士那儿些年 阅读(268) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from collections import Counter import pandas as pd 阅读全文
posted @ 2021-04-22 11:29 我当道士那儿些年 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from sklearn.decomposition import PCA import numpy 阅读全文
posted @ 2021-04-22 11:25 我当道士那儿些年 阅读(199) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from scipy.stats import ttest_ind, norm import pand 阅读全文
posted @ 2021-04-22 11:20 我当道士那儿些年 阅读(837) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from scipy.stats import normaltest import numpy as 阅读全文
posted @ 2021-04-22 11:18 我当道士那儿些年 阅读(233) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from scipy.stats import ttest_1samp import pandas a 阅读全文
posted @ 2021-04-22 10:51 我当道士那儿些年 阅读(316) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import pandas as pd from sqlalchemy import create_e 阅读全文
posted @ 2021-04-22 10:48 我当道士那儿些年 阅读(452) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import warnings warnings.filterwarnings("ignore") f 阅读全文
posted @ 2021-04-22 10:46 我当道士那儿些年 阅读(838) 评论(0) 推荐(0) 编辑