We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768543c commit 13cb623Copy full SHA for 13cb623
docs/src/tutorials/linear_regression.md
@@ -271,10 +271,10 @@ Let's start by initializing our dataset. We will be using the [`BostonHousing`](
271
```jldoctest linear_regression_complex
272
julia> dataset = BostonHousing()
273
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
+ metadata => Dict{String, Any} with 5 entries
+ features => 506×13 DataFrame
+ targets => 506×1 DataFrame
+ dataframe => 506×14 DataFrame
278
279
julia> x, y = BostonHousing(as_df=false)[:];
280
```
0 commit comments