Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Sep 12, 2023
1 parent f999a28 commit 082a4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/client/app/src/pages/docs/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ openml.evaluations.list_evaluations(
},
"R" : {
"Installation" :
`# Note: The old OpenML package is superseded by the mlr3oml package.
`# Note: The old OpenML package is superseded by the mlr3oml package.
# The documentation of the OpenML package can be found here: http://openml.github.io/openml-r/.
install.packages("mlr3oml")`,
"Query and download data" :
Expand Down Expand Up @@ -317,7 +317,7 @@ id = ocollection$task_ids[1L]
# Create mlr3 Task and Resampling from the OpenML Task
task = tsk("oml", task_id = id)
resampling = tsk("oml", task_id = id)
resampling = rsmp("oml", task_id = id)
`
},
"Julia" : {
Expand Down

0 comments on commit 082a4fa

Please sign in to comment.