All Projects → Kulbear → ISLR-Python

Kulbear / ISLR-Python

Licence: MIT License
Notes and implementations in Python for ISLR.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to ISLR-Python

Esl Cn
The Elements of Statistical Learning (ESL)的中文翻译、代码实现及其习题解答。
Stars: ✭ 1,855 (+13150%)
Mutual labels:  statistical-learning
data-science
Lecture Slides for Introduction to Data Science
Stars: ✭ 22 (+57.14%)
Mutual labels:  statistical-learning
A- Guide -to Data Sciecne from mathematics
It is a blueprint to data science from the mathematics to algorithms. It is not completed.
Stars: ✭ 25 (+78.57%)
Mutual labels:  statistical-learning
M2cgen
Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies
Stars: ✭ 1,962 (+13914.29%)
Mutual labels:  statistical-learning
ISLR.jl
JuliaLang version of "An Introduction to Statistical Learning: With Applications in R"
Stars: ✭ 135 (+864.29%)
Mutual labels:  statistical-learning
BoostSRL
BoostSRL: "Boosting for Statistical Relational Learning." A gradient-boosting based approach for learning different types of SRL models.
Stars: ✭ 31 (+121.43%)
Mutual labels:  statistical-learning
An Introduction To Statistical Learning
This repository contains the exercises and its solution contained in the book "An Introduction to Statistical Learning" in python.
Stars: ✭ 1,843 (+13064.29%)
Mutual labels:  statistical-learning
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (+150%)
Mutual labels:  statistical-learning
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (+257.14%)
Mutual labels:  statistical-learning
Statistical Learning Method by-Dr.-Li-Hang
基于Julia 1.0写李航博士《统计学习方法》
Stars: ✭ 30 (+114.29%)
Mutual labels:  statistical-learning
SparseRegression.jl
Statistical Models with Regularization in Pure Julia
Stars: ✭ 37 (+164.29%)
Mutual labels:  statistical-learning
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (+92.86%)
Mutual labels:  statistical-learning
ANTsR
Advanced Normalization Tools in R
Stars: ✭ 101 (+621.43%)
Mutual labels:  statistical-learning
Awesome Decision Tree Papers
A collection of research papers on decision, classification and regression trees with implementations.
Stars: ✭ 1,908 (+13528.57%)
Mutual labels:  statistical-learning
r4sl
📈 Machine Learning from the perspective of a Statistician using R
Stars: ✭ 63 (+350%)
Mutual labels:  statistical-learning
Statistical Learning Method
《统计学习方法》笔记-基于Python算法实现
Stars: ✭ 1,643 (+11635.71%)
Mutual labels:  statistical-learning
ahead
Univariate and multivariate time series forecasting
Stars: ✭ 15 (+7.14%)
Mutual labels:  statistical-learning
Jupyter-Notebooks-Statistic-Walk-Throughs-Using-R
Jupyter notebooks with examples of statistical methods and analyses using R.
Stars: ✭ 21 (+50%)
Mutual labels:  statistical-learning
sldm4-h2o
Statistical Learning & Data Mining IV - H2O Presenation & Tutorial
Stars: ✭ 26 (+85.71%)
Mutual labels:  statistical-learning
JCLAL
JCLAL is a general purpose framework developed in Java for Active Learning.
Stars: ✭ 22 (+57.14%)
Mutual labels:  statistical-learning

ISLR-Python

ISLR is a very comprehensive notebook for understanding the basic statistical learning. However, all the sample code and exercises are based on R. Recently, I'd like to reinforce my foundation in related statistics field, therefore, I will go through the entire book with my favorite programming language Python.

Repo Content

  • Data

    All the data files are converted to a format that can be handled directly by Python or popular Python packages.

  • Notes

    Notes for each chapter, comes with figures and tables.

  • Labs

    Lab exercises in Python.

  • Exercises

    Contains both the conceptual and the applied exercises.

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].