Learning Haskell Data Analysis
暫譯: 學習 Haskell 數據分析
James Church
- 出版商: Packt Publishing
- 出版日期: 2015-05-30
- 售價: $1,540
- 貴賓價: 9.5 折 $1,463
- 語言: 英文
- 頁數: 194
- 裝訂: Paperback
- ISBN: 178439470X
- ISBN-13: 9781784394707
-
相關分類:
Functional-programming、Data Science
海外代購書籍(需單獨結帳)
相關主題
商品描述
Analyze, manipulate, and process datasets of varying sizes efficiently using Haskell
About This Book
- Create portable databases using SQLite3 and use these databases to quickly pull large amounts of data into your Haskell programs.
- Visualize data using EasyPlot and create publication-ready charts
- An easy-to-follow guide to analyze real-world data using the most commonly used statistical techniques
Who This Book Is For
If you are a developer, analyst, or data scientist who wants to learn data analysis methods using Haskell and its libraries, then this book is for you. Prior experience with Haskell and a basic knowledge of data science will be beneficial.
What You Will Learn
- Learn the essential tools of Haskell needed to handle large data
- Migrate your data to a database and learn to interact with your data quickly
- Clean data with the power of Regular Expressions
- Plot data with the Gnuplot tool and the EasyPlot library
- Formulate a hypothesis test to evaluate the significance of your data
- Evaluate the variance between columns of data using a correlation statistic and perform regression analysis
In Detail
Haskell is trending in the field of data science by providing a powerful platform for robust data science practices. This book provides you with the skills to handle large amounts of data, even if that data is in a less than perfect state. Each chapter in the book helps to build a small library of code that will be used to solve a problem for that chapter. The book starts with creating databases out of existing datasets, cleaning that data, and interacting with databases within Haskell in order to produce charts for publications. It then moves towards more theoretical concepts that are fundamental to introductory data analysis, but in a context of a real-world problem with real-world data. As you progress in the book, you will be relying on code from previous chapters in order to help create new solutions quickly. By the end of the book, you will be able to manipulate, find, and analyze large and small sets of data using your own Haskell libraries.
商品描述(中文翻譯)
有效地使用 Haskell 分析、操作和處理各種大小的數據集
本書介紹
- 使用 SQLite3 創建可攜式數據庫,並利用這些數據庫快速將大量數據導入您的 Haskell 程式中。
- 使用 EasyPlot 可視化數據並創建可供出版的圖表。
- 易於遵循的指南,使用最常用的統計技術分析現實世界的數據。
本書適合誰
如果您是希望學習使用 Haskell 及其庫進行數據分析方法的開發人員、分析師或數據科學家,那麼這本書適合您。擁有 Haskell 的先前經驗和基本的數據科學知識將會有所幫助。
您將學到什麼
- 學習處理大型數據所需的 Haskell 基本工具。
- 將數據遷移到數據庫並快速學習如何與數據互動。
- 利用正則表達式的力量清理數據。
- 使用 Gnuplot 工具和 EasyPlot 庫繪製數據。
- 制定假設檢驗以評估數據的顯著性。
- 使用相關統計評估數據列之間的變異,並進行回歸分析。
詳細內容
Haskell 在數據科學領域中正趨勢上升,提供了一個強大的平台以進行穩健的數據科學實踐。本書為您提供處理大量數據的技能,即使這些數據的狀態不完美。書中的每一章都幫助建立一個小型的代碼庫,將用於解決該章節的問題。本書從創建現有數據集的數據庫開始,清理數據,並在 Haskell 中與數據庫互動,以生成出版用的圖表。然後,它轉向更理論的概念,這些概念對於入門數據分析是基本的,但在現實世界的問題和數據的背景下進行探討。隨著您在書中的進展,您將依賴前面章節的代碼來幫助快速創建新解決方案。在書的結尾,您將能夠使用自己的 Haskell 庫操作、查找和分析大型和小型數據集。