-
-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new linear regression tutorial #2016
Merged
Merged
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b7c4ae9
Create a getting started section and add a new linear regression example
Saransh-cpp 2f74f37
Minor improvements
Saransh-cpp d3526e9
Enable doctests
Saransh-cpp a1e49ad
Update code blocks to get rid of `Flux.params`
Saransh-cpp 2605f92
Update the text to manually run gradient descent
Saransh-cpp bca37be
Fix doctests
Saransh-cpp 7670145
Minor language fixes
Saransh-cpp 288f4ad
Better variable names and cleaner print statements
Saransh-cpp 8cab77b
`@epcohs` is deprecated
Saransh-cpp 0a03ab5
Update docs/src/getting_started/linear_regression.md
Saransh-cpp f55603f
Update docs/src/getting_started/linear_regression.md
Saransh-cpp 91b1260
Update docs/src/getting_started/linear_regression.md
Saransh-cpp 055f6a4
Show data
Saransh-cpp 8f89bd7
More general regex
Saransh-cpp 51f8a38
Minor bug in the guide
Saransh-cpp 36d7578
Better introduction to a ML pipeline
Saransh-cpp df06a6d
Move to the new Getting Started section?
Saransh-cpp b67a3a9
Create a new 'tutorials' section
Saransh-cpp 768543c
Fix doctests
Saransh-cpp 13cb623
Try fixing spaces
Saransh-cpp 17d167e
More doctest fixing
Saransh-cpp 0350e03
Move to the existing tutorials section
Saransh-cpp 6b64b58
Revert structure + use ids
Saransh-cpp 25eea17
Merge branch 'master' into linear-regression
ToucheSir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I suggest leaving files where they are, until sure? I think moving them may break some links elsewhere. And we may re-organise this into Guide / Reference.
(Adding
id
& linking by that, not heading name nor file name, seems like the right solution.)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the references associated with these pages now use
id
s! I have also reverted back the structural changes.