Skip to content

Commit

Permalink
Merge branch 'homework' of github.com:GeyuQin/GWData-Bootcamp into ho…
Browse files Browse the repository at this point in the history
…mework

完成可视化基础作业
  • Loading branch information
GeyuQin committed Jan 3, 2024
2 parents 0e7ec64 + b28d8de commit a5a3656
Show file tree
Hide file tree
Showing 23 changed files with 28,750 additions and 2 deletions.
942 changes: 942 additions & 0 deletions 2023/homework/Jun_Fan/homework_credit_scoring.ipynb

Large diffs are not rendered by default.

1,135 changes: 1,135 additions & 0 deletions 2023/homework/Jun_Fan/homework_credit_scoring_finetune_ensemble.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 2023/homework/Meng_Xiaofeng/homework-matplotlib.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
" \n",
" # flowers = ['setosa', 'versicolor', 'virginica']\n",
" # flower_color = ['g', 'r', 'k']\n",
" for i in range(0, len(data.species)-1):\n",
" for i in range(0, len(data.species)):\n",
" if (data.species[i] == 'setosa'):\n",
" ax.scatter(x_data[i], y_data[i], color='g') # 绿色点代表 setosa\n",
" if (data.species[i] == 'versicolor'):\n",
Expand Down
Loading

0 comments on commit a5a3656

Please sign in to comment.