Introduction to statsmodels

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

КОМЕНТАРІ • 15

  • @neilmurphy7064
    @neilmurphy7064 3 роки тому +3

    Useful intro, thanks.

  • @edwardmalthouse973
    @edwardmalthouse973 4 місяці тому

    Thank you for making the video. It was very clear. In R it is possible to get the basic diagnostic plots by plotting the fitted object. This includes residual plots, QQ plot and Cook's distance plot. Does Python give similar diagnostics? One should also examine a scatterplot matrix (plot the data frame) before fitting the regression. How to do so in Python?

  • @marvinedwards4123
    @marvinedwards4123 2 роки тому +4

    Is there a multi-class classification classifier in statsmodels?

    • @DataScienceforEveryone
      @DataScienceforEveryone  2 роки тому +1

      Yes. You can use multinomial logistic regression with the MNlogit function. It generalizes logistic regression to multi-class problems.

    • @richardnixon8300
      @richardnixon8300 2 роки тому

      @@DataScienceforEveryone Hi, I have a rather niche question if you dont mind. I have asked at stackoverflow but was unsucessful.
      When using multinomial regression in statsmodels, do you know if it is possible to change the reference catergory of the dependent variable?
      I know its possible for independent variables but I am unsure for dependent variables.

  • @chandanraj5778
    @chandanraj5778 Рік тому

    Which playground is used to execute statsmodels?

  • @ghezaielyessine1480
    @ghezaielyessine1480 2 роки тому +2

    Is SETAR modal available in statsmodels package? i coudnt get it :/ thank you

    • @DataScienceforEveryone
      @DataScienceforEveryone  2 роки тому +1

      No. It's not available anymore. It was available with some older versions. But it has been deprecated. You can search for the SETAR model online and find some home-brew for it. But I don't know how well they work.

  • @MultiWarrr
    @MultiWarrr 9 місяців тому +1

    Is that supposed to be introduction

  • @mohamedseddiksakai9447
    @mohamedseddiksakai9447 2 роки тому +1

    Is there a file? pdf It has all commands statamodels

  • @pouriaforouzesh5349
    @pouriaforouzesh5349 2 роки тому +1

    👍