Merge pull request #2 from pranjaldatta/housing_added

added newlines  at end of file
This commit is contained in:
Pranjal Datta 2020-02-26 15:08:37 +05:30 committed by GitHub
commit 90bb3205f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -133,4 +133,4 @@ function features()
end end
end end

View File

@ -25,4 +25,4 @@ using Test
@test size(Housing.features()) == (506, 13) @test size(Housing.features()) == (506, 13)
@test Housing.targets() isa Array{Float64} @test Housing.targets() isa Array{Float64}
@test size(Housing.targets()) == (506, 1) @test size(Housing.targets()) == (506, 1)