BlockDog Custom Credit Score

Building your crypto credit score model with BlockDog

NOTE: You don't have to build a custom credit score. You can also use BlockDog Credit score as is right out of the box too if you don't need a custom one. As mentioned in the next section, we have achieved 97% accuracy for default predictions with our models that make up the BlockDog Credit score.

CHOOSE YOUR SIGNALS

BlockDog not only fetches the signals relevant to a credit score model but also helps lenders build their own by letting them choose signals tailored to their own risk appetite. As shown in Fig. 1, lending agencies can pick the features/signals relevant to them for arriving at their custom credit score.

LINEAR MODEL

Users can also assign their own weights to the features picked by them for a linear scoring model as shown in Fig 2.

CreditScore = Σ(Feat_i * W_i)
where
    Feat_i: Feature
    W_i: Weight    

Last updated