qx0731/Sharing_ISL_python
An Introduction to Statistical Learning with Applications in PYTHON
This project provides Python code examples that mirror the statistical learning concepts and applications found in 'An Introduction to Statistical Learning'. It helps data scientists, statisticians, and researchers understand and apply statistical modeling techniques using Python, drawing directly from the book's examples. You input datasets and apply various statistical models, outputting insights and predictions from your data.
556 stars. No commits in the last 6 months.
Use this if you are studying 'An Introduction to Statistical Learning' and prefer to learn and implement its concepts using Python instead of R.
Not ideal if you are looking for a plug-and-play library or an automated solution for statistical analysis, as this repository focuses on educational code examples.
Stars
556
Forks
272
Language
Jupyter Notebook
License
—
Category
Last pushed
Jan 03, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/qx0731/Sharing_ISL_python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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