Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Sep 15, 2023
1 parent 70819a3 commit a230723
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/src/basic-example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ md"""
# Basic Example
This page shows a basic example for using SIRUS.jl on a dataset via the Machine Learning Julia (MLJ.jl) interface.
For more details on what SIRUS is and how it works, see the
[Advanced Example](/dev/binary-classification).
"""

# ╔═╡ 3e9f7866-edaa-460a-81d4-abf76ab066dc
Expand Down Expand Up @@ -171,6 +173,7 @@ For this measure, a score of 0.5 means that our model is as good (or bad, actual
"""

# ╔═╡ b8c6c9e0-679e-41d5-80c0-ffd65e652489
# ╠═╡ show_logs = false
evaluate(model, X, y; resampling, measure=auc)

# ╔═╡ Cell order:
Expand Down
3 changes: 2 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ These rules fully explain the predictions while remaining easy to interpret.

## Where to Start?

- [Binary Classification Example](/dev/binary-classification)
- [Basic Example](/dev/basic-example)
- [Advanced Example](/dev/binary-classification)

## Acknowledgements

Expand Down

0 comments on commit a230723

Please sign in to comment.