JWarmenhoven/ISLR-python
An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code
This project provides Python code examples that replicate the statistical learning methods demonstrated in the 'An Introduction to Statistical Learning' textbook. It takes raw datasets and applies various machine learning techniques, showing the steps and resulting models. Anyone learning or teaching statistical modeling and machine learning concepts will find these examples useful.
4,391 stars. No commits in the last 6 months.
Use this if you are studying or teaching statistical learning and want to see how the examples from the ISLR textbook can be implemented using Python.
Not ideal if you're looking for a standalone, guided tutorial or an advanced deep-dive into specific machine learning libraries without the context of the textbook.
Stars
4,391
Forks
2,406
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Oct 27, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/JWarmenhoven/ISLR-python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
uxlfoundation/scikit-learn-intelex
Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
INRIA/scikit-learn-mooc
Machine learning in Python with scikit-learn MOOC
ddbourgin/numpy-ml
Machine learning, in numpy
nubank/fklearn
fklearn: Functional Machine Learning
gavinkhung/machine-learning-visualized
ML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy