2022年1月22日

pca和lr

摘要: from warnings import simplefilter simplefilter(action='ignore', category=FutureWarning) from sklearn.tree import export_graphviz from sklearn.tree imp 阅读全文

posted @ 2022-01-22 14:49 andy_1 阅读(63) 评论(0) 推荐(0)

scorecard用法

摘要: # -*- coding: utf-8 -*- """ Created on Fri Oct 9 13:34:59 2020 @author: Administrator """ import scorecardpy as sc dat = sc.germancredit() #首先,导入germa 阅读全文

posted @ 2022-01-22 13:23 andy_1 阅读(719) 评论(0) 推荐(0)

爬虫-姓名测试打分2

摘要: 一、获取汉字 import pandas as pd import requests from bs4 import BeautifulSoup session=requests.session() #http://xh.5156edu.com/pinyi.html 所有拼音的导航地址 #https 阅读全文

posted @ 2022-01-22 11:19 andy_1 阅读(182) 评论(0) 推荐(0)

爬取-姓名测试打分

摘要: 从姓名测试网站 爬去,所有‘李金’开头的三个字的名字对应的得分,取拍分比较高的名字。 1 # -*- coding: utf-8 -*- 2 """ 3 Created on Thu Jan 30 12:45:02 2020 4 5 @author: Administrator 6 """ 7 8 阅读全文

posted @ 2022-01-22 11:13 andy_1 阅读(83) 评论(0) 推荐(0)

导航