Flashield's Blog

Just For My Daily Diary

Flashield's Blog

Just For My Daily Diary

Month: March 2024

02.course-line-charts【折线图】

Now that you are familiar with the coding environment, it’s time to learn how to make your own charts! 现在您已经熟悉了编码环境,是时候学习如何制作自己的图表了! In this tutorial, you’ll learn just enough Python to create professional looking line charts. Then, in the following exercise, you’ll put your new skills to work with a real-world dataset. 在本教程中,您将学习足够的 Python 来创建具有专业外观的折线图。 然后,在下面的练习中,您将运用新技能处理现实世界的数据集。 Set […]

01.exercise-hello-seaborn【练习:你好seaborn】

This notebook is an exercise in the Data Visualization course. You can reference the tutorial at this link. In this exercise, you will write your first lines of code and learn how to use the coding environment for the course! 在本练习中,您将编写第一行代码并学习如何使用课程的编码环境! Setup 设置 First, you’ll learn how to run code, and we’ll start with the […]

01.course-hello-seaborn【你好seaborn】

Welcome to Data Visualization! 欢迎来到数据可视化! In this hands-on course, you’ll learn how to take your data visualizations to the next level with seaborn, a powerful but easy-to-use data visualization tool. To use seaborn, you’ll also learn a bit about how to write code in Python, a popular programming language. That said, 在本实践课程中,您将学习如何使用 seaborn 将数据可视化提升到一个新的水平,这是一个功能强大但易于使用的数据 可视化工具。 […]

07.exercise-data-leakage【练习:数据泄漏】

This notebook is an exercise in the Intermediate Machine Learning course. You can reference the tutorial at this link. Most people find target leakage very tricky until they’ve thought about it for a long time. 大多数人都认为目标泄漏非常棘手,直到他们思考了很长时间。 So, before trying to think about leakage in the housing price example, we’ll go through a few examples in […]

07.course-data-leakage【数据泄露】

In this tutorial, you will learn what data leakage is and how to prevent it. If you don’t know how to prevent it, leakage will come up frequently, and it will ruin your models in subtle and dangerous ways. So, this is one of the most important concepts for practicing data scientists. 在本教程中,您将了解什么是数据泄露以及如何防止它。 如果您不知道如何预防,泄漏就会频繁发生,并且会以微妙而危险的方式毁掉您的模型。 因此,这是数据科学家实践中最重要的概念之一。 […]

06.exercise-xgboost【练习:XGBoost】

This notebook is an exercise in the Intermediate Machine Learning course. You can reference the tutorial at this link. In this exercise, you will use your new knowledge to train a model with gradient boosting. 在本练习中,您将使用新知识来训练梯度提升的模型。 Setup 设置 The questions below will give you feedback on your work. Run the following cell to set up […]

Scroll to top