Automating Bankruptcy Prediction using Financial Accounting Ratios in Google Colab

Поділитися
Вставка
  • Опубліковано 8 жов 2024

КОМЕНТАРІ • 13

  • @gds231
    @gds231 7 місяців тому

    Hii I wanted to create a same model based on indian dataset which I have create, I wanted to compare Random forest, knn, xgboost and lstm and I dont have any reference for creating that can you help

    • @BrianByrneFinance
      @BrianByrneFinance  7 місяців тому +1

      You might try to use chatgpt to write the code. Feed it a sample of your data with labels and ask it to generate code for classification.

    • @gds231
      @gds231 7 місяців тому

      @@BrianByrneFinance will try that, And also do we have to normalize the data with the code or manually in the dataset

    • @BrianByrneFinance
      @BrianByrneFinance  7 місяців тому

      yes normalize@@gds231

    • @gds231
      @gds231 7 місяців тому

      @@BrianByrneFinance how??

    • @BrianByrneFinance
      @BrianByrneFinance  7 місяців тому

      subtract mean and divide by standard deviation or use sklearn@@gds231

  • @harshgawali5154
    @harshgawali5154 8 місяців тому

    I have to give input to this model so that it predicts whether the company is bankrupt or not. how do i do it? can you please help...?

    • @BrianByrneFinance
      @BrianByrneFinance  8 місяців тому +1

      You could use joblib or pickle

    • @harshgawali5154
      @harshgawali5154 8 місяців тому

      @@BrianByrneFinance ya. But what code to write. Could you provide any reference video please.

    • @BrianByrneFinance
      @BrianByrneFinance  8 місяців тому

      www.kaggle.com/datasets/fedesoriano/company-bankruptcy-prediction@@harshgawali5154

    • @harshgawali5154
      @harshgawali5154 8 місяців тому

      @@BrianByrneFinance this is the dataset. I want code to give input to the model. So that it gives ans whether the company will become bankrupt or not