Coder Social home page Coder Social logo

user-loan-risk-prediction's People

Contributors

chenkkkk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

user-loan-risk-prediction's Issues

04094.py中有个循环语句请教

idcard_result=[]
for indexx,uu in enumerate(auth_idcard):
if (str(auth_idcard[indexx])=='nan')|(str(user_idcard[indexx])=='nan'):
idcard_result.append(0)
elif(str(auth_idcard[indexx])!='nan')|(str(user_idcard[indexx])=='nan'):
idcard_result.append(1)
elif (str(auth_idcard[indexx])=='nan')|(str(user_idcard[indexx])!='nan'):
idcard_result.append(2)
else:
ttt1=str(auth_idcard[indexx])[0]+str(auth_idcard[indexx])[-1]
ttt2=str(user_idcard[indexx])[0]+str(user_idcard[indexx])[-1]
if ttt1==ttt2:
idcard_result.append(3)
if ttt1!=ttt2:
idcard_result.append(4)

第一个if 语句中 if (str(auth_idcard[indexx])=='nan')|(str(user_idcard[indexx])=='nan')可能会包含
elif(str(auth_idcard[indexx])!='nan')|(str(user_idcard[indexx])=='nan')中的一些情况吧?就是会出现交集的情况,能跟我说一说吗

train_order_info数据集

请问提供的百度网盘中的数据集是否是原数据集?
train_order_info数据集中的time_order列的时间数据有些问题,该列的数据不仅有“Y-M-D H:M:S”和‘NA’格式的,还有69594 条数据是1479813954、1444574500、1453267153等这种的

数据集缺失

模型融合里的数据文件8288train.csv和8288test.csv没有

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.