-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[MRG+1] DOC Fixed Broken Link in boston_housing_dataset.rst #10759
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
Conversation
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.
Hmm, the new url is acceptable but I would like to see if there's a better one (Or will the original url be OK shortly?).
Please also correct other places to complete the PR. Try something like
|
Yeah sure!
Well, I don't know about the original link, seems like it should be valid. I skimmed through UCI but couldn't find any dataset that says 'Housing' or something related to the Boston Housing Dataset. http://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data |
By the way, for the wine_data.rst file. The dataset link points directly to the Should I make a change to that? |
(1) Please search through the whole repo (you also need to update doc/tutorial/basic/tutorial.rst). |
Overlooked that, my bad. I made the changes. Is the PR ok now ? |
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.
LGTM
@@ -50,4 +50,4 @@ problems. | |||
|
|||
- Belsley, Kuh & Welsch, 'Regression diagnostics: Identifying Influential Data and Sources of Collinearity', Wiley, 1980. 244-261. | |||
- Quinlan,R. (1993). Combining Instance-Based and Model-Based Learning. In Proceedings on the Tenth International Conference of Machine Learning, 236-243, University of Massachusetts, Amherst. Morgan Kaufmann. | |||
- many more! (see http://archive.ics.uci.edu/ml/datasets/Housing) | |||
- many more! (see https://archive.ics.uci.edu/ml/machine-learning-databases/housing/) |
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.
remove directly? I can't find any more there
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.
Yeah its the only one there.
Should I remove line 53 completely?
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.
I think so
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.
Removed!
Fixed the link to the Boston Housing Dataset. Was unable to find the dataset in the UCI website (probably not there). But found them in the Index pages.