-
-
Notifications
You must be signed in to change notification settings - Fork 26k
fetch_california_housing missing from the user guide #10555
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
Comments
details are here: http://www.dcc.fc.up.pt/~ltorgo/Regression/cal_housing.html |
Hey how would i update the documentation? Sorry for being a newbie |
doc/datasets/index.rst
…On 31 January 2018 at 20:57, Elliot Kang ***@***.***> wrote:
Hey how would i update the documentation?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10555 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz6yA56PwmPnXNirHjPh_upaDuEGDlks5tQDkMgaJpZM4RzJoK>
.
|
@kkang2097 hey is it done ? |
I think so, but it hasn't been closed so idk |
@kkang2097 you didn't mention in your PR that it fixes this issue, so other users can't see that you've opened a PR. Also, your PR still needs work. |
Hmm, okay. Is there any guides you can point me to for how to contribute to open source projects? |
For the record: there is a WIP PR for this issue here: #10560 |
Update: I already made the new description .rst file for the dataset, I just need to request a change to the index.rst file adding a reference to my proposed california_housing.rst file. Sorry, pretty hung up with classes / interviews right now. Will finish by the end of this week. |
Update 2: So in my pull request I updated the index.rst to include the California Housing dataset. But in the last line of the .rst file I wrote :add: /sklearn/datasets/descr/california_housing.rst, which is the location I want to add my proposed new description. Do I need to put in a second pull request? I mean, how do I propose modifying/adding 2 files in a single pull request? |
Hi @kkang2097, Not sure I completely understand your questions.
No. You should keep all your changes in one PR.
If you haven't used git before, you can learn the basics here : https://try.github.io/ |
Update: Have finished, and uploaded a pull request. |
@kkang2097 has your PR been accepted or it still requires some modifications |
Hey Guys, Is the work done? |
Hi guys, I'm taking over this work as part of the sklearn sprint. |
The fetch_california_housing function is missing from the dataset user guide:
http://scikit-learn.org/dev/datasets/index.html
The text was updated successfully, but these errors were encountered: