Lifelines: Survival Analysis in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2014
  • Montreal, Sept. 23, 2014 - While tools like linear regression and logistic regression moved from statistics to machine learning, the field of survival analysis was unfortunately left behind. Il this talk Cameron Davidson-Pilon introduces survival analysis, how it is used, and a pure Python implementation: Lifelines.
    Useful links:
    * lifelines: sflx.ca/lifelines
    * Cameron: / cmrn_dp
    * MP48: sflx.ca/mp48e
    * Montreal Python: montrealpython.org
    * Savoir-faire Linux: sflx.ca/jobs
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @divyar740
    @divyar740 5 ปีที่แล้ว +1

    Thanks a lot :) simple and precise.

  • @anondokolpo
    @anondokolpo 8 ปีที่แล้ว

    I was wondering whether this algo can be used for demand forecasting models with capacity peaks

  • @przemysawkaleta7815
    @przemysawkaleta7815 5 ปีที่แล้ว +12

    6:25 How can this "modern" survival analysis be cooler than actuarial analysis even though it is the same thing?

    • @aga5979
      @aga5979 4 ปีที่แล้ว

      obviously, it is cooler because he is doing it now...teehee...

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

    do you have the code for the survival regression or even slides.

  • @LukosPC
    @LukosPC 4 ปีที่แล้ว

    Great talk!

  • @danieljurado7461
    @danieljurado7461 2 ปีที่แล้ว

    HUGE fan of CDP. What an impact he has made on the data science community and modern business!

  • @callumsmyth3180
    @callumsmyth3180 5 ปีที่แล้ว +2

    Is the GitHub repo for this still available somewhere?

  • @franciscomendoza9766
    @franciscomendoza9766 5 ปีที่แล้ว

    im still confused with what duration should be. should it be duration they were in power or duration from start to current_date, since we talk about censorship as well?

    • @Arslanqadri
      @Arslanqadri 5 ปีที่แล้ว

      Francisco Mendoza if end is unknown. Take the time upto the date of analysis.

    • @Arslanqadri
      @Arslanqadri 5 ปีที่แล้ว

      Francisco Mendoza also there is a datetime smtg function in lifelines docs. That saves the trouble

  • @sitientibus
    @sitientibus 8 ปีที่แล้ว

    could you please leave that "dd.csv" somewhere? I can only find different versions, I think. Cheers.

    • @sitientibus
      @sitientibus 7 ปีที่แล้ว

      Thank you, Samuel! I'll try again!

    • @Samuel-se5zw
      @Samuel-se5zw 7 ปีที่แล้ว +1

      import lifelines
      data = lifelines.datasets.load_dd()

    • @Samuel-se5zw
      @Samuel-se5zw 7 ปีที่แล้ว +2

      the dataset is in the lifelines library

  • @tomideadeyeye4002
    @tomideadeyeye4002 3 ปีที่แล้ว

    Hi Ted Mosby

  • @yilingliu358
    @yilingliu358 6 ปีที่แล้ว +12

    wow this guy is so hot. I wish I had my statistical teacher like him back in uni

  • @karannchew2534
    @karannchew2534 3 ปีที่แล้ว

    Need to improve typing skill :D