Skip to content

Commit

Permalink
[ML.md] Minor doc enhancement 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
shayandavoodii committed Mar 3, 2024
1 parent d1aa83f commit 65f67a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/ML.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Some OPS strategies aim to address the problem of finding optimal values for the

### Run WAEG

Let's run the algorithm on the real market data (Also, see [`waeg`](@ref)):
Let's run the algorithm on synthetic data (Also, see [`waeg`](@ref)):

```julia
julia> using OnlinePortfolioSelection
Expand All @@ -162,7 +162,7 @@ One can analyse the algorithm's performance using several metrics that have been

### Run MAEG

Let's run the algorithm on the real market data (Also, see [`maeg`](@ref)):
Let's run the algorithm on synthetic data (Also, see [`maeg`](@ref)):

```julia
julia> using OnlinePortfolioSelection
Expand Down

0 comments on commit 65f67a1

Please sign in to comment.