Skip to content

Octarine-J/haskell-data-science-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Code for the book "Data Science from Scratch, 2nd ed."

Work in progress.

Data Science from Scratch, 2nd ed. is a great book written by Joel Grus. The book descibes and shows implementation of data science algorithms from the first principles, not relying on existing libraries, which is very useful to understand how these algorithms really work. The code in the book is in Python, though.

Python is without doubt is the most used programming language for data science. However, Python lacks proper functional constructs to represent the ideas without boilerplate (the proof of it is a topic for another article). This repository is an attempt to realize what data science algorithms look like in a pure functional programming language.

Prerequisites

  • GHC (Glasgow Haskell Compiler)

How to load a chapter code

ghci
> :l Chapter1_Introduction.hs
> insight 

About

Code for the book "Data Science from Scratch" in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published