added machine learning docs#760
Merged
Merged
Conversation
ebfa1fa to
baa7acc
Compare
Contributor
|
✨🍰✨ |
Contributor
Author
|
@kennethreitz nice! :D |
Closed
Contributor
Author
|
@kennethreitz looks like this change hasn't shown up in the main docs.python-guide.org site. Is there something more I should do? |
Contributor
|
@shivenmian oh, you need to add it to the table of contents! |
Contributor
|
doing that now |
Contributor
|
Python-Guide now has a Machine Learning section! http://docs.python-guide.org/en/latest/scenarios/ml/ |
Contributor
Author
|
@kennethreitz thank you! :D but there's another thing though: when you go to http://docs.python-guide.org/en/latest/, in the contents on that page the Machine Learning article link (i.e the above link) isn't there: could you please check that too? :) |
Contributor
|
it may be cached for you — it is there for me. |
Contributor
Author
|
@kennethreitz cleared my cache, saw it. thanks! 🍰 |
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.
@kennethreitz @PaulReiber Started on a doc about Python's Machine Learning modules, added some basic stuff about scikit-learn et al. Solves #755.
Please review, would be happy to make edits if needed :)