awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JWarmenhoven avatar

JWarmenhoven/ISLR-python

0
View on GitHub↗
4,398 estrellas·2,385 forks·Jupyter Notebook·MIT·8 vistas

ISLR Python

Este proyecto es un recurso educativo de machine learning que consiste en implementaciones en Python de modelos de aprendizaje estadístico y ejemplos de análisis de datos de un libro de texto central. Sirve como una librería de modelado estadístico que proporciona el código necesario para implementar regresión lineal, clasificación y técnicas de aprendizaje no supervisado para el análisis de datos académico.

El repositorio está estructurado como una implementación basada en referencias, con un diseño de directorio que refleja la jerarquía de capítulos y secciones de la publicación académica asociada. Incluye un conjunto de scripts y notebooks diseñados para generar gráficos y figuras académicas para visualizar resultados estadísticos.

La base de código cubre una amplia gama de dominios de aprendizaje estadístico, incluyendo la práctica de aprendizaje supervisado para modelado predictivo y aprendizaje no supervisado para descubrir patrones en los datos. Estas implementaciones se utilizan para recrear las figuras estadísticas específicas, tablas de resumen y resultados de modelos encontrados en el texto de referencia.

Features

  • Statistical Learning Implementations - Implements statistical learning algorithms including linear regression and classification using Python.
  • Statistical Analysis Libraries - Implements a comprehensive set of statistical and probabilistic analysis tools for academic data analysis and model reproduction.
  • Reference Implementations - Serves as a reference implementation mirroring the structure of a specific academic publication.
  • Machine Learning Education - Teaches fundamental statistical learning concepts through textbook implementation exercises.
  • Implementation Examples - Provides Python scripts that implement linear regression and classification models to demonstrate supervised learning techniques.
  • Textbook-Mapped Organization - Organizes source files to mirror the chapter and section hierarchy of an academic textbook.
  • Unsupervised Learning Algorithms - Implements unsupervised learning algorithms for clustering and dimensionality reduction.
  • Predictive Modeling - Builds predictive models for regression and classification to prototype statistical learning algorithms.
  • Supervised Learning Tutorials - Provides tutorials and implementations of supervised learning workflows for regression and classification.
  • Matplotlib - Uses Matplotlib's API to generate static plots and figures for statistical results.
  • Coordinate-Based Plotting - Implements coordinate-based plotting to generate static academic figures from statistical data.
  • Figure Recreation - Executes code to exactly reproduce visual results and tables from academic texts.
  • Numerical Libraries - Delegates heavy mathematical computations to optimized external numerical libraries.
  • Statistical Data Visualizations - Provides statistical data visualizations to analyze patterns and results from literature.
  • Practical Learning Resources - Python implementations of statistical learning methods.

Historial de estrellas

Gráfico del historial de estrellas de jwarmenhoven/islr-pythonGráfico del historial de estrellas de jwarmenhoven/islr-python

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a ISLR Python

Proyectos open-source similares, clasificados según cuántas características comparten con ISLR Python.
  • susanli2016/machine-learning-with-pythonAvatar de susanli2016

    susanli2016/Machine-Learning-with-Python

    4,583Ver en GitHub↗

    This project is a Python machine learning library and data science toolkit designed for building predictive models and analyzing complex datasets. It provides a collection of implementations for common supervised and unsupervised algorithms using the Scikit-Learn framework. The toolkit includes a predictive modeling suite for generating predictions from historical data and a statistical analysis framework for applying Bayesian modeling and causality tests. It also features a data visualization suite based on Matplotlib for rendering static charts and graphs to interpret classifier boundaries

    Jupyter Notebook
    Ver en GitHub↗4,583
  • hardikkamboj/an-introduction-to-statistical-learningAvatar de hardikkamboj

    hardikkamboj/An-Introduction-to-Statistical-Learning

    2,493Ver en GitHub↗

    This project is a machine learning textbook companion and code reference that translates theoretical statistical learning exercises into executable implementations. It serves as a programmatic study guide for implementing foundational machine learning algorithms and solving structured data problems. The repository provides predictive modeling notebooks that combine narrative explanations with code to derive and validate statistical algorithms. These implementations are available as a reference for both Python and R, utilizing the Scikit-Learn API for model fitting and prediction. The codebas

    Jupyter Notebookdatasciencemachine-learningpython
    Ver en GitHub↗2,493
  • mleveryday/100-days-of-ml-codeAvatar de MLEveryday

    MLEveryday/100-Days-Of-ML-Code

    22,232Ver en GitHub↗

    100-Days-Of-ML-Code is a machine learning curriculum and instructional resource designed as a structured 100-day learning path. It provides a sequence of daily milestones that cover the mathematical foundations and practical implementations of machine learning algorithms. The project is organized into specialized courses for supervised and unsupervised learning. Supervised learning materials cover the implementation of predictive models such as linear regression, decision trees, and support vector machines. Unsupervised learning materials focus on clustering models, including K-Means and hier

    Jupyter Notebook100-days-of-ml-codechinese-simplifieddeep-learning
    Ver en GitHub↗22,232
  • mrdbourke/zero-to-mastery-mlAvatar de mrdbourke

    mrdbourke/zero-to-mastery-ml

    5,839Ver en GitHub↗

    This project is a machine learning educational curriculum and learning platform delivered through interactive Jupyter Notebooks. It serves as a comprehensive guide for mastering the Python data science toolkit, providing structured tutorials for numerical computing, tabular data manipulation, and statistical visualization. The curriculum includes specific implementation guides for Scikit-Learn and a practical course on TensorFlow for constructing, training, and deploying neural networks and computer vision models. It covers the end-to-end process of building predictive models, from initial pr

    Jupyter Notebookdata-sciencedeep-learningmachine-learning
    Ver en GitHub↗5,839
Ver las 30 alternativas a ISLR Python→

Preguntas frecuentes

¿Qué hace jwarmenhoven/islr-python?

Este proyecto es un recurso educativo de machine learning que consiste en implementaciones en Python de modelos de aprendizaje estadístico y ejemplos de análisis de datos de un libro de texto central. Sirve como una librería de modelado estadístico que proporciona el código necesario para implementar regresión lineal, clasificación y técnicas de aprendizaje no supervisado para el análisis de datos académico.

¿Cuáles son las características principales de jwarmenhoven/islr-python?

Las características principales de jwarmenhoven/islr-python son: Statistical Learning Implementations, Statistical Analysis Libraries, Reference Implementations, Machine Learning Education, Implementation Examples, Textbook-Mapped Organization, Unsupervised Learning Algorithms, Predictive Modeling.

¿Qué alternativas de código abierto existen para jwarmenhoven/islr-python?

Las alternativas de código abierto para jwarmenhoven/islr-python incluyen: susanli2016/machine-learning-with-python — This project is a Python machine learning library and data science toolkit designed for building predictive models and… hardikkamboj/an-introduction-to-statistical-learning — This project is a machine learning textbook companion and code reference that translates theoretical statistical… mrdbourke/zero-to-mastery-ml — This project is a machine learning educational curriculum and learning platform delivered through interactive Jupyter… mleveryday/100-days-of-ml-code — 100-Days-Of-ML-Code is a machine learning curriculum and instructional resource designed as a structured 100-day… girafe-ai/ml-course — This repository provides a comprehensive educational framework for mastering machine learning and deep learning… kaieye/2022-machine-learning-specialization — This repository is a collection of machine learning course materials, providing study notes and Python implementation…