323 Commits

Author SHA1 Message Date
04e7076df2 Merge pull request #104 from manufacturing1112/patch-3
Update Day 1_Data_Preprocessing.md
2022-04-06 20:01:37 +08:00
6198d0585b Update Day 1_Data_Preprocessing.md 2022-04-06 18:00:20 +08:00
6dd8fe05be Update readme.md 2022-02-22 11:07:48 +08:00
8a5cf43d75 update readme 2022-02-22 10:59:08 +08:00
a592ea0c37 Merge pull request #99 from yx-xyc/mybranch
Mybranch
2021-01-18 19:50:01 +08:00
ce611639a5 Merge branch 'master' into mybranch 2021-01-18 19:49:16 +08:00
a78eabda8f Merge branch 'master' into mybranch 2021-01-18 19:44:11 +08:00
120bd5c1d9 Update Day 3_Multiple_Linear_Regression.ipynb 2021-01-18 19:31:58 +08:00
a7f2d63764 Update Day 3_Multiple_Linear_Regression.ipynb 2021-01-18 19:24:18 +08:00
aa869023d1 Update Day 2_Simple_Linear_Regression.ipynb 2021-01-18 16:50:07 +08:00
a2c021a4ee Update Day 2_Simple_Linear_Regression.ipynb 2021-01-14 14:13:29 +08:00
fac63b9c7c Update Day 1_Data_Preprocessing.py 2021-01-14 12:42:31 +08:00
4cd3341120 Update Day 1_Data_Preprocessing.ipynb 2021-01-14 12:30:11 +08:00
61ed111ec8 Update Day 1_Data_Preprocessing.ipynb 2021-01-14 11:03:32 +08:00
13020158fe Update Day 1_Data_Preprocessing.py 2021-01-14 10:59:16 +08:00
719200ee62 Update Day 1_Data_Preprocessing.ipynb 2021-01-13 18:13:31 +08:00
c428d085a6 Update Day 1_Data_Preprocessing.ipynb 2021-01-13 18:10:43 +08:00
524c84e8a9 Revert "For better comprehension"
This reverts commit 9b231e4166.
2021-01-13 18:04:36 +08:00
45df242f6a Revert "Update Day 1_Data_Preprocessing.ipynb"
This reverts commit d4ec8ddb99.
2021-01-13 18:04:24 +08:00
e04a0a2750 Revert "Create settings.json"
This reverts commit acd61766d7.
2021-01-13 17:59:41 +08:00
85b143e2d6 Update Day 1_Data_Preprocessing.ipynb 2021-01-13 17:47:06 +08:00
d4ec8ddb99 Update Day 1_Data_Preprocessing.ipynb 2021-01-13 17:34:20 +08:00
9b231e4166 For better comprehension
All the Operations I did to code for my own understanding.
2021-01-13 17:31:36 +08:00
6fa241536f Merge pull request #97 from yx-xyc/patch-1
Update Day 1_Data_Preprocessing.py
2021-01-13 16:25:02 +08:00
e8c7e239d8 Update Day 1_Data_Preprocessing.py
On line 20, the input of missing_value should be np.nan. This is the default of this function in the newest version of sklearn.
2021-01-13 16:10:05 +08:00
acd61766d7 Create settings.json 2021-01-13 15:31:27 +08:00
240cd2191c new version of scikit-learn api 2020-02-18 09:48:31 +08:00
71e0465c9b new version of scikit-learn api 2020-02-18 09:44:49 +08:00
a293223107 Merge pull request #90 from madefu/master 2019-05-27 09:42:42 +08:00
e73a69ee4c add some useful docs 2019-05-27 09:27:52 +08:00
3f2dba725c update 2019-05-27 09:01:59 +08:00
4eadf5ed04 update 2019-05-07 16:10:45 +08:00
8b4ad6b6eb Merge pull request #87 from hanagm/patch-1
Update Day 1_Data_Preprocessing.md
2019-04-28 11:12:33 +08:00
9f121725bb Update Day 1_Data_Preprocessing.md
最新版本train_test_split  在 sklearn.cross_validation
from sklearn.cross_validation import train_test_split
2019-04-28 10:28:23 +08:00
60729e2883 Merge pull request #86 from tengzi-will/patch-2
Update Day 3_Multiple_Linear_Regression.ipynb
2019-04-25 16:12:03 +08:00
242db28263 Update Day 3_Multiple_Linear_Regression.ipynb
修改 躲避虚拟变量陷阱 的第一段描述,掉了一个数字0
2019-04-25 15:24:57 +08:00
51ed38c602 Merge pull request #81 from shushengyuan/patch-1
Update Day 1_Data_Preprocessing.md
2019-02-05 21:57:41 +08:00
a85ed9fc65 Update Day 1_Data_Preprocessing.md 2019-02-05 20:49:49 +08:00
9bd5e28925 Merge pull request #78 from smile901122/patch-1
Update Day 6_Logistic_Regression.ipynb
2019-01-23 16:59:30 +08:00
6c9b738d92 Update Day 6_Logistic_Regression.ipynb
fix dataset address
2019-01-23 16:52:18 +08:00
587494e234 Merge pull request #77 from jacksu/master
add some description
2018-12-06 14:37:14 +08:00
2dcdd4bd72 add some description 2018-12-06 14:16:51 +08:00
417be04347 Merge pull request #74 from jacksu/master
study 100-Days-Of-ML-Code first day
2018-12-05 09:15:01 +08:00
b926b806bd add 2 day jupyter notebook 2018-11-28 10:45:48 +08:00
32a06daeb1 study 100-Days-Of-ML-Code first day 2018-11-17 16:16:57 +08:00
17b48a0738 Merge pull request #72 from Antabot/master
解决图像显示及保存模型问题
2018-10-01 07:33:34 +08:00
9441ee774d 解决图像显示及保存模型问题
主要修改了两处:
1.解决使用 plt.imshow() 时只显示图片大小等信息的问题
2.解决保存模型引发 NotImplementedError 的问题
2018-09-30 08:38:58 +08:00
64aac2136f fix some translation bugs 2018-09-18 23:19:19 +08:00
24dedb7095 Update Day 39.ipynb 2018-09-09 08:41:39 +08:00
e57ed639ca Merge pull request #69 from altholin/work2
change md error
2018-09-08 12:15:34 +08:00