Sign up to get notified when it's available: https://dataschool.kit.com/mlbook
active · last success 2026-06-18 22:43
Sign up to get notified when it's available: https://dataschool.kit.com/mlbook
Want to chat with the best AI models from OpenAI, Claude, and Google without paying $20/month? I'll show you how to use API keys with TypingMind to access top models for a fraction of the cost, demonstrate its killer feature of chatting with multiple models side-by-side, and...
It's called "Master Machine Learning with scikit-learn: A Practical Guide to Building Better Models with Python" Download the first 3 chapters right now: 👉👉 https://dataschool.kit.com/mlbook 👈👈 This is a dream come true, so I'd love your support! 💫 Please enter your email at...
This week in AI: Veo 3 makes a TV ad, ChatGPT saves your deleted chats, Midjourney gets sued, Google talks AGI, and Copilot patches a huge security flaw. Sources: Kalshi ad: https://www.youtube.com/watch?v=-QMftwmyW-A Kalshi ad creator's post:...
This is a lesson from my new course, Build AI agents with Python: https://courses.dataschool.io/build-ai-agents-with-python 0:00 RAG definition 0:14 Problem that RAG solves 0:49 RAG part 1: Indexing 1:43 RAG part 2: Retrieval and generation 2:38 How RAG prevents...
Are you trying to understand the differences between Jupyter Notebook, JupyterLab, IPython, Colab, and other related terms? You're in the right place! This video is also available as a blog post: https://www.dataschool.io/jupyter-and-ipython-terminology/ Links from the video:...
AI is moving incredibly FAST. I'll show you the 7 best sources I follow to keep up with the most important developments in AI. This video is also available as a blog post: https://www.dataschool.io/best-ai-newsletters-in-2025/ Links from the video: 2024 AI timeline:...
Watch the first two lessons of my new course, Build an AI chatbot with Python ($9): https://courses.dataschool.io/build-an-ai-chatbot-with-python In this video, you'll learn: - What is a Large Language Model (LLM)? - How are LangChain and LangGraph used to build AI apps? -...
Guess the topic of my new course, and on Friday I'll randomly select TWO people who were correct to get a FREE copy of the course. Good luck! 🤞 Here are my current courses: https://courses.dataschool.io
This is the outline of my NEW course, "Master Machine Learning with scikit-learn." You can enroll here: https://courses.dataschool.io/master-machine-learning-with-scikit-learn For all paid courses, I offer location-based discounts (up to 75%) to people in 160+ countries....
This is the overview of my NEW course, "Master Machine Learning with scikit-learn." You can enroll here: https://courses.dataschool.io/master-machine-learning-with-scikit-learn For all paid courses, I offer location-based discounts (up to 75%) to people in 160+ countries....
Learn the how & why of "ensembling", the surprisingly simple way to make better Machine Learning predictions! P.S. This is a lesson from my NEW course, "Master Machine Learning with scikit-learn." You can enroll here:...
If you need to save a Pipeline with custom transformers, you’ll have to define the functions it depends upon in the new environment. In this lesson, you’ll learn how avoid that burden by using the cloudpickle library. P.S. This is a lesson from my NEW course, "Master Machine...
By default, the cross_val_score function in scikit-learn does not shuffle samples. In this lesson, you’ll learn when you might need to shuffle and how to do it. P.S. This is a lesson from my NEW course, "Master Machine Learning with scikit-learn." You can enroll here:...
If your dataset has significant class imbalance, the "cost" may differ between the two types of prediction errors. In this lesson, you’ll learn how to use cost-sensitive learning to adjust the model to better match your priorities. P.S. This is a lesson from my NEW course,...