Update chapter 7 - added local regression#15
Open
xavierbourretsicotte wants to merge 1 commit intoJWarmenhoven:masterfrom
xavierbourretsicotte:patch-1
Open
Update chapter 7 - added local regression#15xavierbourretsicotte wants to merge 1 commit intoJWarmenhoven:masterfrom xavierbourretsicotte:patch-1
xavierbourretsicotte wants to merge 1 commit intoJWarmenhoven:masterfrom
xavierbourretsicotte:patch-1
Conversation
- Added section on local regression using Numpy implementation (based on Alexandre Manfort's code) as well as a statsmodel implementation. - Reproduction of figure 7.9 page 281 of the ISLR book - Mathematical derivation of the vectorized implementation in Numpy
Owner
|
Great, thanks! |
Author
|
Sure, no problem. I am working on different bits and pieces as well as part of a self learning sabbatical. Currently doing the chapter 6 subset selection for example. I will push to you an update when I have a few more ready. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Let me know what you think ! This is my first pull request indeed