├── Data Analytics in Practice - Titanic Survival Prediction.ipynb
├── LICENSE
├── README.md
└── image
├── API Command.png
└── Kaggle API Token.png
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2019 AI . FREE Team
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | 
3 |
4 | # Data Analytics in Practice - Titanic Survival
5 |
6 | # 資料分析實作 - 鐵達尼號生存預測
7 |
8 |
9 | ## 實作說明
10 |
11 | 1. 本課程提供 資料分析初學者 進行分析方法的學習、熟習。
12 |
13 | 2. 適合有接觸過Python基礎者,若沒碰過Python,歡迎參考 AI . FREE Team 推出的Python基礎教學。
14 |
15 | 2. 學習本課程不須建置系統環境,僅需要網路連線 & Chrome瀏覽器即可開始學習。(資料集須至 Kaggle 網站下載)
16 |
17 | 3. 課程學習過程中,若發現BUG或任何問題,歡迎與自由團隊詢問!(粉絲專頁 or ai.free.team@gmail.com)
18 |
19 | 4. 課程作者/貢獻者:
20 | - Tom Wu (Github)
21 | - Chen Ken (Github)
22 |
23 | 5. 開始進入學習! (Colab)
24 |
--------------------------------------------------------------------------------
/image/API Command.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AI-FREE-Team/Data-Analytics-in-Practice-Titanic/be6cabc5a4405809c5ebca240373dbfb0becd25b/image/API Command.png
--------------------------------------------------------------------------------
/image/Kaggle API Token.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AI-FREE-Team/Data-Analytics-in-Practice-Titanic/be6cabc5a4405809c5ebca240373dbfb0becd25b/image/Kaggle API Token.png
--------------------------------------------------------------------------------