Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
点
点头人工智能课程-v6.0-通识
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
靓靓
点头人工智能课程-v6.0-通识
Commits
8077e73d
Commit
8077e73d
authored
Aug 02, 2025
by
前钰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Titanic.ipynb
parent
c793c98a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Titanic.ipynb
4-机器学习/4.2-结构化数据处理方法/tatinic/Titanic.ipynb
+3
-3
No files found.
4-机器学习/4.2-结构化数据处理方法/tatinic/Titanic.ipynb
View file @
8077e73d
{
{
...
@@ -840,8 +840,8 @@
...
@@ -840,8 +840,8 @@
"# 添加图表标题,说明展示的是按性别划分的获救情况\n",
"# 添加图表标题,说明展示的是按性别划分的获救情况\n",
"plt.title(u\"按性别看获救情况\")\n",
"plt.title(u\"按性别看获救情况\")\n",
"\n",
"\n",
"# 设置x轴标签,表示
性别
\n",
"# 设置x轴标签,表示
未获救和获救
\n",
"plt.xlabel(u\"
性别
\")\n",
"plt.xlabel(u\"
是否获救
\")\n",
"\n",
"\n",
"# 设置y轴标签,表示人数\n",
"# 设置y轴标签,表示人数\n",
"plt.ylabel(u\"人数\")\n",
"plt.ylabel(u\"人数\")\n",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment