Flux.jl/test
bors[bot] 37af9fb15c
Merge #1023
1023: Feature: Added Boston Housing Dataset r=CarloLucibello a=pranjaldatta

[Boston Housing Dataset](https://archive.ics.uci.edu/ml/machine-learning-databases/housing/) is one of the most common datasets that are used by beginners. It is as popular as other datasets like Iris etc. Hence, it feels only natural that this dataset is a part of Flux.

Added src/data/housing.jl: code for downloading and loading the dataset
Edited src/data/Data.jl: To include and export housing.jl
Edited test/data.jl: Added test for the dataset.

*All tests in test/data.jl are passing*

Co-authored-by: pranjaldatta <pranjaldatta99@gmail.com>
Co-authored-by: Pranjal  Datta <pranjaldatta99@gmail.com>
2020-02-29 15:54:34 +00:00
..
cuda Merge #998 2020-02-29 09:08:11 +00:00
layers Merge #960 2020-02-25 17:40:05 +00:00
data.jl added newlines at end of file 2020-02-26 15:05:23 +05:30
onehot.jl fix colon indexing 2019-04-04 19:16:14 +05:30
optimise.jl Merge branch 'master' into zygote 2019-09-06 15:18:58 +01:00
runtests.jl Fix GPU-less tests. 2019-11-04 15:51:33 +01:00
utils.jl Fix Glorot initialization 2019-11-20 13:20:42 +09:00