- Haskell Data Analysis Cookbook
- Nishant Shukla
- 200字
- 2021-12-08 12:43:31
Introduction

Data is everywhere, logging is cheap, and analysis is inevitable. One of the most fundamental concepts of this chapter is based on gathering useful data. After building a large collection of usable text, which we call the corpus, we must learn to represent this content in code. The primary focus will be first on obtaining data and later on enumerating ways of representing it.
Gathering data is arguably as important as analyzing it to extrapolate results and form valid generalizable claims. It is a scientific pursuit; therefore, great care must and will be taken to ensure unbiased and representative sampling. We recommend following along closely in this chapter because the remainder of the book depends on having a source of data to work with. Without data, there isn't much to analyze, so we should carefully observe the techniques laid out to build our own formidable corpus.
The first recipe enumerates various sources to start gathering data online. The next few recipes deal with using local data of different file formats. We then learn how to download data from the Internet using our Haskell code. Finally, we finish this chapter with a couple of recipes on using databases in Haskell.
- 軟件測試項目實戰之性能測試篇
- JavaScript前端開發與實例教程(微課視頻版)
- Go并發編程實戰
- Haxe Game Development Essentials
- 可解釋機器學習:模型、方法與實踐
- C語言程序設計
- Penetration Testing with the Bash shell
- SSH框架企業級應用實戰
- Java EE項目應用開發
- UI動效設計從入門到精通
- 計算機程序的構造和解釋(JavaScript版)
- Expert Cube Development with SSAS Multidimensional Models
- C++游戲設計案例教程
- Mastering Rust
- 物聯網及低功耗藍牙5.x高級開發