Introduction to statsmodels

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data exploration
    Github: github.com/mar...
    LinkedIn: / data-science-for-everyone

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

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

    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?

  • @neilmurphy7064
    @neilmurphy7064 3 ปีที่แล้ว +3

    Useful intro, thanks.

  • @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.

  • @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.

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

    Which playground is used to execute statsmodels?

  • @mohamedseddiksakai9447
    @mohamedseddiksakai9447 2 ปีที่แล้ว +1

    Is there a file? pdf It has all commands statamodels

  • @MultiWarrr
    @MultiWarrr 7 หลายเดือนก่อน +1

    Is that supposed to be introduction

  • @pouriaforouzesh5349
    @pouriaforouzesh5349 2 ปีที่แล้ว +1

    👍