Classification in Python | logistic regression, LDA, QDA | Data Science With Marco
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
Build ANYTHING With an Advanced MCP Server (Python, Authentication, Databases & More)
Tech With Tim
70.5k views
Pandas Full Python Course - Data Science Fundamentals
NeuralNine
59.6k views
Python Data Classes Are AMAZING! Here's Why
Tech With Tim
121.6k views
The Intersection of Science and Religion with Neil deGrasse Tyson
StarTalk
1.1m views
Matplotlib Full Python Course - Data Science Fundamentals
NeuralNine
266.3k views
Trump INDICTED, SMACKED With 7 Counts In Classified Documents Probe | Roland Martin
Roland S. Martin
210.1k views
Anomaly detection in time series with Python | Data Science with Marco
Data Science with Marco
62.4k views
Professional Weather App with Django in Python
NeuralNine
52.9k views
Feature selection in machine learning | Full course
Data Science with Marco
43.1k views
Voice Assistant with Wake Word in Python
NeuralNine
111.6k views
Top Comments (6)
Really enjoying your videos so far. Really clear and great code. Thanks for putting them together. A few suggestions for this one: 1) cover what to do if target class is imbalanced 2) pick a different target that doesn't produce a perfect ROC/AUC so we can actually see how different models perform. Keep up the great work!
how do you set y_pred_lda = np.where(np.where(y_prob_lda > .5, 1, 0) if you have more than two classifications?
good video, still didnt use cross validation did you? You imported it but didnt use it right?
Hallo, can you make a video about resampling methods (bootstrap, cross validation
Thanks for the detail video, can you tell us how to test the assumptions for LDA and QDA using python
hey, can you show a case study where LDA is used over logistic regression or explain when to use one over the other?
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (6)
Really enjoying your videos so far. Really clear and great code. Thanks for putting them together. A few suggestions for this one: 1) cover what to do if target class is imbalanced 2) pick a different target that doesn't produce a perfect ROC/AUC so we can actually see how different models perform. Keep up the great work!
how do you set y_pred_lda = np.where(np.where(y_prob_lda > .5, 1, 0) if you have more than two classifications?
good video, still didnt use cross validation did you? You imported it but didnt use it right?
Hallo, can you make a video about resampling methods (bootstrap, cross validation
Thanks for the detail video, can you tell us how to test the assumptions for LDA and QDA using python
hey, can you show a case study where LDA is used over logistic regression or explain when to use one over the other?