Giter Club home page Giter Club logo

an-introduction-to-statistical-learning's Introduction

This repository contains the exercises and its solution contained in the book An Introduction to Statistical Learning

alt text

An-Introduction-to-Statistical-Learning is one of the most popular books among data scientists to learn the conepts and intuitions behind machine learning algorithms, however, the exercises are implemented in R language, which is a hinderence for all those who are using python language. To overcome this i have tried solving all the questions in practical exerices in Python language, so people using python language can also get the most our of this amazing book. Along with that i have also provided the solutions for conceptual questions. I had tried my best to write the correct solutions to the problem, It was a challenge, and i need to learn to do a lot of research. I do not gurantee that all the solutions are absoletely correct. I have commented the notebooks. If you find any query, do send a feedback about the same. Suggestions and corrections are welcome. this is my email - [email protected] Happy Learning!

An Introduction to Statistical Learning

REFERENCES

an-introduction-to-statistical-learning's People

Contributors

hardikkamboj avatar robertlacok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

an-introduction-to-statistical-learning's Issues

Chapter 2, Exercise 2 - p should be reduced by 1

First of all, thanks for sharing the repo!

In chapter 2, exercise 2, p should be lower by 1. For example, in part a, p should be 3, not 4. There are only three predictors, the fourth variable is the outcome variable.

Proportion of Students is Wrong

Hi, loving this repo by the way! Thank you.

I saw based on the question, I believe your script here is not taking the proportion.

image

It should be:

df['Elite'] = np.where((df.Top10perc/df.Enroll) > .50, 1, 0)

Ch2 Conceptual Questions - Ex 7(d)'s answer is wrong?

In the Conceptual Questions, is the exercise 7(d) 's answer wrong? According to Page 41, Figure 2.6 shows that lower K can fit highly non-linear boundary. So the correct anwser should be small, shouldn't it?

I'm new to ML, maybe I'm wrong, but that's my question.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.