From cf95ebd18637c3005bd041d6e5321da76160be84 Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Wed, 24 Jan 2018 23:44:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E6=8C=91=E6=88=98=E7=9A=84=E7=9B=AE=E5=BD=95=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- .../mercari-price-suggestion-challenge/README.md | 4 ++-- .../mercari_price_notebook.ipynb | 0 .../mercari-price-suggestion-challenge/script.py | 0 .../mercari_comparison.png | Bin .../project_process.jpg | Bin 6 files changed, 4 insertions(+), 3 deletions(-) rename competitions/{getting-started => featured}/mercari-price-suggestion-challenge/README.md (93%) rename competitions/{getting-started => featured}/mercari-price-suggestion-challenge/mercari_price_notebook.ipynb (100%) rename src/python/{getting-started => featured}/mercari-price-suggestion-challenge/script.py (100%) rename static/images/competitions/{getting-started => featured}/mercari-price-suggestion-challenge/mercari_comparison.png (100%) rename static/images/competitions/{getting-started => featured}/mercari-price-suggestion-challenge/project_process.jpg (100%) diff --git a/README.md b/README.md index 9c172dfd..4dd01578 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ * [**数字识别**](/competitions/getting-started/digit-recognizer) * [**泰坦尼克**](/competitions/getting-started/titanic) * [**房价预测**](/competitions/getting-started/house-price) -* [**Mercari 价格推荐挑战**](/competitions/getting-started/mercari-price-suggestion-challenge) > [第3部分:训练场 Playground](https://www.kaggle.com/competitions?sortBy=deadline&group=all&page=1&pageSize=20&segment=playground) @@ -51,6 +50,8 @@ `推荐比赛 Featured` 是瞄准商业问题带有奖金的公开竞赛。如果有幸赢得比赛,不但可以获得奖金,模型也可能会被竞赛赞助商应用到商业实践中呢。 +* [**Mercari 价格推荐挑战**](/competitions/getting-started/mercari-price-suggestion-challenge) + ## 其他部分 * [数据集](https://www.kaggle.com/datasets): 数据集,可直接用于机器学习。 diff --git a/competitions/getting-started/mercari-price-suggestion-challenge/README.md b/competitions/featured/mercari-price-suggestion-challenge/README.md similarity index 93% rename from competitions/getting-started/mercari-price-suggestion-challenge/README.md rename to competitions/featured/mercari-price-suggestion-challenge/README.md index 13cbf3cd..0cac07e4 100644 --- a/competitions/getting-started/mercari-price-suggestion-challenge/README.md +++ b/competitions/featured/mercari-price-suggestion-challenge/README.md @@ -6,7 +6,7 @@ 可能很难知道有多少东西是真正值得的。小细节可能意味着定价的巨大差异。例如,这些毛衫中的一件成本为335美元,另一件成本为9.99美元。你能猜出哪一个是哪个? -![](/static/images/competitions/getting-started/mercari-price-suggestion-challenge/mercari_comparison.png) +![](/static/images/competitions/featured/mercari-price-suggestion-challenge/mercari_comparison.png) 考虑到网上销售的产品有多少,产品定价的难度就更大了。服装具有强劲的季节性价格趋势,受品牌影响很大,而电子产品则根据产品规格波动。 @@ -31,7 +31,7 @@ | xx人
5.模型评估 | [昵称](ApacheCN Cwiki地址) | xxx-可以选择匿名 | | 负责 | | | xx人
6.模型发布 | [昵称](ApacheCN Cwiki地址) | xxx-可以选择匿名 | | 负责 | | -![](/static/images/competitions/getting-started/mercari-price-suggestion-challenge/project_process.jpg) +![](/static/images/competitions/featured/mercari-price-suggestion-challenge/project_process.jpg) ## 1.目标定义 diff --git a/competitions/getting-started/mercari-price-suggestion-challenge/mercari_price_notebook.ipynb b/competitions/featured/mercari-price-suggestion-challenge/mercari_price_notebook.ipynb similarity index 100% rename from competitions/getting-started/mercari-price-suggestion-challenge/mercari_price_notebook.ipynb rename to competitions/featured/mercari-price-suggestion-challenge/mercari_price_notebook.ipynb diff --git a/src/python/getting-started/mercari-price-suggestion-challenge/script.py b/src/python/featured/mercari-price-suggestion-challenge/script.py similarity index 100% rename from src/python/getting-started/mercari-price-suggestion-challenge/script.py rename to src/python/featured/mercari-price-suggestion-challenge/script.py diff --git a/static/images/competitions/getting-started/mercari-price-suggestion-challenge/mercari_comparison.png b/static/images/competitions/featured/mercari-price-suggestion-challenge/mercari_comparison.png similarity index 100% rename from static/images/competitions/getting-started/mercari-price-suggestion-challenge/mercari_comparison.png rename to static/images/competitions/featured/mercari-price-suggestion-challenge/mercari_comparison.png diff --git a/static/images/competitions/getting-started/mercari-price-suggestion-challenge/project_process.jpg b/static/images/competitions/featured/mercari-price-suggestion-challenge/project_process.jpg similarity index 100% rename from static/images/competitions/getting-started/mercari-price-suggestion-challenge/project_process.jpg rename to static/images/competitions/featured/mercari-price-suggestion-challenge/project_process.jpg From 27f1ac4a72d2f924b950a86d0d6a9debdf14e47a Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Wed, 24 Jan 2018 23:45:30 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E6=8C=91=E6=88=98=E7=9A=84=E7=9B=AE=E5=BD=95=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd01578..a4dbbd45 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ `推荐比赛 Featured` 是瞄准商业问题带有奖金的公开竞赛。如果有幸赢得比赛,不但可以获得奖金,模型也可能会被竞赛赞助商应用到商业实践中呢。 -* [**Mercari 价格推荐挑战**](/competitions/getting-started/mercari-price-suggestion-challenge) +* [**Mercari 价格推荐挑战**](/competitions/featured/mercari-price-suggestion-challenge) ## 其他部分 From 47f468062f518f242c392fe9b0163afc877face5 Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Wed, 24 Jan 2018 23:47:20 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ApacheCN=20=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a4dbbd45..53e1fe2d 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,8 @@ | 深度学习 | 机器学习 | 大数据 | 运维工具 | | --- | --- | --- | --- | -| [TensorFlow R1.2 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=10030122) | [Sklearn 0.19 中文文档](http://sklearn.apachecn.org/) | [Spark 2.2.0和2.0.2 中文文档](http://spark.apachecn.org/) | [Zeppelin 0.7.2 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=10030467) | -| pytorch 计划中 | [机器学习实战-教学版](https://github.com/apachecn/MachineLearning) | [Storm 1.1.0和1.0.1 中文文档](http://storm.apachecn.org/) | [Kibana 5.2 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=8159377) | -| | | [Kudu 1.4.0 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=10813594) | | -| | | [Elasticsearch 5.4 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=4260364) | +| [TensorFlow R1.2 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=10030122) | [机器学习实战-教学](https://github.com/apachecn/MachineLearning) | [Spark 2.2.0和2.0.2 中文文档](http://spark.apachecn.org/) | [Zeppelin 0.7.2 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=10030467) | +| [Pytorch 3.0 中文文档 ](http://pytorch.apachecn.org/cn/0.3.0/) | [Sklearn 0.19 中文文档](http://sklearn.apachecn.org/) | [Storm 1.1.0和1.0.1 中文文档](http://storm.apachecn.org/) | [Kibana 5.2 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=8159377) | +| | [LightGBM 中文文档](http://lightgbm.apachecn.org/cn/latest) | [Kudu 1.4.0 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=10813594) | | +| | [XGBoost 中文文档](http://xgboost.apachecn.org/cn/latest) | [Elasticsearch 5.4 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=4260364) | | | | [Beam 中文文档](http://beam.apachecn.org/) | -