Skip to content
/ ISLR Public

Solutions for the exercises of the ISLR refrence book

License

Notifications You must be signed in to change notification settings

ahmedlebo/ISLR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISLR:

An Introduction to Statistical Learning 2nd edition is a textbook by Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani. Conceptual and applied exercises are provided at the end of each chapter covering supervised learning(from chapter 1 to chapter 9),Overview of Deep Learning(chapter 10),Survival analysis(chapter 11),Unsupervised Learning(chapter 12), Multiple Testing(chapter 13). ISLR

This repository contains my solutions to the exercises as Jupyter Notebooks written in Python using:

  • Numpy
  • Pandas
  • Matplotlib
  • Seaborn
  • itertools
  • StatsModels
  • Sklearn
  • Patsy
  • Pygam
  • dtreeviz
  • Keras
  • Tensorflow
  • Lifelines
  • Scipy

Notebooks:

Links to view each notebook below. The code is provided here.

Chapter 2 - Statistical Learning

Chapter 3 - Linear Regression

Chapter 4 - Classification

Chapter 5 - Resampling Methods

Chapter 6 - Linear Model Selection and Regularization

Chapter 7 - Moving Beyond Linearity

Chapter 8 - Tree-Based Methods

Chapter 9 - Support Vetor Machines

Chapter 10 - Deep Learning

Chapter 11 - Survival Analysis and Censored Data

Chapter 12 - Unsupervised Learning

Help me:

Running the notebooks enables you to execute the code and play around with any interactive features,and if you find something wrong inform me to make it correct.

Notes:

Some of the libraries that are available in R are not avaliable in python so i used the closest library to solve the exercices.

About

Solutions for the exercises of the ISLR refrence book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published