Skip to content

Commit 2b98291

Browse files
author
Chen Quan
authored
Add Home Descriptions & Contributors (#20)
* Finished * Rename dir * Add Descriptions * Add Home Description & Contributor
1 parent d78066a commit 2b98291

File tree

8 files changed

+82
-3
lines changed

8 files changed

+82
-3
lines changed

DigitRecognizer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
|翻译项目原地址|作者|本库地址|翻译后版本|
2121
|---|---|---|---|
22-
|[introduction-to-cnn-keras-0-997-top-6](https://www.kaggle.com/yassineghouzam/introduction-to-cnn-keras-0-997-top-6)|[Yassine Ghouzam](https://www.kaggle.com/yassineghouzam)|[GO](introduction-to-cnn-keras-0-997-top-6.ipynb)|[GO](introduction-to-cnn-keras-0-997-top-6-中文.ipynb)|
23-
| [welcome-to-deep-learning-cnn-99](https://www.kaggle.com/toregil/welcome-to-deep-learning-cnn-99) | [Peter Grenholm](https://www.kaggle.com/toregil) | [GO](welcome-to-deep-learning-cnn-99.ipynb) |[GO](welcome-to-deep-learning-cnn-99.ipynb)|
22+
|[introduction-to-cnn-keras-0-997-top-6](https://www.kaggle.com/yassineghouzam/introduction-to-cnn-keras-0-997-top-6)|[Yassine Ghouzam](https://www.kaggle.com/yassineghouzam)|[GO](introduction-to-cnn-keras-0-997-top-6.ipynb)|[GO](introduction-to-cnn-keras-0-997-top-6-cn.ipynb)|
23+
| [welcome-to-deep-learning-cnn-99](https://www.kaggle.com/toregil/welcome-to-deep-learning-cnn-99) | [Peter Grenholm](https://www.kaggle.com/toregil) | [GO](welcome-to-deep-learning-cnn-99.ipynb) |[GO](welcome-to-deep-learning-cnn-99-cn.ipynb)|
2424
| --- | --- | --- | --- |
2525

2626
## 介绍
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# House Prices: Advanced Regression Techniques #10
2+
3+
> Predict sales prices and practice feature engineering, RFs, and gradient boosting
4+
5+
**翻译的朋友们请先[【Fork】](https://github.com/OpenSourceAI/kaggle-competition-details/fork)本库,在自己的库中当前文件夹下面,以原文件名加【-中文】的方式命名【新建文件】(例如:原本文件名:introduction-to-cnn-keras-0-997-top-6.ipynb,新建文件名即:introduction-to-cnn-keras-0-997-top-6-中文.ipynb),完成翻译整理后进行`Pull Request`,经过其他朋友代码审查,会合并到本库,同时你们的贡献也会被记录在此页面。**
6+
7+
>**在翻译整理的过程中请尽量深入理解文章,并提出自己的理解,不要只是为了翻译而翻译**
8+
9+
>**如果会其他语言的同学也欢迎翻译成其他语言,例如:俄语、韩语、日语等等**
10+
## 贡献者:
11+
12+
- [@ChenQuan](https://github.com/ChenQuan)
13+
14+
15+
16+
## 比赛:
17+
18+
地址:[https://www.kaggle.com/c/house-prices-advanced-regression-techniques](https://www.kaggle.com/c/house-prices-advanced-regression-techniques)
19+
20+
|翻译项目原地址|作者|本库地址|翻译后版本|
21+
|---|---|---|---|
22+
|[COMPREHENSIVE DATA EXPLORATION WITH PYTHON](https://www.kaggle.com/pmarcelino/comprehensive-data-exploration-with-python)|[Pedro Marcelino](https://www.kaggle.com/pmarcelino)|[GO](data-sciencetutorial-for-beginners.ipynb)|[GO](data-sciencetutorial-for-beginners-cn.ipynb)|
23+
| --- | --- | --- | --- |
24+
25+
26+
## 介绍
27+
28+
Start here if...
29+
You have some experience with R or Python and machine learning basics. This is a perfect competition for data science students who have completed an online course in machine learning and are looking to expand their skill set before trying a featured competition.
30+
31+
Competition Description
32+
33+
34+
Ask a home buyer to describe their dream house, and they probably won't begin with the height of the basement ceiling or the proximity to an east-west railroad. But this playground competition's dataset proves that much more influences price negotiations than the number of bedrooms or a white-picket fence.
35+
36+
With 79 explanatory variables describing (almost) every aspect of residential homes in Ames, Iowa, this competition challenges you to predict the final price of each home.
37+
38+
Practice Skills
39+
Creative feature engineering
40+
Advanced regression techniques like random forest and gradient boosting
41+
Acknowledgments
42+
The Ames Housing dataset was compiled by Dean De Cock for use in data science education. It's an incredible alternative for data scientists looking for a modernized and expanded version of the often cited Boston Housing dataset.

PUBGFinishPlacementPrediction/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
>Can you predict the battle royale finish of PUBG Players?
44
5+
## 贡献者:
6+
7+
- [@ChenQuan](https://github.com/ChenQuan)
8+
59

610
## 比赛:
711

812
地址:[https://www.kaggle.com/c/pubg-finish-placement-prediction](https://www.kaggle.com/c/pubg-finish-placement-prediction)
913

1014
|翻译项目原地址|作者|本库地址|翻译|
1115
|---|---|---|---|
12-
|[eda-is-fun](https://www.kaggle.com/deffro/eda-is-fun)|[Dimitrios Effrosynidis](https://www.kaggle.com/deffro)|[GO](eda-is-fun.ipynb)|[GO](eda-is-fun-中文.ipynb)|
16+
|[eda-is-fun](https://www.kaggle.com/deffro/eda-is-fun)|[Dimitrios Effrosynidis](https://www.kaggle.com/deffro)|[GO](eda-is-fun.ipynb)|[GO](eda-is-fun-cn.ipynb)|
1317
| --- | --- | --- | --- |
1418

1519
## 介绍

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
|---|---|
1111
|Digit Recognizer|[DigitRecognizer](DigitRecognizer)|
1212
|PUBGFinishPlacementPrediction|[PUBGFinishPlacementPrediction](PUBGFinishPlacementPrediction)|
13+
|House Prices: Advanced Regression Techniques|[House Prices: Advanced Regression Techniques](House-Prices-Advanced-Regression-Techniques)|
14+
|Pokemon- Weedle's Cave|[Pokemon- Weedle's Cave](pokemon-challenge)|
1315
| --- 待续 --- | --- 待续 ---|
1416

1517
## 项目贡献者

pokemon-challenge/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Pokemon- Weedle's Cave
2+
3+
>Welcome to Weedle's cave
4+
5+
## 贡献者:
6+
7+
- [@ChenQuan](https://github.com/ChenQuan)
8+
9+
10+
## 比赛:
11+
12+
地址:[https://www.kaggle.com/terminus7/pokemon-challenge](https://www.kaggle.com/terminus7/pokemon-challenge)
13+
14+
|翻译项目原地址|作者|本库地址|翻译|
15+
|---|---|---|---|
16+
|[Data ScienceTutorial for Beginners](https://www.kaggle.com/kanncaa1/data-sciencetutorial-for-beginners)|[DATAI](https://www.kaggle.com/kanncaa1)|[GO](data-sciencetutorial-for-beginners.ipynb)|[GO](data-sciencetutorial-for-beginners-cn.ipynb)|
17+
| --- | --- | --- | --- |
18+
19+
## 介绍
20+
Welcome to Weedle's cave. Will you be able to predict the outcome of future matches?
21+
22+
To do it you will have the pokemon characteristics and the results of previous combats.
23+
24+
Three files are available. The first one contains the Pokemon characteristics (the first column being the id of the Pokemon). The second one contains information about previous combats. The first two columns contain the ids of the combatants and the third one the id of the winner. Important: The Pokemon in the first columns attacks first.
25+
26+
The goal is to develop a Machine Learning model able to predict the result of future pokemon combats.
27+
28+
If you have any questions, please email: [email protected]
29+
30+
DISCLAIMER
31+
The Pokemon characteristics come from the actual game but the battle data has been generated by a custom algorithm that doesn't take into account some of the game characteristics to simplify the dataset.

0 commit comments

Comments
 (0)