Introduction to statsmodels

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии •

  • @neilmurphy7064
    @neilmurphy7064 3 года назад +4

    Useful intro, thanks.

  • @edwardmalthouse973
    @edwardmalthouse973 6 месяцев назад

    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 3 года назад +4

    Is there a multi-class classification classifier in statsmodels?

    • @DataScienceforEveryone
      @DataScienceforEveryone  3 года назад +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?

  • @tracystacy3806
    @tracystacy3806 Месяц назад

    😢😢😢😢😢Dear anyone....how do i make my stats model.api work in spyder..I am stuck..how to download that api thing😊

  • @mohamedseddiksakai9447
    @mohamedseddiksakai9447 2 года назад +1

    Is there a file? pdf It has all commands statamodels

  • @pouriaforouzesh5349
    @pouriaforouzesh5349 2 года назад +1

    👍

  • @Serialloserr
    @Serialloserr 11 месяцев назад +1

    Is that supposed to be introduction