8000 GitHub - tndoan/ISLR.jl: JuliaLang version of "An Introduction to Statistical Learning: With Applications in R"
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tndoan/ISLR.jl

Repository files navigation

Introduction to Statistical Learning with Julia

Introduction

An Introduction to Statistical Learning: With Applications in R is a great book to learn data science. The associated code is R which is a nice programming language for statisticians. However, R is not fast and in my opinion, it does not have nice syntax. There is a project named ISLR-python which ports the book to Python. I was inspired by the Python project and try to implement the introduced materials of this book in Julialang. Julia is a new language which is faster and more friendly to scientific computing than Python. Hopefully, this code is helpful for Julia lovers when they read the book.

Library

In this project, I use Julia v1.5.1 and the following library

Note

I write a blog post to summarize the lessons that I learn after doing this project.

About

JuliaLang version of "An Introduction to Statistical Learning: With Applications in R"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0