Skip to content

Commit

Permalink
Merge branch 'iphysresearch:homework' into homework
Browse files Browse the repository at this point in the history
  • Loading branch information
GeyuQin authored Jan 2, 2024
2 parents 8d2baeb + cb86812 commit b28d8de
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 b28d8de

Please sign in to comment.