All Projects → willsmorgan → Introduction-to-Statistical-Learning-Labs

willsmorgan / Introduction-to-Statistical-Learning-Labs

Licence: other
Documenting ISLR's Labs - Educational Purposes Only

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Introduction-to-Statistical-Learning-Labs

book-fullstack-react
Fullstack React: The Complete Guide to ReactJS and Friends by Anthony Accomazzo
Stars: ✭ 100 (+488.24%)
Mutual labels:  textbook
awesome-hokchew
A curated list of resources about the Hokchew / Foochow language. 閩東語福州話的資源整合列表。
Stars: ✭ 16 (-5.88%)
Mutual labels:  textbook
cuc-ns
网络安全课本
Stars: ✭ 42 (+147.06%)
Mutual labels:  textbook
signals-and-systems
Interactive visualizations for Dr. Richard Baraniuk's open-source "Signals and Systems" textbook. R / Shiny.
Stars: ✭ 31 (+82.35%)
Mutual labels:  textbook
da
Distributed Algorithms — Online Textbook
Stars: ✭ 15 (-11.76%)
Mutual labels:  textbook
NonlinearDynamicsTextbook
Nonlinear Dynamics: A concise introduction interlaced with code
Stars: ✭ 145 (+752.94%)
Mutual labels:  textbook
lit
Literature for the self-taught AI practitioner! 📚
Stars: ✭ 199 (+1070.59%)
Mutual labels:  textbook
appliedstats
📊 Methods of Applied Statistics Course Textbook Repository
Stars: ✭ 134 (+688.24%)
Mutual labels:  textbook
birkhoff
Euclidean plane and its relatives; a minimalist introduction.
Stars: ✭ 15 (-11.76%)
Mutual labels:  textbook
debuggingbook
Project page for "The Debugging Book"
Stars: ✭ 132 (+676.47%)
Mutual labels:  textbook
ScPoEconometrics
Undergraduate textbook for Econometrics with R
Stars: ✭ 100 (+488.24%)
Mutual labels:  textbook
kiselyov
Геометрия по Киселёву
Stars: ✭ 16 (-5.88%)
Mutual labels:  textbook
AlgebraLinear
Escrita colaborativa de recursos educacionais abertos sobre álgebra linear.
Stars: ✭ 57 (+235.29%)
Mutual labels:  textbook
SciCompforChemists
Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.
Stars: ✭ 65 (+282.35%)
Mutual labels:  textbook
codebook
Open-source learning tool that allows to users to follow textbook contents while practicing HTML, CSS and JS using a live code editor.
Stars: ✭ 20 (+17.65%)
Mutual labels:  textbook
ra
Basic Analysis, undergraduate real analysis textbook
Stars: ✭ 33 (+94.12%)
Mutual labels:  textbook
Sicp Py Zh
📖【译】UCB CS61a SICP Python
Stars: ✭ 1,657 (+9647.06%)
Mutual labels:  textbook
Calculo
Escrita colaborativa de recursos educacionais abertos sobre cálculo diferencial e integral..
Stars: ✭ 18 (+5.88%)
Mutual labels:  textbook
BayesianSocialScience
사회과학자를 위한 데이터과학 방법론 (코드 저장소)
Stars: ✭ 22 (+29.41%)
Mutual labels:  textbook
ctf-primer
Textbook with chapters for each usual picoCTF challenge category.
Stars: ✭ 20 (+17.65%)
Mutual labels:  textbook

Introduction to Statisical Learning Lab Walkthroughs

Script Author : Will Morgan

Textbook Authors: Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani

Purpose

This repository is meant to keep track of my personal lab work done in the textbook: An Introduction to Statistical Learning with Applications in R, written by Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani.

Repository Guidelines and Basic Info

The repository is organized into basically two folders - Git Docs and Code. If you plan on following on to these walkthroughs in your browser, I would recommend using the Lab write-ups located in the Git Docs folder. They are specifically formatted to make it easy for you to quickly read and browse each method that is covered. If you plan on spending more time using this code in your R Studio instance, go ahead and download copies of the Labs located in the Code folder. The majority of them are R files, meaning you can simply load them as scripts. As of Dec 2017, I have begun transitioning to writing this scripts in Rmd files so they can be adapted to the Git browser.

Extra Information

All data is pulled from the following source, if not available in packages in R: http://www-bcf.usc.edu/~gareth/ISL/data.html

Citations

James, Gareth, et al. An introduction to statistical learning: with applications in R. Springer, 2017.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].