Vincent Warmerdam: Winning with Simple, even Linear, Models | PyData London 2018

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • PyData London 2018
    Simple models work. Linear models work. No need for deep learning or complex ensembles, you can often keep it simple. In this talk I'll discuss and demonstrate some winning tricks that you can apply on simple, even linear models.
    Slides: koaning.io/theme/notebooks/sim...
    ---
    www.pydata.org
    PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. PyData communities approach data science using many languages, including (but not limited to) Python, Julia, and R.
    PyData conferences aim to be accessible and community-driven, with novice to advanced level presentations. PyData tutorials and talks bring attendees the latest project features along with cutting-edge use cases. 00:00 Welcome!
    00:10 Help us add time stamps or captions to this video! See the description for details.
    Want to help add timestamps to our CZcams videos to help with discoverability? Find out more here: github.com/numfocus/CZcamsVi...
  • Věda a technologie

Komentáře • 20

  • @SUGATORAY
    @SUGATORAY Před 2 lety +49

    “If you understand your solution better than the problem, then you are doing something wrong.” 👏👏

    • @gautame
      @gautame Před rokem +1

      But that sounds like an argument against "simple" models.

    • @christianlagares3865
      @christianlagares3865 Před měsícem

      ⁠I wouldn’t say it’s an argument against simple models. Rather, if you understand the fundamental aspects of your problem then the solution will often avoid unnecessary complexity.

  • @marco_gorelli
    @marco_gorelli Před 2 lety +13

    The RBF features tip at 6:10 is really useful for modelling holidays, where the effect isn't exactly binary - thanks Vincent!

  • @jaydeepradadia963
    @jaydeepradadia963 Před rokem +12

    00:00 Intro
    01:29 Topics to be covered
    02:02 XOR problem
    04:45 Time-series trick
    10:20 Weighted Linear Regression
    17:23 Passive-Agressive Algorithms
    21:42 Recommender Systems
    26:20 Example of Video Games
    31:33 Example of Chickens
    35:26 Conclusion

    • @yashgupta471
      @yashgupta471 Před rokem +1

      Someone should pin this.

    • @MMarcuzzo
      @MMarcuzzo Před 10 měsíci

      You might caption the video, I guess.

  • @juliocezarsilva5979
    @juliocezarsilva5979 Před rokem +10

    This definitely changed my life

  • @igormichetti
    @igormichetti Před 2 lety +6

    one of the best ai presentation out there

  • @umitkaanusta
    @umitkaanusta Před rokem +3

    One of the best I've seen

  • @jbs3144
    @jbs3144 Před rokem +1

    This is a great presentation. Keep it simple and also the suits need to understand.

  • @jaydeepradadia963
    @jaydeepradadia963 Před rokem +1

    By applying a linear mapping to a non linear basis function, non-linearity can be modeled.

  • @PotentialEn3rgy
    @PotentialEn3rgy Před 2 lety +5

    10/10 thank you!

  • @dwipaal-farisi4107
    @dwipaal-farisi4107 Před rokem +1

    Love it

  • @matattz
    @matattz Před rokem +2

    Hey, do you have any book recommendations to learn exactly this stuff he is talking about? This is really interesting

    • @dangernoodle2868
      @dangernoodle2868 Před 5 měsíci

      Not the author, but I may recommend reading "Causal Inference for the Brave and True", with the radial basis functions he was doing a kind of "synthetic control" and maybe finding a resource on splines. For the later portions on machiene learning you can tell he's read "Statistical Rethinking".

    • @matattz
      @matattz Před 5 měsíci

      @@dangernoodle2868 looks promising, thank you!

  • @n.w.4940
    @n.w.4940 Před rokem

    I already like this vid at minute 2

  • @ewg6200
    @ewg6200 Před rokem +1

    Are you on speed? Slow down. Breathe.

  • @gautame
    @gautame Před rokem

    This talk is a bit dated. Just because it's easy to understand out-of.the-box, doesn't mean that it is better. I'd rather peer into or interrogate a more accurate deep-learning model to understand how it's working than be satisfied by easy-to-generate plots of a simple and less accurate model.