Skip to main content

CreditScoreModel

Project description

CreditScoreModel

Installation

pip install CreditScoreModel

Basic Usage

from CreditScoreModel.LogisticScoreCard import logistic_score_card #导入包

ls=logistic_score_card() #初始化参数

ls.fit(data) #模型训练

ls.score(data) #检测模型结果

ls.predict_score_proba(data) #预测用户分数和概率

ls.score_card #制作好的评分卡

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CreditScoreModel-1.0.6.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

CreditScoreModel-1.0.6-py2.py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page