We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug UCI ML Repository link http://mlr.cs.umass.edu/ml/datasets/housing is down and request of BostonHousing dataset is throwing an exception:
*** Exception: VanillaHttpException (HttpExceptionRequest Request { host = "mlr.cs.umass.edu" port = 80 secure = False requestHeaders = [] path = "/ml/machine-learning-databases/housing/housing.data" queryString = "" method = "GET" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 proxySecureMode = ProxySecureWithConnect } (ConnectionFailure Network.Socket.getAddrInfo (called with preferred socket type/protocol: AddrInfo {addrFlags = [], addrFamily = AF_UNSPEC, addrSocketType = Stream, addrProtocol = 0, addrAddress = 0.0.0.0:0, addrCanonName = Nothing}, host name: Just "mlr.cs.umass.edu", service name: Just "80"): does not exist (nodename nor servname provided, or not known)))
To Reproduce Steps to reproduce the behavior:
import Numeric.Datasets (getDataset)
import Numeric.Datasets.BostonHousing (bostonHousing)
bh <- getDataset bostonHousing
Expected behavior Loads the Boston Housing dataset into memory as the object bh.
Screenshots N/A
Desktop (please complete the following information):
Smartphone (please complete the following information): N/A
Additional context Line below needs to be updated to use uciMLDB
uciMLDB
dh-core/datasets/src/Numeric/Datasets/BostonHousing.hs
Line 64 in 2beb874
Reference: some data sets URLs corrected on #67
The text was updated successfully, but these errors were encountered:
Thanks @nandaleite for reporting! Could you submit a PR?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
UCI ML Repository link http://mlr.cs.umass.edu/ml/datasets/housing is down and request of BostonHousing dataset is throwing an exception:
To Reproduce
Steps to reproduce the behavior:
import Numeric.Datasets (getDataset)
import Numeric.Datasets.BostonHousing (bostonHousing)
bh <- getDataset bostonHousing
Expected behavior
Loads the Boston Housing dataset into memory as the object bh.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
Line below needs to be updated to use
uciMLDB
dh-core/datasets/src/Numeric/Datasets/BostonHousing.hs
Line 64 in 2beb874
Reference: some data sets URLs corrected on #67
The text was updated successfully, but these errors were encountered: