Skip to content

Commit

Permalink
doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Dec 4, 2023
1 parent d68a1e7 commit fabe6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/obs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ combines `X` and `y` in a single object guaranteed to implement the MLUtils.jl
after resampling using `MLUtils.getobs`:

```julia
# equivalent to `fit(algorithm, X, y)`:
# equivalent to `mode = fit(algorithm, X, y)`:
model = obsfit(algorithm, obsdata)

# with resampling:
Expand Down

0 comments on commit fabe6e0

Please sign in to comment.