ISLR-python
Machine Learning textbook
An implementation of selected chapters from the book on Machine Learning with Python code
An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code
4k stars
205 watching
2k forks
Language: Jupyter Notebook
last commit: about 2 years ago islrislr-pythonmachine-learningpredictive-modelingstatistical-learning
Related projects:
Repository | Description | Stars |
---|---|---|
pgmpy/pgmpy | A Python package for working with Bayesian Networks and related models. | 2,748 |
amueller/introduction_to_ml_with_python | A repository of notebooks and code for teaching machine learning with Python | 7,457 |
rhiever/data-analysis-and-machine-learning-projects | A repository of teaching materials, code, and data for various data analysis and machine learning projects. | 6,128 |
statsmodels/statsmodels | Provides a comprehensive set of statistical modeling tools and techniques for data analysis and interpretation in Python. | 10,151 |
online-ml/river | Provides an online machine learning platform for efficient and incremental model training on streaming data. | 5,086 |
trekhleb/homemade-machine-learning | Practices implementing popular machine learning algorithms from scratch to gain a deeper understanding of their mathematics | 23,121 |
jwieting/iclr2016 | Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks | 193 |
wesm/pydata-book | Materials and IPython notebooks for data analysis with Python | 22,248 |
mwaskom/seaborn | A high-level interface for statistical data visualization | 12,575 |
jmschrei/pomegranate | A probabilistic modeling library with flexible and modular implementation of various probability distributions. | 3,376 |
eriklindernoren/ml-from-scratch | Provides implementations of fundamental machine learning models and algorithms from scratch in Python | 24,003 |
clips/pattern | A comprehensive Python module for web mining and analysis of text data. | 8,750 |
pjaselin/cubist | A Python package implementing Quinlan's Cubist regression model for generating rule-based predictive models | 43 |
prakhar1989/algorithms | An implementation of various algorithms and data structures in Python. | 3,053 |
awslabs/gluonts | A Python package for building probabilistic models of time series data using deep learning techniques. | 4,629 |