Published Jan 31, 2023

649: Introduction to Machine Learning — with Kirill Eremenko and Hadelin de Ponteves

Jon Krohn, Kirill Eremenko, and Hadelin de Ponteves delve into the intricacies of machine learning, discussing the evolution of online education, the nuances of feature scaling, and the fundamental differences between supervised and unsupervised learning, while highlighting essential model evaluation techniques and the importance of adapting to real-world changes.
Episode Highlights
Super Data Science: ML & AI Podcast with Jon Krohn logo

Popular Clips

Episode Highlights

  • Model Errors

    Understanding model errors is crucial, especially when dealing with sensitive applications like medical diagnostics. explains the significance of false positives and false negatives in classification models, using lung cancer detection as an example. A false positive, or type one error, occurs when a model incorrectly predicts the presence of cancer, leading to unnecessary stress and treatment for the patient. Conversely, a false negative, or type two error, is when the model fails to detect cancer, potentially allowing the disease to progress undetected.

    In the case when the model says no, the person doesn't have cancer, that's a negative, the model gives a negative. And in the real world, it can also be the case that it is, you know, hopefully that the person doesn't have cancer. So that's a true negative.

    ---

    Jon Krohn
    adds that the severity of these errors can vary depending on the application, such as in legal systems where false positives might lead to wrongful imprisonment 1 2.

       

    Model Maintenance

    Maintaining model performance is essential as real-world conditions evolve. emphasizes the need for continuous monitoring and adaptation of models to ensure their accuracy over time. Factors like changing diets, pollution levels, and even global events like pandemics can lead to feature drift, where the model's input data no longer reflects current realities.

    You should always still maintain your model. Like, this is something we don't talk about in the course because it's a bit more advanced.

    ---

    highlights the importance of tools designed to monitor feature drift, ensuring models remain effective in dynamic environments 3 4.

Related Episodes