Fundamentals of Credit Risk Scorecard Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Hello Everyone,
    This video explains the Fundamentals of Credit Risk Scorecard along with the Logistic Regression Technique. The Scorecard Concept is explained in depth with Sample Python Program Code and Interpretation of the Regression Output.
    Welcome to your own Channel on Data Science and Machine Learning.
    I have been regularly uploading my training content with the objective of making quality content available for free to all.
    You can help me in my endeavor by Subscribing to my Channel and Like / Share / Commenting on Videos that you have found to be really good. Why be a miser in appreciating good work?
    I am reachable at ar.jakhotia@k2analytics.co.in
    Blog Link - www.k2analytic...
    Thanks you
    #CreditRiskScorecard #Scorecard #logisticregression #predictiveanalytics

ความคิดเห็น • 16

  • @tanumoyhazra6055
    @tanumoyhazra6055 ปีที่แล้ว

    Informative video .Can you please share the dataset and the python scripts ?

  • @user-rz9qw5kl7d
    @user-rz9qw5kl7d 6 หลายเดือนก่อน

    Hi! Could you please explain further what is the meaning of 1212 in 'random_state' ?

    • @RajeshJakhotiaAIML
      @RajeshJakhotiaAIML  6 หลายเดือนก่อน

      Random State 1212 is just a random number to ensure you get exactly the same output each time you execute the code.
      You can change 1212 by any random number say 1. Now if you run the code repeatedly using the value 1 you will get exactly the same output.

  • @maximumabhi
    @maximumabhi 2 หลายเดือนก่อน

    Hi sir , what is the technological infrastructure used to host this ml model in a company . for ex - in HDFC , axis banks etc

    • @RajeshJakhotiaAIML
      @RajeshJakhotiaAIML  2 หลายเดือนก่อน

      @@maximumabhi at that we used to work on SAS for Model Development, SQL Server for data storage and SSIS for ETL

  • @piyushpathak7311
    @piyushpathak7311 ปีที่แล้ว

    Can you please share this dataset..

  • @PaulPrayer-cp8oe
    @PaulPrayer-cp8oe 3 หลายเดือนก่อน

    would you please share the code and csv files?

    • @RajeshJakhotiaAIML
      @RajeshJakhotiaAIML  3 หลายเดือนก่อน

      You can download the CSV file from elearning.k2analytics.co.in/SpApp/resources

  • @VarunSharma-ym2ns
    @VarunSharma-ym2ns ปีที่แล้ว +1

    Hi Rajesh...could you please provide this data?

    • @RajeshJakhotiaAIML
      @RajeshJakhotiaAIML  ปีที่แล้ว

      It is available on elearning.k2analytics.co.in

    • @VarunSharma-ym2ns
      @VarunSharma-ym2ns ปีที่แล้ว

      @@RajeshJakhotiaAIML Rajesh....interview I am facing observation and performance window...kindly explain with the example

  • @sacca9156
    @sacca9156 7 หลายเดือนก่อน

    Hello Sir,
    where can I down load the file to work with this video?

    • @RajeshJakhotiaAIML
      @RajeshJakhotiaAIML  7 หลายเดือนก่อน

      elearning.k2analytics.co.in/SpApp/resources

  • @sandeepmane8694
    @sandeepmane8694 ปีที่แล้ว

    please share the csv file to practice

  • @user-rz9qw5kl7d
    @user-rz9qw5kl7d 6 หลายเดือนก่อน

    Hi! Could you please further explain what is the meaning of 1212 in 'random_state' ?

    • @RajeshJakhotiaAIML
      @RajeshJakhotiaAIML  3 หลายเดือนก่อน

      random_state = 1212 is just a seed. You can set the value to any number.