Skip to content

Commit 13cb623

Browse files
committed
Try fixing spaces
1 parent 768543c commit 13cb623

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/tutorials/linear_regression.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ Let's start by initializing our dataset. We will be using the [`BostonHousing`](
271271
```jldoctest linear_regression_complex
272272
julia> dataset = BostonHousing()
273273
dataset BostonHousing:
274-
metadata => Dict{String, Any} with 5 entries
275-
features => 506×13 DataFrame
276-
targets => 506×1 DataFrame
277-
dataframe => 506×14 DataFrame
274+
metadata => Dict{String, Any} with 5 entries
275+
features => 506×13 DataFrame
276+
targets => 506×1 DataFrame
277+
dataframe => 506×14 DataFrame
278278
279279
julia> x, y = BostonHousing(as_df=false)[:];
280280
```

0 commit comments

Comments
 (0)