https://github.com/mmarouen/The-Elements-Of-Statistical-Learning
This repository contains R code for exercices and plots in the famous book.
https://github.com/mmarouen/The-Elements-Of-Statistical-Learning
classification exercice linear-models linear-regression statistical-learning
Last synced: about 2 months ago
JSON representation
This repository contains R code for exercices and plots in the famous book.
- Host: GitHub
- URL: https://github.com/mmarouen/The-Elements-Of-Statistical-Learning
- Owner: mmarouen
- License: gpl-3.0
- Created: 2017-05-25T11:19:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T16:07:05.000Z (over 1 year ago)
- Last Synced: 2024-07-31T19:25:40.333Z (9 months ago)
- Topics: classification, exercice, linear-models, linear-regression, statistical-learning
- Language: R
- Homepage:
- Size: 119 KB
- Stars: 47
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The-Elements-Of-Statistical-Learning
# All the work is dedicated to the book writers from whom I learned a great deal: Mr. Robert Tibshirani, Mr. Trevor Hastie, Mr. Jerome FriedmanThis repository contains R code for exercices and plots in the famous book.
Repositories follow the book progression by chapter# I. Libraries used:
Some libraries are written by me and used such as
-lm2: linear models (pls, OLS, ridge, lasso, ...)
-lc: linear classificatio models (RRDA, LDA, QDA, ...)
-ESLMixtures: mixtures described in the book
-deepNets: deep neural network implementation
-tree2:decision tree library
-gbm2:gbm library
For these libraries, .tar.gz source is uploaded in the /libs repository.
Library can be installed and used simply by downloading the source code and executing r command:
install.packages("package/URL",repos = NULL, type="source")
Please feel free to check implementation of each library in the /modelsImplementation repository# II. Numbering rules:
For any given chapter, files are entitled using the following code:
typeNumber_ContentDescription.R Example: fig2_RidgeCoefficientProfile.R# III. Work progress & contact:
I'm uploading the chapters one by one, please excuse me if you didn't find the chapter you're looking for, be sure it's on the way!
If you have any suggestions regarding other figures/exercices or even another book, please let me know.
email: